Java: measure code coverage for remote scripting tests

后端 未结 4 1134
不知归路
不知归路 2020-12-31 18:35

We have an application which is deployed on JBoss 5.1, JDK 1.6. We also have scripts written in PowerShell for testing. These scripts access the application using a web-serv

4条回答
  •  星月不相逢
    2020-12-31 19:09

    I use emma coverage tool integrated with unit testing project build phase, however, tool's documentation says that it's fairly simple to get code coverage at situation you described.

提交回复
热议问题