What Is Coverage-Based Testing?

What Is Coverage-Based Testing?
January 23 10:00 2012 Print This Article

The majority of generally accepted testing techniques, it doesn’t matter if it is functional testing (black-box testing) 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.

Related Posts:

About Article Author

view more articles
Nataliia Vasylyna
Nataliia Vasylyna

View More Articles

0 Comments

write a comment

No Comments Yet!

You can be the one to start a conversation.

Add a Comment

Your data will be safe! Your e-mail address will not be published. Also other data will not be shared with third person.
All fields are required.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.