diff --git a/topics/testing/index.md b/topics/testing/index.md index 2a603ee83a5..a1a461b3029 100644 --- a/topics/testing/index.md +++ b/topics/testing/index.md @@ -4,5 +4,6 @@ display_name: Testing short_description: The act of examining behavior of the software under test to eliminate bugs and ship with more confidence. topic: testing wikipedia_url: https://en.wikipedia.org/wiki/Software_testing +related: unit-testing, integration-testing, test-automation, e2e-testing, fuzzing, smoke-tests, mutation-testing, rspec, regression-testing, xunit --- 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.