Running TestNG Tests Programmatically
Running testng tests programmatically will discuss about how to execute testng tests programmatically. Till now we have executed all the tests using testng.xml file in the previous blogs. In this blog, will see how to avoid xml file (i.e testng.xml) and execute the same functionality using java file(i.e. programmatically). We have some limitations with the […]
Read data from Excel to DataProvider in Selenium
Read data from excel to dataprovider in selenium will explain how we can get the data from excel sheet and will pass the same to testng dataprovider. While working with the data driven testing we need to pass so much of data to the test methods as parameters. But maintaining the data is very difficult […]