Page 1 of 1

Does Ranorex Support test execution in Android &iOS parallel

Posted: Thu May 14, 2015 8:10 am
by aravin
Hi,

Consider I have same application for two viewers (say iOS and Android).
Like Flipkart app for Android & Flipkart app for iOS.
Can we run same testcase on both the app at same time using Ranorex?

Ranorex Version: 5.3.2
System OS: Windows7
iOS: Writting in Objective C (Hybird app).
Android: Hybird app.

Re: Does Ranorex Support test execution in Android &iOS parallel

Posted: Thu May 14, 2015 4:31 pm
by krstcs
Ranorex is not designed to run any parallel tests from a single instance of a Ranorex test.

In my opinion you should not even attempt it as there could be unknown side-effects.

The best approach is the have multiple systems available for testing or to test one thing at a time on a single system.

Ranorex is a functional UI testing tool and as such should not be used for distributed or concurrent testing from the same system. There are other tools (like Jenkins or Bamboo) that will enable concurrent running of tests, but Ranorex only runs one at a time.

Re: Does Ranorex Support test execution in Android &iOS parallel

Posted: Fri May 15, 2015 6:10 am
by aravin
Hi Krstcs,

Thanks for explanation!