I have multiple Nunit test DLL’s like a_test.dll, b_test.dll, c_test.dll.
Whenever I need to execute the these test projects, I need to load them individually in the Nunit application and execute them.
Can I add them all at once and execute?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use the test runner included with ReSharper. You can do ReSharper > Unit Tests > Run All Tests From Solution, or Ctrl+U, Ctrl+L and it will run all of your unit tests in each project.