what is the difference between regression testing and re
testing..?
Answers were Sorted based on User's Feedback
Answer / karthik
Re-Testing:wen the bug is not fixed.testing again until its
fix is called re-testing
Regression Testing:Testing the Existing fuctionalities is
called Regression tesing
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mfsi_priyankaa
Retesting- After fixing a bug, we again recheck whether that
bug is actually fixed or not.
Regression Testing- After making any changes or fixing a bug
in a particular module, we again check whether some other
modules are affected by this change.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raj
last test case which wre failed last time test again is
called re testing..some extra enhancement,or modification
on ur module then regression testing...
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / prasad s
Re testing:- Testing an application again & again for same
input.
Regression test:- Regression test is conducting after smoke
test. The reason for conducting regression test is to check
for side effects OR impact on build due to code changes.
[bugs are fixed by making code changes]
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / jitendra agrawal
retestint means the project is tesing again and again....
and regression testing is if have any change in future then
if we change the one module then we chack the others module
also.... because we change the one module then this can do
any effects in others module...or this is very complex work
so we used this automation tool
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / lokesh
REGRESSION TESTING IS done on the same bulild again and
again.
RETESTING MEANS testing the build with multiple sets of data
| Is This Answer Correct ? | 0 Yes | 3 No |
can anyone send me the test cases apart from an bank application form?
What is the difference between stress and load testing?
How to write Test cases for pen in tabular form including all phase of test case like Test id, Test Objective, Prerequisite etc.
What are differences in testing a client server and a web application?
What can be done if requirements are changing continuously?
What are the different is manual database checking types?
What u will do if you have less time for testing (3-4 days) instead of 10 days.
What is Registry?
what is deffered defect?
how do i write perfect test case for functional testing
What is the difference between stub & Driver? which is needed in Top Up & Bottom Down Testing?
how does a client /server environment affects testing?