Is it possible to obtain Code coverage numbers from VS 2012 Trial Version tool?
When I run my test cases (manually) after instrumentation, the .coverage file says my .pdb's may not be present or may be incorrect.
Is there something else i need to do?
For Instrumentation i do the Following:
- use vsinstr with coverage flag and instrument the .dll and .exe
- copy all .dll, .exe and .pdb file
- I execute the test cases.
I am using Visual Studio ultimate 2012 Trial version downloaded from MSDN site