Prerequisites
Before you begin, make sure you have:- An Autosana account (book a demo to get access)
- A mobile app that you want to test (duh)
Step 1: Upload Your App
You have two options for getting your app uploaded to Autosana:Option A: CI/CD Pipeline Integration (Recommended)
Automatically upload builds from your CI/CD pipeline:- Navigate to Settings from the sidebar
- Scroll to the our CI/CD Integration section
- Generate your API key
- Follow the setup guide to integrate with your pipeline (GitHub Actions, Fastlane, Expo EAS, etc.)
- Your first build will automatically create the app in Autosana
With our CI/CD integration, every new build is automatically uploaded and ready for testing!
Option B: Manual Upload (Simpler for first-time testing)
Get your build file ready:- iOS:
.zipfile containing your .app bundle - Android:
.apkfile
- Navigate to the Apps page from the sidebar
- Click Create New App
- Fill in the required information:
- App Name (e.g., “My iOS App”)
- Bundle ID (e.g., “com.company.app”)
- Select platform (iOS or Android)
- Choose an environment (optional)
- Drag and drop your build file or click to browse
- Click Upload and wait for the upload to complete
Step 2: Create Your First Flow
A Flow is a test written in natural language that describes what you want to test.- Navigate to the Flows page
- Click Create Flow
- Add a description (optional but recommended)
- Write your flow instructions in natural language:
- Click Create Flow
Step 3: Run Your First Flow
- Find your flow in the Flows table
- Click the Play button (▶️) next to your flow
- Select your app from the dropdown
- Click Run Flow
Step 4: View Results
Once your flow completes:- Click on the status badge (Passed/Failed) in the Flows table
- View detailed results including:
- Screenshots at each step
- Actions performed by the agent
- Any errors encountered
- Execution timeline
Next Steps
Now that you’ve run your first flow, explore these features:Organize Flows with Suites
Group related flows together in Suites for better organization:- Create a suite from the Flows page
- Add multiple flows to run them together
- Set up shared authentication for all flows in the suite
Automate with Schedules
Set up Automations to run suites automatically:- Run flows on every new build upload
- Schedule daily or weekly flow runs
- Set up hourly intervals for continuous testing
Integrate with CI/CD
Connect Autosana to your CI/CD pipeline. Learn more about our CI/CD Integration →Getting Help
Need assistance? We’re here to help!- Email: [email protected]