TestNG @Test attributes – run by priority (-ve & +ve)
As we know testNG test methods are executed in alphabetical order by default, but testNG provides priority keyword to prioritize…
As we know testNG test methods are executed in alphabetical order by default, but testNG provides priority keyword to prioritize…
For the fundamentals of testNG framework and the testng.xml content, please refer to my prev blog post. selenium-testng (See all the…
testNG is a unit testing framework for Java, helps to run our tests(methods) in a guided manner. testNG stands for…
Selenium is an open source technology for automating browser-based applications across different browsers and platforms. Selenium mainly interacts with the…
AngularJS controls are becoming more popular these days due to it’s flexibility of use, less coding, allows single page applications…
There are scenarios where our test case fails and we use mostly logs to see what actions performed and how…
In this post, we will see how to convert testng report (index.html) to a more readable/emailable report by using ANT…
On a webpage, user can only selects one option from many of the limited group of options. In HTML we…
PageFactory is an extended support to POM (PageObjectModel), used to locate webelement in adifferent manner than mentioned here. Before we…