What is the deference between regression testing and re-testing?
Answer Posted / sirisha
Regression testing is done on modified build,to test
whether the changes made on the build have effected the
already existing functionality or not,i.e to check whether
the old bugs are modified or not and also any new bugs are
raised or not by the modification of old bugs.
Retesting is done on the same build with multiple sets of
data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
iam new testing, i want improve writing test cases and bug defect etc? any on give suggestion pls?
What is pesticide paradox? How to overcome it?
negative test cases on banking domain ?
Tell me a critical defect in which your Client,PM,PL appreciate on you
What are similarities of Agile and Scrum?
What is Application Performance testing and Operational performance testing
How does quality control differ from quality assurance?
Artifacts in design phase of SDLC ?
What's the difference between system testing and acceptance testing?
What is the difference between SIT AND IST?
Negative test cases for phone camera
what is test scenario and test condition?
What is a critical bug?
Discuss what test metrics you feel are important to publish an organization?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?