-
Parallel Execution using Selenium Webdriver and TestNG
While testing a web application it is very important to test the application on different browsers. We can achieve this by using Selenium Web driver and TestNG. If there are more number of scripts to be executed and executing them on each and every browsers sequentially is time consuming. This can be avoided using a…
-
Prerequistes for installing TestNG Framework in eclipse IDE
TestNG Introduction TestNG is an open source automated testing framework, where NG of TestNG means NextGeneration. Cedric Beust is the creator of TestNG. It eliminates most of the limitations of the older framework and gives the developer the ability to write more flexible and powerful tests with help of easy annotations, grouping, sequencing & parameterizing. Prerequisites: Eclipse and…