开发者

How to get coverage result for system testing using emma or similar tools!

Is there any way to get system tests coverage results开发者_开发百科 for a system involving two or more web applications deployed in single app server?


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜