Posts

Showing posts from November, 2016

Automated Testing Using Selenium Webdriver and TestNG

Image
Hello  all, Welcome back. So this blog is with regard to automated testing using Selenium Web driver and TestNG. Before talking about the the procedure of performing the testing functionalities I'll explain you in  a nutshell on what automated testing is As the name suggests Automated testing is the testing done without manually entering data, without the direct involvement of a user, performed with a testing tool. Here virtual users are created. Wikipedia says "I n software testing , test automation is the use of special software (separate from the software being tested ) to control the execution of tests and the comparison of actual outcomes with predicted outcomes. " So coming back to our testing procedure... Out intention- To test the functionalities of www.gov.lk website. What do we use? An IDE (Eclipse/NetBeans etc.)- I use Netbeans here(should have installed JDK as well) Selenium WebDriver TestNG               ...