Multiple Instances of execution

Best practices, code snippets for common functionality, examples, and guidelines.
theraviz
Posts: 111
Joined: Sun Apr 14, 2019 9:46 am

Multiple Instances of execution

Post by theraviz » Wed Jun 01, 2022 12:23 pm

Hello,

I would like to know if its possible to execute multiple instances of the same browser simultaneously? (like in selenium driver)

Idea is to cut short the Systems for execution. So looking for solution to execute my project ,in lets say 4 Microsoft Edge browsers in the same P.C and by this way i can reduce the other 3 PC's.

please let me know the possible options.

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Multiple Instances of execution

Post by odklizec » Wed Jun 01, 2022 12:56 pm

Hi,

No, this is not possible. At least not locally. You see, you cannot run multiple tests on the same PC/user account. There is only one keyboard/mouse so how you would tell each test, which action should be done first and in which browser? :)

Your only option is to use webdriver integration and headless mode. But that's something completely different (no user-based interactions).
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration