通过用一个测试工具执行代码库并捕获整个测试过程中与被“触及”的代码对应的数据,就可以获得测试覆盖度量。
A test coverage measurement is obtained by exercising a code base with a test harness and capturing data that corresponds to code having been "touched" throughout the lifetime of the test process.
通过用一个测试工具执行代码库并捕获整个测试过程中与被“触及”的代码对应的数据,就可以获得测试覆盖度量。
A test coverage measurement is obtained by exercising a code base with a test harness and capturing data that corresponds to code having been "touched" throughout the lifetime of the test process.
应用推荐