Difference between revisions of "Test automation"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(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...")
 
(See also)
 
Line 9: Line 9:
 
== See also ==
 
== See also ==
  
* [[Software automation]]
+
* [[Software build]]
 
* [[Software development]]
 
* [[Software development]]
 
* [[Software testing]]
 
* [[Software testing]]

Latest revision as of 11: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