Versions Compared

Key

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

Overview

In this tutorial, we will create a NUnit Test Case in C#, using LeanFT 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.

Description

The following automated test uses LeanFT library in order to navigate through a web site and validates the price shown for a product versus the one presented whenever it is added to the shopping cart.

...

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

...