What is difference between Regression and Restesting?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How will confirm the Test Cases are passed?
what is agile model?
What is severity ?
What is Software Testing ?
What are all covers for the Unit Testing ?
give some good bugs that u have found ?
how we do system testingf project?
Can anyone Give me examples for high Severity and Low priority defects?
what is the format of test report?
what is WinRunner frame
Explain v-model clearly ? how it works in real time on a project?
What criteria u r following in ur company for selecting related failed test cases in regression testing?