What is difference between regression testing and re-
testing?
Answers were Sorted based on User's Feedback
Answer / sravan kumar.p
Regression testing: is made whenever changes occur in tne modules to make ensure that
changes has not affected the other modules.So thats why in
this we execute the whole build.
Retesting: The process of testing the application rigorously with all the possible inputs to gain more confidence on the
functionality of the application. This process is rarely
carried out, where we have ample time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sreedhar.s
Regression Testing: The re excution of selected test cases
on modified build to ensure buf fix work without any side
effects.
ReTesting:ReTesting means repeating the same test on same
application build with multiple input values.its also known
as data driven testing
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / baburao
Regression Testing: Any modification to the application
should not effact other modules
Retesting : Testing the application after fixing the bug
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / ramprasad.s
ReTesting : Check the Bug is closed
Regression Testing: check Impact over the retest
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 7 Yes | 10 No |
Answer / varun
as per my knowledge
re-testing means testing the build whether raised issue is
fixed correctly r not
regression testing means testing the build where is there
any impact due to the fixed bug on the application
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / aparna
Regression testing means either with bug fixing or
enhancements ,if previously existing moudle effects we can
perform regression testing by writing regression matrix.
Executing the build with previously existed test cases for
declaring the software is working as before we can do the
retesting
| Is This Answer Correct ? | 1 Yes | 9 No |
Answer / srimanta chakrabarty
Regressin Testing:Testing the application before fixing the
bugs.
Retesting:Testing the application after fixing the bugs.
| Is This Answer Correct ? | 4 Yes | 30 No |
what are the base line documents for sit and uat? what is impact testing? what is dynamic testing? what is static testing? what is soak testing?
Explain the difference between decision coverage and condition coverage ? If possible provide few examples.
what are the testing appraoch that you have tested for Bread toaster
What is d difference between Black Box Testing and Functional Testing?
When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis
next week i have a interview how to preopare the interview both manual and autolmation pls help me bcoz i ma fresher ple very soom thankl for and advance
what is diff between stress & load testing
what are the tests u did in entire project? when it did in the project? (means at the release build to end of project) plz explain clearly
There is an application which is to be used in different countries . My question is what are the most common checklst that are to be followed for testing it.
can anyone please clearly tell me about test scenario,test script&test case.in which levels v prepare all these?
What r the three types of System testing
What is the difference between Severity and Priority?