When creating an iOS test project, you can add your application’s IPA file to the list of tested applications. This will let you automatically deploy your iOS application to mobile devices and launch it there.
Note: | Information about the tested applications is desirable, but it is not required for project creation. So, you can finish the project creation and add the needed tested applications any time later. See Adding Tested Applications. |
Requirements
-
The IPA file that you are going to add to the project must be compiled as it is explained in the Preparing iOS Applications section.
-
The IPA file must be located on a computer where TestComplete is installed or in a network share.
List of tested applications
The page lists the tested iOS applications in a table that has the following columns:
Column | Description |
---|---|
Autorun | Select this check box to automatically launch the application on the connected iOS device when you start the test recording. |
Name | The application name that will be shown in the Project Explorer and will be used in the Run TestedApp keyword test operation and in the TestedApps.Name.Run() scripting method. |
IPA File Name | The fully-qualified path of the iOS application file (.ipa) on the local computer or in a network share. |
To add an application to the list
-
Click Add. This will open the iOS Application Parameters dialog.
-
In the dialog, specify the needed iOS archive file (.ipa) and the application's options (if needed). For more information on the available options, see the dialog description.
-
Click OK.
The specified application will be added to the Tested Applications collection of your project. After you create the project, you can view or modify the list of tested applications in the TestedApps editor.
To modify data in the list
To enable or disable launching the application on test recording, select or clear the Autorun check box.
To change data in the Name column, click the desired cell and enter a new value in the ensuing in-place editor. Press Enter to confirm the changes, or Esc to cancel them.
To modify the IPA File Name value, click the ellipsis button in the corresponding cell and use the subsequent dialog, or specify the name manually.
To remove an application from the list
-
Select the application in the list and click Remove.
See Also
Create New Project Wizard
Creating Projects and Project Suites
Testing iOS Applications
Working With Tested iOS Applications