The instructions below detail how to launch a non instrumented application in SilkMobile 1) Download and install iOSBridge from: https://experitest.s3.amazonaws.com/iphone/index.html? 2) Run iOSBridge at least once and then close the app 3) Use the launch() method to launch the application and specify the syntax “search” and the name of the application to search for, as shown below: 4) SilkMobile will then use the iOS Search feature to launch the application The instructions below detail how to launch an instrumented application in SilkMobile 5) Download and install iOSBridge from: https://experitest.s3.amazonaws.com/iphone/index.html? 6) Run iOSBridge at least once ensure that it is open and visible within the Silk Mobile Open Device window 7) Use the launch() method to launch the application by specifying the URL Scheme of the application (in this instance the URL scheme is: com.experitest.UiCatalogTest) 8) This approach will ensure that the iOS application is launched in Native mode allowing you to interact with the application using the native properties of the objects under test.
↧