A project is a workspace where you manage and run tests for a specific application.
You set up the application you want to test and define the environment.
Even if the application is the same, you can create separate projects depending on the deployment environment or testing purpose.
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.