0

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.

Ahmed Yaslem
  • 123
  • 1
  • 4
  • 20

1 Answers1

0

Fixed the issue by setting:

Dataprovider to run parallel.

@DataProvider(name = "StorageRuleDataProvider", parallel=true)
Ahmed Yaslem
  • 123
  • 1
  • 4
  • 20