Test Suite
Jump to navigation
Jump to search
A Test Suite is a software development system composed of software test cases that ...
- Context:
- It can result in a Test Code Coverage Measure.
- See: Test Scenario, Software Development, Test Plan, Test Script, Code Coverage.
References
2018
- (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/test_suite Retrieved:2018-8-10.
- In software development, a test suite, less commonly known as a 'validation suite', is a collection of test cases that are intended to be used to test a software program to show that it has some specified set of behaviours. A test suite often contains detailed instructions or goals for each collection of test cases and information on the system configuration to be used during testing. A group of test cases may also contain prerequisite states or steps, and descriptions of the following tests.
Collections of test cases are sometimes incorrectly termed a test plan, a test script, or even a test scenario.
- In software development, a test suite, less commonly known as a 'validation suite', is a collection of test cases that are intended to be used to test a software program to show that it has some specified set of behaviours. A test suite often contains detailed instructions or goals for each collection of test cases and information on the system configuration to be used during testing. A group of test cases may also contain prerequisite states or steps, and descriptions of the following tests.