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 #
Create a Mobile App project to test an app on a single mobile device. Use this type to verify app behavior, UI flow, and feature functionality.

Project creation steps #
- In the Sidebar, select Mobile App.
- Click Create New Project.
- Enter basic project details.
- Project Name: Enter a descriptive name for your project.
- Application: Configure the application information.
- App file: Upload your mobile app binary (iOS:
.ipa, Android:.apk). - App ID: Enter the Bundle ID (iOS) or the Package Name (Android).
- App file: Upload your mobile app binary (iOS:
The Mobile App project is created and displayed in the project list. You can now configure test scenarios and start execution.
D2D Mobile App Projects #
Create a D2D Mobile App project to test interactions between multiple devices.
Use this type to verify data exchange, synchronization, and connected-device behavior.

Project creation steps #
- In the Sidebar, select D2D Mobile App.
- Click Create New Project.
- Enter basic project details.
- Project Name: Enter the project name.
- Application
- App file: Upload your app binary (iOS:
.ipa, Android:.apk). - App ID: Enter the Bundle ID (iOS) or Package Name (Android).
- App file: Upload your app binary (iOS:
The D2D Mobile App project is created for multi-device testing. You can add devices and run coordinated test scenarios.
Browser Projects (Beta) #
Create a Browser project to test a web application. Use this type to verify website behavior, performance, and UI consistency.

Project creation steps #
- In the Sidebar, select Browser.
- Click Create New Project.
- Enter basic project details.
- Project Name: Enter the project name.
- Application: Configure the application information.
- URL: Enter the website address you want to test.
The Browser project is created. You can define test steps and validate your web application across environments.
