Test script: Difference between revisions

Content deleted Content added
m Added VBScript to the list of languages since it is the language used by QuickTest Pro, the first automation tool referenced.
Removed VBScript since it's not usually used in writing tests. If you want to add QTP, add it in the tools section.
Line 8:
* [[Black box testing|Manually]]. These are more commonly called [[test case]]s.
* Automated
** 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]], 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]], [[Python (programming language)|Python]], or [[Ruby programming language|Ruby]], or [[VBScript]]).
** Extensively parameterized short programs a.k.a. [[Data-driven testing]]
** Reusable steps created in a table a.k.a. [[Keyword-driven testing|keyword-driven -]] or [[table-driven testing]].