What Is Coverage-Based Testing?

by Nataliia Vasylyna | January 23, 2012 10:00 am

The majority of generally accepted testing techniques, it doesn’t matter if it is functional testing (black-box testing[1]) or structural testing (white-box testing), use different ways of test coverage as the criteria for stopping testing.

The easiest way is completing different checklists, such as a checklist of main functions based on product specifications when black-box testing is used, or a checklist of all the product elements or all the statements when white-box testing is used.

Software testing may be conducted till the moment when all the points on the respective checklist have been examined. Several formal models beyond simple checklists are used for the majority of systematic testing techniques.

These models and related coverage comprise:

  1. Formally determined partitions may be used as the foundation for different testing techniques, which are equal to checklists but assure:
    • mutual exception of checklist points to elude needless reiteration,
    • entire coverage determined correspondingly.
  2. Different programming or functional states may be determined and linked together to form finite-state machines to model the system as the foundation for different testing techniques to assure state coverage and coverage of related state transitions and implementation sequences.
  3. Such finite-state machines may be extended to analyze and cover implementation paths and data dependencies through different software testing techniques.
  4. A specialized kind of partitions, input domain partitions into sub-domains, may be used to test these sub-domains and related boundary conditions as well.

Learn more from QATestLab

Related Posts:

Endnotes:
  1. black-box testing: https://qatestlab.com/resources/knowledge-center/black-box-testing/
  2. How to Provide the Best Test Coverage?: https://blog.qatestlab.com/2014/04/30/how-to-provide-the-best-test-coverage/
  3. What to test for maximum productivity of logistics software: https://blog.qatestlab.com/2022/02/23/logistics-software-testing/
  4. How to make users add your online shop to bookmarks?: https://blog.qatestlab.com/2019/10/08/adding-online-shop-to-bookmarks/

Source URL: https://blog.qatestlab.com/2012/01/23/what-is-coverage-and-coverage-based-testing/