Tuesday, February 15, 2022

NUnit topics

NUnit topics

  1. C# Tutorial - How to create NUnit Test | FoxLearn
  2. very good start

  3. SetUpAttribute (NUnit 2.0 / 2.5)
  4. This attribute is used inside a TestFixture to provide a common set of functions that are performed just before each test method is called. It is also used inside a SetUpFixture, where it provides the same functionality at the level of a namespace or assembly.

  5. Installation
  6. By default the NUnit installation program places all of the files into the C:\Program Files\NUnit 2.6.4 directory. In the installation directory there are up to three sub-directories, depending on what the user has chosen to install: bin, doc and samples. Source code is no longer provided with the binary installation package but may be downloaded separately.

  7. writing test
  8. writing test

No comments:

Post a Comment