Terminology used in the µTest++ Testing Framework
ISTQB Glossary
The International Software Testing Qualifications Board (ISTQB) provides the following definitions relevant to testing frameworks:
- test condition: a testable aspect of a component or system identified
as a basis for testing (in µTest++ this corresponds to calls to the
t.expect()ort.assume()methods); - test case: a set of preconditions, inputs, actions (where applicable),
expected results, and postconditions, developed based on test conditions
(in µTest++ this corresponds to instances of the
subtestclass, created by calls to thets.test()method); - test suite: a collection of test scripts or test procedures to be
executed within a specific test run (in µTest++ this corresponds to
instances of the
suiteclass).
Further information
For additional details, refer to the ISTQB Glossary.