I\'m using TestNG for Eclipse.
TestNG
Eclipse
Is it possible to give two data providers step by step to the same test-function?
I co
Yes,
You can write @Test(dataProvider="name_of_first_dataprovider,name_of_second_dataprovider")