Download Scriptless Generated XCTest Code

You are here:
< All Topics

Scriptless Generated XCTest Code

Follow the steps shown below to download scriptless generated XCTest code:

  1. Navigate to “Test Case Writer”
  2. Click on “Local Execution” Button on Top Right Corner
  3. Click on “Download Test Case” Button

adding test cases in TestGrid Automation Testing tool

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.

 

 

 

Table of Contents