How i can run multiple browser tabs automated simultaneously with different data rows

How i can run multiple browser tabs automated simultaneously with different data rows

There’s no way that I’m aware of to use multiple tabs in parallel. You can, however:

1.) Run multiple suites in parallel in a Test Suite Collection. This would not run test cases on multiple tabs, but multiple windows.
2.) Spawn and switch to a separate browser tab within the same test case. This wouldn’t be using both tabs in parallel per-say, but one at a time.

oki thanks bro

1 Like