Hallow friends, plase tell me difference between retesting
and regression testing?
Answers were Sorted based on User's Feedback
Answer / priya
Retesting - Testing the application to see whether the bug
is fixed or not
Regression testing- Done to ensure that the fixed bug
doesn't affect any other module.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / satyaprasad
testing the application with same inputs for many number of
times before modification,is called retesting
testing the applicationbuild after modification(coding) is
called Regression testing
hi this is satya ,any doubts contact:991212418320
| Is This Answer Correct ? | 2 Yes | 0 No |
retesting : Testing the fixed bug before going to close it
to validate whether that bug is fixed successfully or not.
Regression Testing : When ever new functionality is added
or Bug is fixed we will go for regression testing to
validate that modification not effected to rest of other
functionalities of Application.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / thriveni v b
retesting-testing the application several times by giving
same i/ps.
regression testing-done to ensure that build is working
fine after changes are done.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sachin
In Re-testing, the test case was failed in the last but in
regression testing the test case might be passed in the
previous release.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prasanth malireddy
Regression Testing: It is type of Testing one will perform testing on already tested functionality again and again and on related functionality as well.
Retesting: It is type of testing one will perform testing on the same functionality again and again with multiple sets of data in order to come conclusion whether the application is working fine or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
i got a bug in gmail the bug was i had saved some data in draft and i forwarded the data to my friend and the data was not present in draft it had move to sent items.what is the sta tus of the bug
wht is test data,test condition
test cases on orange hrm(( this is human resourse management system)
static and dyanamic testing
any one can explain error guessing..?it depends on validation or functional testing? give one example ..?
What is Injuction testing?
what is build? what is build coniguration?
i have 1.6 years exp .but i wish to learn QTP .so how can proceed for that .shall i do any course for that or self study.what is the market situation for QTP??
what is BVT testing?Who can do this testing?
What is unit level testing?
How do you go about testing a project?
If we got build [say 2.0]to test, we test it & maintain the log then we got same build [say 2.0] fixing bugs in the same version 2.0 again we test it .My question is How we maintain this second log of testing same build