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 |
Give an example for high severity and low prority bug and as well as low severity and High prority
tell me the V-model advantages & disadvantages
what is thread Testing
Hi All, I am new in testing field. I got an interview and the question was asked- What would be your high level test case on the following scenario. There are 2 fields one is SCORE and other is GRADE and there is a go button. Scenario is If score is 90- 100 then grade should be A, if Score is 80-90 then B, if 70- 80 then C Else F. So I told that - I will check Boundary values by giving max +1 and min-1 values. I will check the functionality is working as per the requirement or not. I will include + and - testing. But seems like my answer was not correct, obviously because I don't have much experience. So plz provide me the best answer of this Q ? Thanks in advance. Preeti
How quickly we need to fix the bug?
What is verification and validation testing
If tester found some bugs in the application then which format they will send it to development team.
Diffrent between Smoke and Sanity tesing?
Explain the difference between severity and priority.
Generally which testing methodology we follow in software organizations. thanx in adv
How would you approach measuring JavaScript code coverage?
Explain briefly your project.