From 49c1d94b429c2d70a8722526f9b4a060e60395a2 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Tue, 11 Oct 2022 21:51:21 +0000 Subject: [PATCH] Resources added for Automated Testing (#2159) --- .../113-qa/content/103-qa-automated-testing/readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/readme.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/readme.md index f0666379d..4afb6ccf0 100644 --- a/content/roadmaps/113-qa/content/103-qa-automated-testing/readme.md +++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/readme.md @@ -1 +1,9 @@ -# Qa automated testing \ No newline at end of file +#Automated 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. + +Automated testing is the application of software tools to automate a human-driven manual process of reviewing and validating a software product. Most modern agile and DevOps software projects now include automated testing from inception. To fully appreciate the value of automated testing, however, it helps to understand what life was like before it was widely adopted. + +Free Content +What is Automated Testing? +Testing Pyramid