Hi,
I have implemented a custom test type and deployed it on my machine. The test type loads tests from dll files. When I load a project with relevant tests my tests are displayed in visual studio's test view.
When I try to execute the tests they fail with a not executed status.
During debuggin I see that the reason the tests are failing is since I get a TargetInvocationException with an InnerException of FileNotFoundException that tells me that QTAgent32.exe cannot find my test dll.
ikasovitch