How to run run tests in Nunit?

What is the best way to run tests in Nunit?

Hello Brettm,

First, you need to solve the file of your Nunit project in visual studio.

Step1: Go to Build–>Build solution.

Step2: Go to Test–>Test explorer–>click on test cases to run it.