From a Test Execution, it's possible to export the following Xray data: Tests, Test Runs and Test Plans.
All fields listed here are available on because the Test Execution iteration because they represent an is a regular JIRA issue. In addition, you can export the following fields:
...
Exporting Tests from a Test Execution
Bellow Below you can find an example on of how to iterate over the list of Tests associated with a Test Execution.
...
Exporting Test Plans from a Test Execution
Bellow Below you can find an example on of how to iterate over the list of TestPlans associated with a Test Execution.
Code Block | ||
---|---|---|
| ||
Total number of associated test plans: ${TestPlansCount} // Iterating each test plan #{for testPlans} Summary: ${TestPlans[n].Summary} #{end} or // Iterating each test plan #{for j=TestPlansCount} Description: ${TestPlans[j].Description} #{end} |
Info |
---|
For a more detailed information on how to export Test Plans and its information please check the documentation. |
Exporting Test Runs from a Test Execution
All fields listed here are available on Test Runs iteration and are refers and will refer to the test execution associated. In addition, you can export the following fields:
...