code覆盖人(手动)测试?测试、code

2023-09-04 02:12:27 作者:老衲法号乱来

是否有手动测试任何code覆盖工具?举例来说,如果我写的code 30的新线路,编译,然后运行,请问有什么办法可以快速验证所有30条线均运行?

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 run?

此外,以后,我检查了code到正式版本后,有没有什么办法,我可以验证测试部门打在所有30行code,当他们进行了独立测试?

Also, later, after I've checked the code into an official build, is there any way that I can verify that the test department hit on all 30 lines of code when they conducted their independent testing?

我知道有很多的工具,用于验证测试部门检测的所有要求,但我还没有发现,验证测试仪测试code中所有行的工具。

I know that there are a lot of tools for verifying that test departments test all requirements, but I haven't found a tool that verifies that testers test all lines of code.

我最感兴趣的.NET / C#的工具。

I'm most interested in .NET / C# tools.

推荐答案

检查的使用code覆盖与手工测试