I am currently struggling running a test on multiple browser using the same data. I have my data in xls file and using data provider to supply the data into my test. But when i run the test on multiple browser parallel, both browser open but nothing happens on one browser and the other browser enter duplicate data inside the text boxes.
Asked
Active
Viewed 404 times
0
-
post your code also where and what exactly happens – nitin chawda Jul 23 '15 at 08:14
1 Answers
0
Fixed the issue by setting:
Dataprovider to run parallel.
@DataProvider(name = "StorageRuleDataProvider", parallel=true)

Ahmed Yaslem
- 123
- 1
- 4
- 20