Test script: Difference between revisions

Content deleted Content added
fix piping
revised reference to "test cases" that made it sound like test cases were only tested using manual testing
Line 5:
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.
 
There are various means for executing test scriptscases.
* [[Manual testing]]. TheseManual areentry moreof commonlythe called [[test case]]data and observation of the program's resulting behavior.
* [[Automated testing]]
** Short program written in a programming language used to test part of the functionality of a software system. Test scripts written as a short program can either be written using a special automated functional GUI test tool (such as [[HP QuickTest Professional]], [[SilkTest|Borland SilkTest]], [[IBM TPNS]] and [[Rational Software|Rational Robot]]) or in a well-known [[programming language]] (such as [[C++]], [[C Sharp (programming language)|C#]], [[Tcl]], [[Expect]], [[Java (programming language)|Java]], [[PHP]], [[Perl]], [[Windows Powershell|Powershell]], [[Python (programming language)|Python]], or [[Ruby programming language|Ruby]]).