Versions Compared

Key

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

...

The following automated test uses LeanFT library in order to navigate through a website and validate the price shown for a product versus the one presented when it was added to the shopping cart.

...

After successfully running the Test Case and generating the NUnit XML report (e.g., results.xml), it can be imported to Xray via (by using either the REST API or the Import Execution Results action within the Test Execution).


NUnit's Test Case is mapped to a Generic Test in Jira, and the Generic Test Definition field contains the name of the namespace, class, and the method name that implements the Test case.

...

If the Test fails, for example, due to a missing web element (e.g., results.xml), then you will see the overall Test Run being marked as FAIL as well as the detailed information on the exception that was raised during the execution of the automated test.

...