Top "Testng-dataprovider" questions

TestNG @DataProvider annotation

How to read multiple sets of value in the excel sheet using DataProvider in Selenium WebDriver with Java and TestNG

I'm fairly new to Selenium WebDriver. I wrote code to read the login credentials and values from the excel sheet …

excel selenium-webdriver testng testng-dataprovider
Multiple values for parameters in testng.xml (without using dataProvider)

I want to run my test case multiple times with different values of parameters. Is it possible using testng.xml …

java xml parameters testng testng-dataprovider
How to Iteratethrough excel sheet using testNG dataprovider for multiple sets of data?

I have been working with TestNg for a while but I have a new req that I cant seem to …

excel testng hybrid testng-dataprovider
How to pass parameter to data provider in testng from csv file

Am reading data from csv file , i have test for which this data will be the input . i want it …

java csv testng test-data testng-dataprovider
Reading data from json file for data provider in testng

I want to provide data in my dataProvider using json file. Please suggest the best approach for it, (in java.) …

java arrays json testng testng-dataprovider
How to use @DataProvider present in different class

How to use @DataProvider that is present in a different class? I have created a different package and I have …

testing automated-tests testng dataprovider testng-dataprovider
how to pass > 10 parameters using TestNG DataProvider?

I need to pass more than 10 parameters to a TestNG Dataprovider, and the code look some what like this ... @Test (…

java testng testng-dataprovider
TestNG non static data provider method not working

I have a test class and test method. This depends on data provider method. The data provider method is in …

java testng testng-dataprovider testng-eclipse