From ddbe39dc0dfb22d4bf251ff6df2e9163c760d1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:13:06 +0200 Subject: [PATCH] Add related to topic "testing" --- topics/testing/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/testing/index.md b/topics/testing/index.md index d1ff99f35e8..4a4244e0186 100644 --- a/topics/testing/index.md +++ b/topics/testing/index.md @@ -4,6 +4,7 @@ display_name: Testing short_description: Eliminate bugs and ship with more confidence by adding these tools to your workflow. 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 --- Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times. Eliminate bugs and ship with more confidence by adding these tools to your workflow.