Page 1 of 1

Run Tests in parallel

Posted: Thu Apr 28, 2016 11:44 am
by tgoldber
I recorded one Testsuite which runs on an IPad and on an Android Tablet. If I assing a variable to @decivename like it is suggested in this article:

/support/user-guide-20/android-testing/run-your-test-on-any-android-device.html

everything works fine.
The article mentions that it is possible to run the test parallel on more devices, and that I just have to assing a global parameter data bind it to as mention in article:

/support/user-guide-20/lesson-3-data-driven-testing.html

I have no idea how to bind more than one Value to a global parameter even after reading that article and trying different things.

Could someone pls point me in the right direction. I'm out of ideas. :-(

Re: Run Tests in parallel

Posted: Thu Apr 28, 2016 12:24 pm
by odklizec
Hi,

There is no point of adding two values to global parameter. What you actually need to do is to pass global parameter via command line, which means you need to run two separate instances of your test, with two different global parameters.

See this article how to pass global parameters via command line...
http://www.ranorex.com/support/user-gui ... html#c4827