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).
Other popular articles:
- What is Structure-based technique in software testing?
- What is Structural testing (Testing of software structure/architecture)?
- What is white-box or Structure-based or structural testing techniques?
- What is test coverage in software testing? It’s advantages and disadvantages
- What is Statement coverage? Advantages and disadvantages
Leave a Reply