A project is your primary workspace for setting up, running, and monitoring tests for an application.
Before you run a test, you need to define which app to test and where. If you’re testing the same app across different environments (like staging and production) or have different testing goals, we highly recommend separating them into different projects to keep everything organized.
Setting up a new project #
Pick the project type that fits how you want to test.
- From the dashboard sidebar, select a project type:
- Mobile App: Choose this if you’re testing a single app on one mobile device to validate its core flows or UI.
- D2D Mobile App: Choose this if you’re testing interactions between multiple connected devices (like a chat app).
- Click Create New Project.
- Fill in the basic details for your project:
- Project Name: Give your project a clear, recognizable name.
- Application:
- App file: Upload your mobile app file (
.ipaor.apk). - App ID: Enter your iOS Bundle ID or Android Package Name.
- App file: Upload your mobile app file (
That’s it! Your new project will now appear in your project list, ready for its first test scenario.
