Google News
logo
Software Testing - Interview Questions
Explain how does a test coverage tool work?
The code coverage testing tool runs parallel while performing testing on the actual product. The code coverage tool monitors the executed statements of the source code. When the final testing is done, we get a complete report of the pending statements and also get the coverage percentage.
Advertisement