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. Normally, when we invoke "AllTests.Nunit", it loads the test fixtures of all projects and execute the test
cases.
Right now, we are exploring NCrunch and it has isolated storage for each project and executes the test cases there it self.
But, we are getting the error because it expecting the configuration file. So, I have added the above 2 files (i.e. AllTests.Config, AllTests.Nunit)
but still we are getting the same error. I believe that, NCrunch process expecting the configuration file name should be
match with project name like (i..e abc.csproj, abc.config).
Please help, how to configure the configuration file and ".Nunit" files to execute all test cases of a solution.
Thanks
akb