What is difference between Regression and Restesting?

Answers were Sorted based on User's Feedback



What is difference between Regression and Restesting?..

Answer / ashokkumar

Consider an Example.
you have modules like add, delete, modify, cancel and ok
buttons.
you have already 150 test cases for the above.

Now You are going to introduce an other module ie, edit,
for this You have 50 test cases.

After integrated edit with other modules,
you check 50 test cases working correctly or not. This is
Regression Testing,

Now all together you should check all the 150 + 50 test
cases, ie called Retesting.

Is This Answer Correct ?    2 Yes 4 No

What is difference between Regression and Restesting?..

Answer / raj

Retesting :running a test morethan once
Regression testing:It is a test used to verify that already
tested software is still functioning correctly or not and
not affected by the test object and the environment.The
main aim of regression testing is to check whether it has
any unexpected side effects after fixing a bug.

what we can conclude is if regression testing is a super-
set then retesting is a subset

let me know ur answer

Is This Answer Correct ?    1 Yes 4 No

What is difference between Regression and Restesting?..

Answer / kiran

retesting means testing whole document again then it is
called as retesting.testing once again from starting to
ending is retesting

testing particular point where changes taken place.testing
the particular place where the bug fixed by the
developer.testing whether that changes effecting on code or
not it is called as regression testing

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More Manual Testing Interview Questions

How will confirm the Test Cases are passed?

7 Answers   PetroChina, RTG,


what is agile model?

3 Answers  


What is severity ?

4 Answers   CSS,


What is Software Testing ?

5 Answers  


What are all covers for the Unit Testing ?

1 Answers   CSS,


give some good bugs that u have found ?

1 Answers   CTS,


how we do system testingf project?

3 Answers   InfoStep,


Can anyone Give me examples for high Severity and Low priority defects?

5 Answers   Wipro,


what is the format of test report?

2 Answers  


what is WinRunner frame

1 Answers   Exalt,


Explain v-model clearly ? how it works in real time on a project?

3 Answers   Mphasis,


What criteria u r following in ur company for selecting related failed test cases in regression testing?

3 Answers   GE,


Categories