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 do u mean by Functional Testers and Performance Testers? Need the Answer Immediately. Thank u
can you please tell me what is field validation and form validation in details,how is this perform
How do tou design a good test case?
what is negative testing and positive testing with example?
What are the different types of software testing?
What is Web based testing? How do we test web application manually in real time? Is there any procedure to do this testing? real timers plz reply me...
2 Answers ABC, Arsin Systems, Wipro,
. Is any graph is used for code coverage analysis?
How to test the database manual? how to test data base lekage by using manual and also using QTP ?
Give me some examples of how you have participated in Integration Testing.
please tell me about fish model which is used in sdlc model ,and also tell me about the founder of fish model and diagram of fish model and other things in details
10 Answers Cap Gemini, IBM, Savitr, Syntel, Verizon,
what is conditional testing? explain and examples
Do I have to write separate test cases for entering special characters, blank space, numbers in First name field ? Or should I create single test case for it? If yes then how?