Skip to content

Commit 7d2e1a0

Browse files
Merge pull request #3996 from shaedrich/testing
Merge topics "test" and "testing"
2 parents 7f2eddf + 889e524 commit 7d2e1a0

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

topics/test/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

topics/testing/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
aliases: testing-tools, testing-framework, testing-practices
2+
aliases: testing-tools, testing-framework, testing-practices, software-testing, test
33
display_name: Testing
4-
short_description: Eliminate bugs and ship with more confidence by adding these tools to your workflow.
4+
short_description: The act of examining behavior of the software under test to eliminate bugs and ship with more confidence.
55
topic: testing
66
wikipedia_url: https://en.wikipedia.org/wiki/Software_testing
77
---
8-
Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times.
9-
Eliminate bugs and ship with more confidence by adding these tools to your workflow.
8+
Software **testing** is the act of examining the artifacts and the behavior of the software under test by validation and verification to make sure it works. Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Testing can be iterative, and happen multiple times.

0 commit comments

Comments
 (0)