Versions Compared

Key

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

...

In this tutorial, we will create a NUnit Test Case in C#, using UFT Pro (LeanFT for ) for browser automation.



Info
titleLearn more
UFT Pro (LeanFT) is an advanced functional test automation solution that was designed specifically for continuous integration and continuous testing. It provides tools and capabilities that enable to easily and efficiently create robust test automation in the developer IDE and integrate it seamlessly into the CI process. LeanFT enables automating applications of a wide range of technologies, including web, mobile and desktop applications.

...

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.

The "Verify" class’ methods return a Boolean value reflecting the verification result, and in case it is “false”, it is possible to manually throw an exception to make the test’s status reflecting the verification result.

References

...