Code Coverage when launching external applications
Code Coverage when launching external applications
Guys
Were creating some integration tests with the White testing framework and would like to see code coverage from these tests. Does anyone know whether this is possible in NCover?
Essentially we are launching our application and manipulating through UIAutomation ( wrapped by the White framework ). We'd like to have NCover capture the coverage of the core assemblies used when the tests have finished executing.
Many thanks
Matt
RE: Code Coverage when launching external applications
yes, this is possible
RE: Code Coverage when launching external applications
Thanks yes I've found this out now.
It's in the pro edition and you need to put the child process spawned in the advanced options settings.