Versions Compared

Key

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

...

After running successfully the Test Case and generating the JUnit XML report (e.g., TEST-testing.LeanFtTestLeanPtTest.xml), it can be imported to Xray (either by the REST API or through the Import Execution Results action within the Test Execution).

...

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


Image Added

Note that if you're using LeanFT's "Verify" method, that verification won't raise an exception by itself and thus, the Test will appear as  passed (if it didn't fail until then) even if the verification itself failed.

...