What is Retesting?
Answers were Sorted based on User's Feedback
Answer / naga siva sankar
Executing the same test cases on same functionality with
multiple sets of data is called Retesting.In WinRunner it
is also called as Data Driven Testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / artivivk
What I see here is retesting is another conformation of the
software for its quality and user friendly objectives so
that fruther no user can say it is causing trouble to them.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suneel reddy
Re Execution of test cases on the same build with diff
input values
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venkatareddy
The reexecution of atest on some application build with
multiple test data is called retesting
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / praveen.v.n
hello every one,
Re-Testing:
Executing all pre-defined (Same Set of Test Cases)
which is carried after bug verification.
First: Bug File
Second: Bug Severity
Third: Bug Priority
Fourth: Bug Fix
Fifth: Bug Verification (Set by the developer to with
release version the bug fix is done)
Sixth: May be 2nd Cycle of Testing or 3rd Cycle of Testing
or ..........nth cycle of Testing.
THE SIXTH STAGE OF TESTING IN DIFFRENT CYCLES IS CALL RE-
TESTING, WITH RESPECT TO MANUAL TESTING.
WITH RESPECT TO AUTOMATION TESTING THE ANSWERS ABOVE
MENTION ARE CORRECT.
I would like to corrct sujatha with some info:
Cehcking whether the bug is fixed or not correct to UNIT
testing which is done at developer environment, where as
when it comes to Testing environment we should reffer to it
as Verification of the Bug.
With respect to Testing Team Re-Testing means
executing "same set of test cases" been executed in
all "Number of Test cycles" as depending on the SDLC model
and STLC model or as defined or required by the Project
mangement for that project cycle.
I hope this solves all issues!
you can post for more details
Thanks,
Software Quality Test Team.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amar
Testing the same functionality of the application with different type of input data
Retest is the part of regression test
ex:
Yahoo Registration Page
Retest by entering valid data one time and
Retest the same with invalid data
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / umesh chauhan
In Re-testing we are test only particular
functionality(which was failed during testing)that is
working properly or not after change is made. In this we did
not test all functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chandan
Retesting bugs in the system which had been identified as
fixed, usually starting from Alpha on.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / suvarna
Re-execution of all test cases with the multiple data in
the bug impact area is called retesting.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / suresh
Executing the same test cases on the same build with
different inputs ..
| Is This Answer Correct ? | 3 Yes | 5 No |
Give me an example of the best and worst experiences you've had with QA.
What should QA require of Development?
What is cross browser testing?
What actually a SQA Tester do in His/ Her first (entry level) Job?
How to find all the bugs during first round of testing?
What is destructive testing, and what are its benefits?
Give me example of automate the regression test suite ........Thanks...
Can we use the same test cases of system testing for user acceptance testing (UAT)
Why is performance testing necessary to be done for any application?
What is the strategy for automation test plan?
What would be the test approach for testing an e-commerce website which is coming to us from the vendor for maintenance. What will be the test approach fro the same when we do no have artifacts, test cases, test plan etc.
what is Agile Development Processes