Content deleted Content added
No edit summary |
Undid revision 852109113 by Walter Görlitz (talk) |
||
Line 4:
A '''test script''' in [[software testing]] is a set of instructions that will be performed on the [[system under test]] to test that the system functions as expected.
The proper definition is called Test Plan or Test Case, however, many people use the terms interchangeably, but that can be confusing.
A test script, is in fact, an automated script that runs and tests software components, objects, etc. and reports its findings. These are configurable. (IEEE, SWEBOK --Software Engineering Book of Knowledge)
There are various means for executing test scripts.
|