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 |
What is the difference between unit testing and functionality testing ?
When a defect is assign as Postponed and differed. explain with example? thanks
How can data caching have a negative effect on load testing results?
Wht is the use of vss (management tool)
What is B.V.A with brief example?
Why are initial and end conditions necessary?
Could any one explains what is Significans of V MOdel? Why not it is called as W model or some other X model? Is there any specifi Answer for this Qustion.
what is test methodology and what is the format of that and who will prepare it
When u r executing a test case an error dialog or window appeared on screen describing some msg . u have to send that dialog/window as an attachment to the developer to let him understand properly abt the error dialog /window. how do u capture that error dialog/window as a snapshot , in manual tesitng ?
Can u tell something about the Agile Methodology
May i know now-a-days most of the companies are following which model?
what is the difference between reference key and foreign key