|
|
|
|
Re: ios [message #1708386 is a reply to message #1703958] |
Wed, 16 September 2015 03: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.04105 seconds