Skip to main content

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:

  1. Right-click on your project, then click New → Other...

  2. Click Mobile Automation → Cloud Parallel execution → Next.

    This opens a dialog which lists the Mobile Automation projects.

  3. Select any project and click Next. This opens a Test selection dialog.

  4. Select any test and click Next. This opens the Cloud execution dialog.

  5. Select the devices you execute on, then click Next.

    tip

    You can select all of your Android or iOS devices by using the checkboxes.

  6. Select the file name as well as the number of parallel threads to use.

  7. Click Finish.

A script file is generated under the selected folder.

To execute it, right-click on the new file, then click Run as...