Versions Compared

Key

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

...

In this tutorial, we will create an NUnit Test class with multiple Test Cases, implemented in C#.


Note
titlePlease check a more recent and up-to-date example
typeInfo

Please check Testing using Selenium WebDriver and NUnit in C#, which provides a updated example for the more recent versions of NUnit along with Selenium WebDriver.

Description

The test case validates a Calculator class and exploits some NUnit features such as the ability of validating the same Test against multiple input values, and also the possibility of linking Tests with requirements in Jira using NUnit's Test attributes.

...