Jump to content

Basis path testing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Magioladitis (talk | contribs) at 23:41, 26 June 2013 (clean up using AWB (9319)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Basis path testing, or structured testing, is a method for designing test cases intended to examine each mathematically possible path of execution at least once. By creating a set of basis paths, creating and executing tests for these paths, 100% statement and 100% branch coverage can be guaranteed.

See also