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 |
test cases on calculator
What is test management?
how do u manage scripts in winrunner when you application is changing frequently?
Write test cases for yahoo sign up page.
What are triggers and procedures?
How does unit testing play a role in the development / software lifecycle?
During alpha and beta releases , what are the document we will prepare and what we will test?
What is Boundary Value Analysis(BVA) and Equivalence Class Partition(ECP)?
Give an example of high severity and low priority bug?
Do you know anything about Set Top Boxes?
What is quality center? How many built in tables does quality center have?
how would u ensure 100% coverage testing?