Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 543 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 543 Bytes

CSharp-UnitTest-Tutorial

you'll learn how to write, run and debug Unit Testing in action in visual studio using the NUnit framework

Steps to do after downloading the source code:

  1. righ-click on the UNit test project called "PSTesting.UnitTests".
  2. click the "Manage NuGet packages..."
  3. go the the Browse tab
  4. search for "NUnit" and click install
  5. search for "NUnit3TestAdapter" and install the (v3.8.0)

to test if the testing project is working well, Click the "Test" dropdown in the top of the page, and select "Run All Test"