Why we call it as a regression test nor retest?
Answers were Sorted based on User's Feedback
Answer / satya_k21
Hi,
Retesting: we are going to check weather the bug is
fixed or not
Regression: After getting confirmation the bug is fixed
we are going to check the fixation is going to create any
problems in the application or not...
Regards
Satya.K
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dinesh
As part of the retesting we are going to check the bug fix
of the application is working correctly or not
In regression Testing we are checking dependeces that means
if the the bug fix is effecting already Existing
functionalities or core functionalities
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ch.s.m.prasad,kkd
Regression testing :The re-execution of all test cases on a
modified build to ensure bug fix works and occurence of any
side effectives
Retest : The re-execution on a affected test cases
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suneel reddy
If we test wehther defect is closed or not i.e Retesting
But here we r checking the impact also
regression means repeted times
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rafi
Retesting:is a process of testing application with
different test data.it is done on same build.
where as regression testing is process of tesing the
application which is already tested.it is done on different
build
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sunil kumar
Retesting:it is done on the same build with multiple inputs
as per the FRS to the check the validations
while
Regressing:checking the validation on the modified bulid to
check whether the detected bug was closed or not
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raja - nbit on solutions pvt l
Regression Testing : Checking the previous error/bug has
been rectified and no new error has been raised.
Retesting : When the major fix in a project we need to test
from starting itself.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the various techniques in white box testing?
Test Cases design during ??? four options are given below. Which 1 is correct... 1. Test recording 2. Test Planning 3. Test configuration 4. Test specification.
What do u mean by Positive and Negative testing & whatz r the diff's between them .Can anyone explain with an example .
Please explain test matrices
how can u do database testing manually?
Which is the best institute for testing tools in hyderabad ?
51 Answers Marlin Soft Technologies,
diffrence between application testing and product testing?
How to do test if we have minimal or no documentation about the product?
i want to for technical interview question paper along with in tesrviwe Phases i need
As soon as we get the build what type test we will do?and how?
Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description.
Give an example of high severity and low priority bug?