Difference between revisions of "Test automation"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "In software testing, '''test automation''' is the use of special software (separate from the software being tested) to control the execution of tests and the comparison of...") |
Karl Jones (Talk | contribs) (→See also) |
||
Line 9: | Line 9: | ||
== See also == | == See also == | ||
− | * [[Software | + | * [[Software build]] |
* [[Software development]] | * [[Software development]] | ||
* [[Software testing]] | * [[Software testing]] |
Latest revision as of 10:38, 22 August 2016
In software testing, test automation is the use of special software (separate from the software being tested) to control the execution of tests and the comparison of actual outcomes with predicted outcomes.
Description
Test automation can automate some repetitive but necessary tasks in a formalized testing process already in place, or perform additional testing that would be difficult to do manually.
Test automation is critical for continuous delivery and continuous testing.
See also
External links
- Test automation @ Wikipedia