Appium Studio for Eclipse - Cloud Parallel Execution Wizard
The Cloud Parallel Execution wizard enables you to create a script that executes your tests on multiple devices at the same time. Your CI environment can trigger it.
To use the wizard:
-
Right-click on your project, then click New → Other...
-
Click Mobile Automation → Cloud Parallel execution → Next.
This opens a dialog which lists the Mobile Automation projects.
-
Select any project and click Next. This opens a Test selection dialog.
-
Select any test and click Next. This opens the Cloud execution dialog.
-
Select the devices you execute on, then click Next.
tipYou can select all of your Android or iOS devices by using the checkboxes.
-
Select the file name as well as the number of parallel threads to use.
-
Click Finish.
A script file is generated under the selected folder.
To execute it, right-click on the new file, then click Run as...