DotCover 不提供引用 DLL 的覆盖范围
我下载了 dotcover 1.1.1
进行评估。 我们使用自动化框架来运行回归测试,其中应用程序 'X'
引用应用程序 'Y'
的 DLL 。 当我通过应用程序 'X'
运行测试时,我需要应用程序 Y
的代码覆盖率。 但我得到的只是应用程序 X
的代码覆盖率!
其他代码覆盖工具不会出现这种情况。
你能建议我哪里可能出错吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DotCover 尚不支持从命令提示符包含引用的 DLL 来实现代码覆盖(直到 1.1.1)。
尽管在开始覆盖率分析之前使用 DotCover GUI 并取消选中“与当前项目结构匹配”选项,也可以覆盖引用的 DLL。
http://devnet.jetbrains.net/message/5277861?
这并不能解决问题,因为使用 GUI 无法实现与自动化测试框架的集成。
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.