Forum member

dotnettestuser

1 post

Posts by dotnettestuser

  1. How to configure NUnit file to execute test cases of a solution file.

    Hi, We have a Visual Studio solution file and it contains around 60 projects. We created a "AllTests.config" and "AllTests.Nunit" files as a solution items. Here, the "AllTests.Nunit" file to execute the test cases of all the projects and "AllTests.Config" file has configuration details. N…