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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top