Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 2.65 KB

test-list-execution.md

File metadata and controls

61 lines (35 loc) · 2.65 KB
title page_title description publish position slug
Test List Execution
Test List Execution
Test List Execution in Test Studio Mobile
true
0
ms-testlist-execution

Mobile Test Lists

  1. In Test Studio Mobile you can execute one or more tests through a Test List. You can create a test list using the Create a List button:

    add test list

    or by right clicking on the TestList node in the project:

    add test list

  2. A new dialog appears where you need to specify the test list type. Provide a name and click OK.

    list type

Android Hybrid tests can be added to Android test lists and iOS Hybrid tests can be added to iOS test lists.

  1. In order to add a test in the test list, double click the list to open it in the middle pane of Test Studio and click on the Edit button:

    edit

  2. Select one or multiple tests and add them in the test list by clicking the arrow and click Done. You can also add tests by double clicking them.

    add test

    The test now appears in the test list.

    test list added

    You can also add tests using drag&drop directly from the project explorer into the test list.

  3. In order to execute the test list ensure it is open and click on the Run button or press F5.

    run test list

    You can also run a single list on multiple devices from the same type. Open the test list, and click the small arrow right next to the play button and choose the Run on multiple option:

    run on multiple

The results of the test list run appear in the Results pane.

results

Double-click a test list in the Results view to see the result of each test. Double-clicking a test in this list drills down to show the steps of that test. The bread crumb trail at the top of the panel now shows the test list followed by the test name.

Drill down the results

Click the top level in the bread crumb trail to jump directly back to the test list result.

###See Also

  • [Playback a Test]({% slug ms-quick-execution%})