Test suite: Difference between revisions

Content deleted Content added
Added {{More citations needed}} tag
Fix typo
Line 2:
{{More citations needed|date=March 2022}}
{{EngvarB|date=October 2019}}
In [[software development]], a '''test suite''', less commonly known as a '''validation suite''', is a collection of [[test case]]s that are intended to be used to test a software program to show that it has some specified set of behavioursbehaviors. 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]].