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 |
what is positive and negative testing with example?
write test cases on pen
Why do u choose Testing as ur career?
Why is it important to thoroughly retest a defect after it has been reported fixed? How will you do that?
What is Functional point and what is the use?
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
what is test case review?
how recovery manager works in winrunner
what statements did Philip Crosby use to capture the essence of the Quality Assurance discipline?
Why must we use Tester to test software instead of BA, Developer?
explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?