ios [message #1703783] |
Wed, 05 August 2015 01:52  |
Eclipse User |
|
|
|
Hi,
I'm trying to automate an ios application using Jubula in mac. While creating the AUT configuration, I gave the ios Device Port as 11022 which is the default number specified in the Jubula documentation.
I connected to the "Embedded AUT Agent", Then clicked on "Start AUT" button. But I always get the error code "5009: AUT Start failed. Please check AUT Configuration."
I tried Googling it and didn't get any valid solution for the ios AUT. Since I am new to Jubula, please help me in moving forward Confused
Thanks in advance.
Tang.
Attachment: rc_ios.log
(Size: 94.21KB, Downloaded 108 times)
|
|
|
|
Re: ios [message #1703816 is a reply to message #1703806] |
Wed, 05 August 2015 08:06   |
Eclipse User |
|
|
|
Hi Oliver,
I have followed the steps as described in the Jubula User manual for setting up the ios AUT for testing.
|
|
|
|
Re: ios [message #1708386 is a reply to message #1703958] |
Wed, 16 September 2015 07:29  |
Eclipse User |
|
|
|
Hello Tang!
If you had successfully set up the iOS AUT as described here, the do the following:
In the "didFinishLaunchingWithOptions" method your "AppDelegate.m", add the following code at the end of the method:
#if RUN_FUNCTIONAL_TESTS
[UIRemoteControl attach:11022]; //11022 is the "iOS Device Port" that you have specified in the AUT configuration in Jubula
#endif
Before connecting to the AUT, you should ensure that both your iOS device and your Mac are connected to the same WiFi network. The "iOS Device Host" in the AUT configuration should be the IP Address of the iOS device in the selected WiFi network (you can access the IP address by going to Settings->WiFi->Tap the selected WiFi network).
Best regards,
Balaram.
|
|
|
Powered by
FUDForum. Page generated in 0.02767 seconds