Run test case in multiple browsers simultaneously

It is impossible to run test case in multiple browser simultaneously.

If yes, how can I config it

 

You can’t directly at this moment. But there is workaround.

  1. make test suite with your test case,
  2. make test suite collection with your test suite. You can add your test suite to test suite collection AS MANY TIMES AS YOU WANT,
  3. in collection’s “execution information” just set that you want to execute your test suites in parallel mode. that’s all.
1 Like

.

Hi,

Actually, you can execute test case in multiple browsers simultaneously by selecting different browsers to execute the same test case at the same time. In the future, this feature will be implemented that allow users to pick multiple browsers for execution

@“Miroslaw Korman” thanks so much!! I’m new to Katalon, so you ended my 3-day headache around this for a remote web execution. Appreciate it!!