From 38bf960e0d5ee9526dcd06b6e9a2da59288d0e79 Mon Sep 17 00:00:00 2001 From: Kyle Thorpe Date: Sat, 22 Jan 2022 12:23:41 -0500 Subject: [PATCH] Add content for Testing (#1035) * Add content for Testing Add a description and resources for testing * Update readme.md Co-authored-by: Kamran Ahmed --- .../roadmaps/101-backend/content/112-testing/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/112-testing/readme.md b/content/roadmaps/101-backend/content/112-testing/readme.md index 94cfd7d77..1a310f6c0 100644 --- a/content/roadmaps/101-backend/content/112-testing/readme.md +++ b/content/roadmaps/101-backend/content/112-testing/readme.md @@ -1 +1,7 @@ -# Testing \ No newline at end of file +# Testing + +A key to building software that meets requirements without defects is testing. Software testing helps developers know they are building the right software. When tests are run as part of the development process (often with continuous integration tools), they build confidence and prevent regressions in the code. + +Free Content +What is Software Testing? +Testing Pyramid