Test script: Difference between revisions

Content deleted Content added
Added reference to IEEE SWEBOK (Software Engineering Book of Knowledge) to distinguish Test Scripts from Test Cases.
Reverted 1 edit by 90.105.187.126 (talk): There's a proper definition? (TW)
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.