Skip to main content

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() or t.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 subtest class, created by calls to the ts.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 suite class).

Further information

For additional details, refer to the ISTQB Glossary.