Code coverage for people (manual) tests?

后端 未结 4 1629
[愿得一人]
[愿得一人] 2021-02-15 05:10

Are there any code coverage tools for manual testing? For example, if I write 30 new lines of code, compile, then run, is there any way to quickly verify that all 30 lines were

4条回答
  •  醉酒成梦
    2021-02-15 06:14

    Yes, check out AutomatedQA's tools. They can do code coverage with manual testing and they have tools for automating the manual tests which also can be coupled with code coverage.

提交回复
热议问题