difference between regression testing and re testing?
Answers were Sorted based on User's Feedback
Answer / amit b
Regression Testing: Testing of a previously tested program
following modification to ensure that defects have not been
introduced or uncovered in unchanged areas of the software,
as a result of the changes made. It is performed when the
software or its environment is
changed.
re-testing: Testing that runs test cases that failed the
last time they were run, in order to verify the success of
corrective actions.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / siva nadh reddy.g (shivanadh66
Retesting : it means testing the same functionality again
and again but with multiple sets of data in order check
whether it is working properly or not.
Regression : performing the testing on already testing
functionality again and again.usually it is done in 2 scenarios
1)whenever the defects are identified and send them to the
development department,net build is released,then the test
engineers once again check the defect functionality as well
as the related functionalities once again.
2)whenever some new features are added to the application
and the next build is released,test engineers will check the
already tested and related features of those new features
once again.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / balaji third eye
Regression Testing :
testing is done to ensure that does not
affect the other module or unit.
Re Test: (retset the module)
test engineer find the bug.after developer fix that
bug .test engineer check they fix proper or not......
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / allin
Retesting- Re test the defects after fixing by developers.
Regression testing-- Nothing but retest, checking the
functionality when the status was fixed by developer, the
latest fixed functionality is effecting the other funcation or
not & the current funcation is working properly or not.
| Is This Answer Correct ? | 1 Yes | 4 No |
If you are the Test Team Leader and one of the Team Member is not supporting and not working according to your expectations what would you do? how will u handle him?
How to design the test cases?
If the developer rejects that its not abug means then whats the next step we follow?
what is AUT?
te found one bug and reported to developer or test lead after that he rejected my bug so on which basis he can reject my bug
How we do prevent the duplicate bug posted by 2 diffrent testers working in same field during run it in test link ?
In an interview, what r the general questions asked in manual?pls give me anwser to this question?
Q-1) You are running out of time but you have to test the software what will be your approach? Q-2) The largest cost of quality is from production failure.true or false Q-3)Defects are lest costly to correct at what stage of development cycle? Q-4) what is that tester complain usually?
While doing system testing your have missed out some issues. The same issue is found by customer and he reverts back to you for an explaination. How do you convince him or how do you justify yourself about your testing?
In a web application one page is getting open in server & if i tries to open the same page in the local system,application is throwing page not found error. what are all the possible scenarios? Please let me know the scenarios
How to identify the gaps in the system
Explain clearly what is buglifecycle