Selenium result report + testNG + ANT build.xml
In this post, we will see how to convert testng report (index.html) to a more readable/emailable report by using ANT…
In this post, we will see how to convert testng report (index.html) to a more readable/emailable report by using ANT…
Testing your web application across different browsers to make sure: Application performs similar manner for different browsers. Webelements should be…
To view the HTML content and spy on an webelement, there are different ways for different browsers, mostly people use…
Selenium provides different type of locators to uniquely identify web elements on the browser. Any web application elements that render…
As mentioned in prevois post selenium webdriver setup, hope you downloaded the Eclipse IDE and all required jar files. NOTE: Place…
Note: For the entire discussion of selenium topics on this blog, we will be using Java language. Basic setup of selenium webdriver…