Page 1 of 1

iOS device testing.

Posted: Thu Jan 17, 2013 9:02 pm
by dave
Reading through the instructions, I have everything built and ready, but how do I run Ranorex Studio under MAC in order to record a scenario?

Re: iOS device testing.

Posted: Fri Jan 18, 2013 11:37 am
by Support Team
Running Ranorex Studio on MAC is not possible because it only works on Windows systems. You will need to record replay your scenarios using a Windows system with your iOS device/simulator available via WiFi connection.

Regards,
Philipp

Re: iOS device testing.

Posted: Sun Jan 20, 2013 12:57 am
by dave
So I have 2 iOS devices (I have a lot more than 2, but we will start here), I recoded the actions on one device, now I want to run it on additional devices. I seems to want to point to the first device, is there a way to connect multiple devices and have the test run across them?

I am using an iPad Mini and an iPhone 5. Recored on the iPad, trying to run in on the phone.

Re: iOS device testing.

Posted: Tue Jan 22, 2013 2:12 pm
by Support Team
Hello,

Yes. It is possible to run your test on any iOS device.
Please take a look at section 'Run your test on any iOS device' in our 'User Guide'.

Please let me know if you have any questions.

Regards,
Markus (T)

Re: iOS device testing.

Posted: Wed Jan 30, 2013 5:47 pm
by mdgairaud
Hello,

I'm just making a test with an iPad2 and your rxBrowser app. Is there a way that the app is started automatically (just to avoid starting it manually if it crashes)?



regards,
Mateo.

Re: iOS device testing.

Posted: Wed Jan 30, 2013 8:52 pm
by dave
It is bound and works when I run it from the test case, but throws this error when I try to run just the script itself. Everything looks bound correctly, but if I use the "Run" button when looking at the rxrec file itself.

Re: iOS device testing.

Posted: Thu Jan 31, 2013 2:41 pm
by Support Team
Hello,

@Dave:
This behavior is correct: If you run just the script, the warning message is shown.
That's because data binding is not working without a data source.
The data source is defined per TestCase. Therefore, the message is not shown if you start the TestCase.

@Mateo:
Unfortunately, you need to start your app manually.
Please take a look at iOS Testing in our User Guide.

Regards,
Markus (T)