Terms used across the µTest++ Testing Framework project
ISTQB Glossary
The International Software Testing Qualification Board (ISTQB) defines some terms used in testing frameworks:
- test condition: a testable aspect of a component or system identified
as a basis for testing (implemented in µTest++ as calls to
expect()
orassume()
functions); - test case: a set of preconditions, inputs, actions (where applicable),
expected results and postconditions, developed based on test conditions
(implemented in µTest++ as calls to the
test_case()
function) - test suite: a set of test scripts or test procedures to be executed in
a specific test run (implemented in µTest++ as instances of the
test_suite
class).
More
For more details see: ISTBQ.