Versions Compared

Key

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

...

Zephyr will use a template that matches the specified framework (JUnit in the image above) to convert test results from the specified XML file into the format adopted by Zephyr. It will go through the XML nodes and for every test case it finds in it, it will create a Test Execution item in Zephyr. 

zBot 

If you use ZBot for test runs, you have similar settings to specify the test framework and test result file for parsing:  

...

For information on Zephyr properties (statusstatusExistPass, and others), see Parser Template Syntax

  • An XML file can have results for multiple test cases. Zephyr will use one template file to extract the information for all of them. 

...

To create, edit or delete templates, you send requests to the Zephyr Enterprise API. See the complete description of available operations.

Template syntax 

See Parser Template Syntax. This page will also explain how Zephyr checks the test result data to determine if a test passed or fail, and will provide examples of solving typical tasks.

...