From 53fb41e954251d675cb2c6c87a0fb6e5820b6078 Mon Sep 17 00:00:00 2001 From: juliaoommen08 <86399092+juliaoommen08@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:53:29 +0530 Subject: [PATCH] Add regression testing resources (#1925) * Update regression-testing.md * Update content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/regression-testing.md Co-authored-by: Kamran Ahmed --- .../100-functional-testing/regression-testing.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/regression-testing.md b/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/regression-testing.md index c96c527a6..5a475b5bd 100644 --- a/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/regression-testing.md +++ b/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/regression-testing.md @@ -1 +1,7 @@ -# Regression testing \ No newline at end of file +# Regression Testing + +Regression Testing is a type of software testing to confirm that a recent program or code change has not adversely affected existing features. Regression testing is a black box testing technique. Test cases are re-executed to check the previous functionality of the application is working fine and that the new changes have not produced any bugs. + +Free Content +Regression Testing +What is Regression Testing with Test Cases