Versions Compared

Key

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

...

In this example, we're looking at the Test Execution (and related Tests) created was a consequence of importing the JUnit XML report produced by the Newman reporter newman-reporter-junitxray.


Within the execution screen details, you can look at the Test Run details which include the duration, overall result, and also any eventual error message.

...

  • After importing results, you can link Test issues to existing requirements or user stories, so that you can track coverage on real-time directly on them
  • You can map Postman's environment to Xray's Test Environment concept on Test Executions if you want to have visibility of the results on a per-environment basis
  • Multiple iterations/executions can be linked to an existing Test Plan, whenever importing the results
  • If you run the tests multiple times with "newman -n <number_of_iterations>" parameter, multiple entries will appear within the Results section of the Test Run execution screen details

References