Export Appium Code
Export a QApilot Test Plan as ready-to-run Appium test scripts.
QApilot allows you to export any Test Plan as ready-to-run Appium code
Prerequisites
You must have at least one Test Plan already created in QApilot.
The Test Plan must contain test cases with recorded steps.
Step 1 - Trigger the Download from the Test Plan
Navigate to Test Case Management → Test Plans from the navigation panel.
Locate the Test Plan you want to export.
Click the ⋯ (more options) icon on the Test Plan card.
Select Download Appium Code from the dropdown menu.

Note: The option is highlighted in the menu alongside other actions such as Edit, Schedule Run, Activate CI/CD, Deactivate, and Delete.
Step 2 - Export Status
Once triggered, QApilot queues the code generation job. To track progress:
Go to Settings (gear icon in the left sidebar).
Select the Appium Code tab from the settings navigation bar.
You will see an entry for your Test Plan with the following columns:
The Status field will display one of the following states:
🟡 Initiated - The export job has been queued and is being processed.
🟢 Completed - The code has been generated and is ready to download.


Step 3 - Download the Generated Appium Code
Once the status changes to Completed:
Stay on the Settings → Appium Code page.
Click the ↓ (download) icon in the Actions column for your Test Plan.
The Appium code archive will be downloaded to your machine.
Tip: If the status still shows Initiated, wait a few moments and refresh the page. Code generation time varies depending on the size of the Test Plan.
What's Included in the Download
The downloaded zip file contains Appium test scripts corresponding to the steps recorded in your Test Plan.
You can run these scripts using your preferred IDE or CI/CD, results will automatically be populated within QApilot Reports.
Related Topics
Last updated