What is the difference between re testing and regression testing?
Answers were Sorted based on User's Feedback
Regression testing mean when the new functionality is added
or when the bug is fixed, we need to make sure that the new
functionality or the bug fixed does not effect other parts
of the application. To test this we do repetitive testing
which is called regression testing.
Retesting means checking the bug that is fixed and make sure
it is fixed.
In the retesting we checking that particular functionality
and in regression testing we check the whole module.
| Is This Answer Correct ? | 24 Yes | 1 No |
Answer / jigneshk
regression testing::after add or modify page we have to
check that affected fun. of that modification is working
proeprly or not that is called regression testing
re testing:after fixing the original bug we have to check
that bug will be removed proeprly or not that is called re
testing
EX.suppose tester will check login fun. in that we have to
shown username and password along with OK and cancel button
now tester will find bug in OK button so after fixing that
bug in OK button----------------->we have to check
cancel(affected fun.) button fun is working or not that is
called regression testing and check OK button will be
working or not that is called re testing
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / siri
re-testing is verifying that the defect is fixed, it can be
a particular functionality or a complete module.
regression testing is re-testing the application after
defect is fixed and also make ensure that the other parts of
the module/application is not effected by the changes made.
| Is This Answer Correct ? | 1 Yes | 0 No |
Retesting means testing the same functionlity again and
again with different sets of data to make sure that
functionality is working fine.
Regression testing means testing the already tested
functionality.
we can say Retesting starts from first build and restting
may start after first build
| Is This Answer Correct ? | 1 Yes | 3 No |
I have a build in which there are 17 files, now 3 new files added, in this case what type of testing will do
Difference between XP and Vista?
A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?
3. what's the difference between the smoke and sanity testing. 4.Who test the sanity and who test the smoke testing? why?
Which methodologies, Technologies are fallowed in your company?
what is the format of test report?
I have 2 questions: 1) What are Technical test cases 2) What are Business test case (Or Business driven test cases)
Is it a good idea to write in your resume that you wrote Test Plans,Test Cases & executed Test Cases, when you have actually only executed them,& have only knowledge of the others?
what is Defect Containtment?
Who will prepare the Tracaility Matrix?
Can you explain the concept of defect cascading?
How do you know the code has met specifications?