June 2017
Intermediate to advanced
256 pages
5h 38m
English
Until now, we have largely built the code base for Android, but most of it remains the same for iOS. We need to create a similar project for iOS apps and use an .app or .ipa file to deploy the app on device/simulator. The current project we have developed is Android-specific; however, we can reuse the feature file. Locators might be different in the case of the iOS app, but the steps largely remains the same to obtain the locator.
However, when it comes to running tests on iOS devices, we need to go through the following series of steps before triggering the test.
The first major requirement is to have a macOS as your machine and, second, to have the iOS app under test signed with a development provisioning ...
Read now
Unlock full access