Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Click on Design on left panel

  2. Click on Test Case option

  3. Create or select an existing module

  4. Click on Add Test button

  5. Enter the meta data for Test Case Details

    1. Objective

    2. Priority

    3. Designer

    4. Reviewer

    5. Type

    6. Category

    7. Test Path

  6. Click on Save

  7. Click on Test Steps tab

  8. Create the test case using various action keywords
    If you wish to execute a certain set of instructions only on Android, use ifAndroid keyword & if you wish to execute a certain set of instructions only on iOS, use ifIos keyword

    Example :
    <common steps to execute>
    ifAndroid
    <steps to execute on Android>
    endif
    ifIos
    <steps to execute on iOS>
    endif
    <common steps to execute>

  9. Save the test case.

To execute the test case, you can either execute the test case locally or simply add the created test to a Test suite and then execute it remotely.

...

  1. Click on Design

  2. Click on Test Suite

  3. Add the created test to a test suite

  4. Save the Suite

  5. Click on Execute.

  6. Click on Execute Automated Test.

  7. Select the Suite that you wish to execute. You should be able to view the 'list of test cases' under that suite along with its 'Last Execution Details'.

  8. Select the test cases that you wish to execute.

  9. In the Execution Details section, please enter/select the below details. 

    1. Run Name

    2. Executing in Sprint (select the sprint in which you are executing the test cases)

    3. Android Version

    4. iOS Version

    5. Execution Tags (if used any in the test cases)

    6. Execute Tag First (if you wish to execute the tests tag wise)

    7. Email Execution Report To (email id to send the execution report to)

  10. When you expand the Execution machine(s) section, you will see the Desktop/Device(s) section, where you should be able to view the connected machine's name & the connected simulator/ emulator/ real devices (for Mobile).

  11. Click on the Refresh icon for the device on which you wish to execute the test case, the connected device list will be displayed.

  12. Select the simulator/ emulator/ real devices.

  13. Click on Run Selected button (if you have wish to execute selective test cases) or either click on Run All button (if you have wish to execute all test cases in the suite).

Creating Test Suite

...