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