The Art of Software Testing¶
Myers, G. J., Sandler, C., & Badgett, T. (2011). The Art of Software Testing. Wiley.
Cited by¶
2 citations across 2 artifacts.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Coverage / Reachability
- Software testing: branch, path, and statement coverage — every code branch is exercised by at least one test; gaps are branches no test reaches.
This sourceStandard reference defining statement, branch, and path coverage as the requirement that every code branch be exercised by at least one test.
- Software testing: branch, path, and statement coverage — every code branch is exercised by at least one test; gaps are branches no test reaches.
- Surjectivity
- In computer science and software testing it is coverage as a structural goal: a test suite is "surjective" over the set of requirements, branches, or equivalence classes when every one of them is exercised by some test, and an uncovered branch is a gap exactly as an unhit codomain element is; code generation that must emit a case for every variant, and parsers that must accept every string in a grammar, are surjectivity obligations.
This sourceBranch, requirement, and equivalence-class coverage as the goal that every target be exercised by some test, with an uncovered branch as a gap.
- In computer science and software testing it is coverage as a structural goal: a test suite is "surjective" over the set of requirements, branches, or equivalence classes when every one of them is exercised by some test, and an uncovered branch is a gap exactly as an unhit codomain element is; code generation that must emit a case for every variant, and parsers that must accept every string in a grammar, are surjectivity obligations.
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Links previously used in the corpus¶
Before the registry existed this work was also linked 1 other way.
Registry ID ref:b657296c89b2 · see in the full table