This section explains how to create a project to manage and run tests for a specific application.
Overview #
A project is a workspace where you configure, execute, and monitor tests for one application.
You define the target application and its environment before running scenarios.
Even if the application is the same, you can create separate projects for different deployment environments or testing purposes.
Example project types:
- Project for performance testing
- Project for development testing
- Project for production monitoring
Mobile App Projects #
Mobile App projects are for testing an app on a single mobile device. You can use this type to check app behavior and features.

Project creation steps #
- Choose Mobile App from the sidebar.
- Click Create New Project.
- Enter basic project details.
- Project Name: Enter the project name.
- Application
- App file: Upload your mobile app binary (iOS: .ipa, Android: .apk).
- App ID: Enter the Bundle ID (iOS) or the Package Name (Android).
D2D Mobile App Projects #
D2D Mobile App projects are for testing interactions between multiple devices. You can use this type to verify how they work together.

Project creation steps #
- Choose D2D Mobile App from the sidebar.
- Click Create New Project.
- Enter basic project details.
- Project Name: Enter the project name.
- Application
- App file: Upload your mobile app binary (iOS: .ipa, Android: .apk).
- App ID: Enter the Bundle ID (iOS) or Package Name (Android).
Browser Projects #
Browser projects are for testing websites. You can use this type to verify your web application.

Project creation steps #
- Choose Browser from the sidebar.
- Click Create New Project.
- Enter basic project details.
- Project Name: Enter the project name.
- Application:
- URL: Enter the website URL you want to test.