Test cases

Test cases are unique tests that are run on components. The test cases either pass or fail in execution.

In STF, the actual test cases are separated from the test case execution environment. Typically, test cases are specified in a test case file (also known as configuration file). Using a separate test case file allows you to modify test cases without modifying the software module that does the actual testing.

In STF, test cases are typically collected into test classes.

Related concepts
Related tasks