Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Its quite simple to execute a single test on both Android and iOS. All you need to do is use ifAndroid & ifiOS keywords for the respective steps and you are good to go.

Instructions

  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.

  10. Click on Design

  11. Click on Test Suite

  12. Add the created test to a test suite

  13. Save the Suite

  14. Click on Execute.

  15. Click on Execute Automated Test.

  16. 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'.

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

  18. 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)

  19. 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).

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

  21. Select the simulator/ emulator/ real devices.

  22. 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

Execute Automated Test

Debugging Tests

Remote Execution

  • No labels