Domanda

i donwloaded the dotcover 1.1.1 for evaluation. We use a automation framework to run regression test where application 'X' refrences application 'Y's DLL . I need code coverage of application Y when i run test through application 'X'. But all i m getting is code coverage for app X!

This is not the case with other code coverage tool.

Could you please suggest where i may be going wrong?

È stato utile?

Soluzione

DotCover doesn't support including referenced DLL's from command prompt for Code coverage yet( till 1.1.1). Though Using DotCover GUI and unchecking "match with current project structure" option before starting Profiling for coverage allows coverage on referenced DLL's as well. http://devnet.jetbrains.net/message/5277861?

This doesn't solve the problem as integration into automated testing framework cannot be achieved by using GUI.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top