Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in testng-dataprovider

can dataprovider pass data to @BeforeTest

How to migrate TestNG @DataProvider to JUnit Jupiter @ParameterizedTest

Unable to control parallel execution for cucumber

Skip Certain Test Iterations Using TestNG DataProvider

Reading test data from JSON with TestNG in Java

Allure TestNG: Custom test method names while using @DataProvider

how to pass > 10 parameters using TestNG DataProvider?

Not able to run more than 10 Tests in parallel via TestNG Dataprovider

How to use @DataProvider present in different class

TestNG @Test(invocationCount = 20) to a Class with @Test(DataProvider="someList") to a Method

Repeat entire test class in TestNG, with different parameters

How can I pass mock object in data provider, using Mockito TestNG?