Page 1 of 1

running same test script in parallel in same machine:

Posted: Wed Jan 11, 2017 6:55 am
by Madhumita Ghosh3
Hi,

I am a newbie in ranorex. Would like to know if it is possible to run same test script in parallel in multiple windows of the same machine.

I have a single Test Suite comprising a single test case. I have written the entire code for automating a web application in the Usercode.cs file of the test case. Also I have a Data source (excel data sheet) bound to my test case.

Please let me know if it is possible to run the same test script in parallel in multiple windows of the same machine.

Thanks in advance,
Madhumita Ghosh.

Re: running same test script in parallel in same machine:

Posted: Wed Jan 11, 2017 8:20 am
by odklizec
Hi,

No, it's not possible to run the same test in parallel on the same machine. You will have to setup multiple VMs and start the test remotely on these machines (either via Ranorex built-in Ramote functionality or some kind of continuous integration system, e.g. Jenkins).