Skip to content

Commit 0b014bc

Browse files
Merge pull request #3997 from shaedrich/test
Add related to topic "Testing"
2 parents be0a23f + 408d8fe commit 0b014bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

topics/testing/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ display_name: Testing
44
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
7+
related: unit-testing, integration-testing, test-automation, e2e-testing, fuzzing, smoke-tests, mutation-testing, rspec, regression-testing, xunit
78
---
89
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)