Versions Compared

Key

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

...

In this tutorial, we will create a JUnit Test in Java, using LeanFT from Micro Focus for browser automation.

Description

...

The Execution Details of the Generic Test contains information about the Test Suite, which in this case corresponds to "testing" followed by the Test Case class. 


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 obtain 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 being passed (if it didn't fail until then) even if the verification failed.


References

...