Download Scriptless Generated XCTest Code
Scriptless Generated XCTest Code
Follow the steps shown below to download scriptless generated XCTest code:
- Navigate to “Test Case Writer”
- Click on “Local Execution” Button on Top Right Corner
- Click on “Download Test Case” Button
In order to execute the generated code on local machine, follow the instruction given below:
- Create new Xcode project including UITests.
- Remove existing test cases file from project.
- Unzip the test cases and add all .swift files in XCUITest folder of your project.
- Configure Project to run on device (Use separate certificate and provisioning profile).
- Open UITestcase.swift and update appBundleIdentifier to your project.
- Run Project on device.
- Test Project on device.
- Install your application into device.
- Open UITestcase.swift and update appBundleIdentifier to your app.
- Test Project on device.