Skip to content

Commit b9b56d5

Browse files
authored
Merge pull request #4142 from shaedrich/test-automation
Add topic "Test automation"
2 parents 302ae36 + bb7d561 commit b9b56d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

topics/test-automation/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
topic: test-automation
3+
aliases: automated-tests, automated-testing, testing-automation
4+
display_name: Test automation
5+
short_description: Test automation or automatic testing as compared to manual testing is writing test scenarios beforehand to be executed repeatedly.
6+
related: cicd, devops, bdd, tdd, unit-tests, pipeline-as-code, continuous-testing, regression-testing, gherkin, release-automation
7+
wikipedia_url: https://en.wikipedia.org/wiki/Test_automation
8+
---
9+
**Test automation** or **automated testing** as compared to manual testing is a way to write test scenarios beforehand that can be repeatedly executed without involving a human element. This is often done by having a set of test data as input that can be compared to certain expectations. In agile software development approaches, this can be even based on user stories and/or acceptance critera.

0 commit comments

Comments
 (0)