Java: measure code coverage for remote scripting tests

后端 未结 4 1136
不知归路
不知归路 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 18:50

    Code cover is a great tool. For your case you should use command-line interface, that might you incorporate with existing PowerShell scripts.

提交回复
热议问题