top of page
Search
Parameterization/Data driven testing in Selenium TestNG using testng.xml file
Data-Driven testing as the name suggests is a test driven by the Data. For ex. You have a user detail form where you need to enter...
qatestingthreesixt
Dec 1, 20211 min read
Â
Â
Â
How to achieve parameterization using @DataProvider TestNG.
Based on the testing requirement you many need to repeat the test with multiple data sets. In this post I will explain how to achieve...
qatestingthreesixt
Dec 1, 20211 min read
Â
Â
Â


Data Driven using Properties files in Selenium webdriver
Most of the time, we need to test our script in different environment like test, Production and with different login credentials. To...
qatestingthreesixt
Dec 1, 20211 min read
Â
Â
Â
bottom of page
