Content deleted Content added
interwiki nl |
JnRouvignac (talk | contribs) Several little changes in an attempt to improve readability. |
||
Line 6:
There are various means for executing test scripts.
* [[
* [[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]], and [[Rational Software|Rational Robot]], look at the [[list of GUI testing tools]] ) 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]]).
** Extensively parameterized short programs a.k.a. [[Data-driven testing]]
** Reusable steps created in a table a.k.a. [[Keyword-driven testing|keyword-driven
These last two types are also done in manual testing.
The major advantage of ''
Disadvantages of automated testing are that automated tests
One shouldn't fall into the trap of spending more time automating a test than it would take to simply execute it manually, unless it is planned to be executed several times.
Line 31:
{{DEFAULTSORT:Test Script}}
[[Category:Software testing]]
{{Soft-eng-stub}}
|