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 |
how testing is carried out in real time agile methodology i mean to say how a job is assigned to one tester in a team
Who will give the Priority and Severity?
wht is change management and configuration management?
What is the significance of version control in software testing
what is the difference between object rpository and object spy in QTP?
1. Differentiate test bed and test environment ?
For a tester which certification courses is best?
What might be the reasons for changing the status of a bug to " NOT A BUG " ?
Hello Friends someone can help in giving best institute with address to do testing course please. I heard Mr. Nageswara Rao is best. Can some one give his complete contact details please.
What are the prototypes are used during the integration testing ?Explain the stub and the driver in details?Are the stub and the driver both are used in top-down and the bottom-up approaches ?
What is the difference between smoke and sanity testing? and when we perform smoke testing and when we perform sanity testing?
If we have no SRS,BRS but we have test cases does u execute the test cases blindly or do u follow any other process|