TestNG Parametrisation – dataProvider
TestNG provides a way to get the data from external sources like from excel/textfile/arrays which helps to prepare data driven…
TestNG provides a way to get the data from external sources like from excel/textfile/arrays which helps to prepare data driven…
For the fundamentals of testNG framework and the testng.xml content, please refer to my prev blog post. selenium-testng (See all the…
To get started with testNG framework, refer testNG framework If we want to execute the testng class, we can do one by…
testNG is a unit testing framework for Java, helps to run our tests(methods) in a guided manner. testNG stands for…
driver.get(““) Will wait till the page loads completely with all controls in place. Used to get page source. driver.getPageSource(); …
AngularJS controls are becoming more popular these days due to it’s flexibility of use, less coding, allows single page applications…
Let’s see how we can guide selenium to automate the user actions on a web application, As we come to…
We will see the use of apache POI open source library in java to read and write excel file. If…
According to http://jexcelapi.sourceforge.net/ – jexcel API is to read and write excel sheet data, Note: Excel should be of .xls format , if it…