如何使用 emma 或类似工具获得系统测试的覆盖率结果!
对于涉及部署在单个应用程序服务器中的两个或多个 Web 应用程序的系统,是否有任何方法可以获得系统测试覆盖率结果?
Is there any way to get system tests coverage results for a system involving two or more web applications deployed in single app server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对 cobertura 和 jboss 做了类似的事情。您应该只“检测”所有必要的类,之后部署多少个模块都无关紧要。数据文件将位于服务器周围的某个位置,可能位于“bin”目录中。
编辑
这里有关于网络应用程序的部分。不过,我无法帮你解决艾玛的问题。
http://cobertura.sourceforge.net/faq.html
I did similar thing with cobertura and jboss. You should just 'instrument' all necessary classes, after that it doesn't matter how many modules you have deployed. Datafile will be somewhere around the server, perhaps in the 'bin' directory.
edit
Here they have section about web applications. Can't help you with emma, though.
http://cobertura.sourceforge.net/faq.html