Download slides - Testing Education

Transcript
Notes on spec-based testing from Kaner & Bach’s BBST course
We’ve seen at least three different meanings of specificationbased testing
• A style of testing (collection of test-related activities
and techniques) focused on discovering what claims
are being made in the specifications and on testing
them against the product.
This is what we mean by spec-based testing.
• A style of testing focused on proving that the statements in a
specification (and the code that matches the statements) are
logically correct.
• A set of test techniques focused on logical relationships among
variables that are often detailed in specifications.
Developing Exploratory Testing Skills
Copyright Kaner © 2006
47