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 |
How do you scope,organise and execute a test project.
What is the difference between Agile model and V Model Can anyone elobarate and explain each model and differenc
what are the add-ins needed to test .net and c# projects?
what is defect leakage?
is traceability matrix prepared by jr tester or sr tester or test lead?
Which is the better way to explain tipical bug life cycle?
What is your daily process? I have 2+EXP IN MANUAL TESTING.PLEASE SUGGEST ME HOW i ANSWER
What kinds of testing have you done?
Hi can any one plz answer me how to set up the test environment does it done by tester it self? its urgent thanks in advance roli
What are the Assumption while writing the test cases? Explain with the example?
In interview How do explain in Testcase of Calcuator,Cellphones, Email testing?
Mapping the test cases with the requirement. What is this process called?