Sample iOS mobile project in Katalon Studio
This sample demonstrates iOS testing fundamentals in Katalon Studio.
The application under test is the Coffee Timer application, which contains different timers for different coffee types.
You can learn more about mobile testing in these guides:
Requirements
- iOS setup. To set up Xcode simulators/ real iOS devices, you can refer to this document: [Mobile] iOS Setup.
Open the sample iOS test project
To open the iOS sample project, in Katalon Studio, go to File > New Sample Project > Sample iOS Mobile Tests Project.
Alternatively, you can download the iOS sample project from our GitHub repository: iOS sample.
Trust dialog on first open
When you open a sample project for the first time, Katalon Studio will show a "Trust and open this project" dialog. This security prompt ensures you’re aware of the source before opening and potentially executing harmful scripts.
In this dialog, you can:
- Review the project path.
- Decide whether to trust this project or all projects inside the parent folder.
- Trusting a parent folder also trusts all projects directly inside it, including the one you're opening.
- However, if this project contains subfolders with separate project files, those sub-projects won’t be trusted automatically. You'll still see the trust dialog when opening them.
- Click Trust Project to continue, or Don't Open if you’re unsure.
Prepare the iOS application file
The Coffee Timer application located in the App folder of this sample project is pre-built and signed by the Katalon team to only run on Katalon devices.
As part of the iOS development procedure, to execute the sample test cases with your iOS devices, you need to build and sign the Coffee Timer application for your iOS devices.