Every project activity has cost and it must yield excellent business value and software testing is no exception. Test Managers should optimize testing in a way that its business value is maximized. Too much of testing would cause unnecessary delays and end up incurring more costs. [Read more…] about What is cost of quality in software testing?
measure
How we can measure the coverage?
Coverage measurement of code is best done by using tools and there are a number of such tools on the market. These tools can help in:
- Increasing the quality and productivity of testing.
- Increasing quality by ensuring that more structural aspects are tested, so defects on those structural paths can be found.
- Increasing productivity and efficiency by highlighting tests that may be redundant, i.e. testing the same structure with different data (as there is possibility of finding the defects by testing the same structure with different data).
Why to measure code coverage?
- To know whether we have enough testing in place
- To maintain the test quality over the life cycle of a project
- To know how well our tests actually test our code