Retesting vs Regression Testing : When We Do Retesting(With Example)
In this tutorial We are going to learn about the What is the main difference between two retesting and regression and we will learn the basic difference between Retesting vs Regression Testing.
Contents
What is Retesting?
In the retesting in software testing, It basically means testing a bug that has been fixed.Most of the Time Tester finds a bug in the Application(Web or mobile).
It logs it in the JIRA and Assign it to Dev, after dev fixes it, Dev assign back to Tester to verification.Now Tester verify the bug, This is known the Retesting.
Benefits of retesting
1. Test the cases that are failed only
2. Fast execution.
3. Only have to perform the important or failed cases
Retesting vs Regression
Retesting | Regression Testing |
|---|---|
To confirm the test cases that failed in the final execution are passing after the defects are fixed. | To confirm whether a recent program or code change has not adversely affected existing features. |
Retest are not automated. | Regression can be automated. |
Only bug fixes related test-cases are checked. | Nearly all the testcases are checked in Regression. |
Only fixed testcases are runned. | New code changes should not have any side effects to existing functionalities |
👪 Join Facebook Our Community - http://bit.ly/learntesting2019
✅ Automation Community - https://thetestingacademy.com
🐦Follow us on Twitter - https://twitter.com/itstechmode
📖 Like us on Facebook - https://www.facebook.com/scrolltest
🎤 Listen to our Podcast - https://anchor.fm/thetestingacademy
SDET Interview Questions Decoded: What Interviewers Actually Want to Hear at Every Experience Level
LangGraph for Test Automation: Building a Planner-Generator-Healer Pipeline That Actually Works
Professional Bug Reporting Mastery: How to Write Reports That Developers Actually Act On
How AI Is Rewriting QA Roles: The 12-Month Skill Development Roadmap for Every Experience Level
From Selenium PageFactory to Playwright Locators: The Migration Guide for Experienced Engineers
