what is Retesting and what is the difference between
Retesting and Regression testing?
Answer Posted / meduri srk prasad
General approach:
When we are testing the application, we may come across a
situation that the expected result is different from the
actual result. Then we will log a bug and describe " how to
reproduce ".
Re-Testing:
In the next build we will try to re-produce the bug with
the same said scenario or bug description. If it still
reproducible or not? If yes, we have to fail the bug or
else it is re-test OK.
Regression-Testing:
Actually our intention is to retest the above bug, but also
our focus should be to verify that there no side effect
because of that fix / there is no descrepancy in the
functionality or UI or some other technical issue(s).
Retesting is very easy task because we know what to text.
We will go according to the mentioned bug description.
Whereas regression test requires overall knowledge and
exposure to the area of defect in and arround the defect
region and reason etc.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the disadvantage of loading the GUI maps through start up scripts?
How do you maintain the document information of the test scripts?
How do you handle tsl exceptions?
What is the use of gui map?
What are the reasons that winrunner fails to identify gui object?
How do you load GUI map?
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
Name the two modes of recording?
How to to get the information from the status bar without doing any activity/click on the hyperlink?
What is contained in the test scripts?
How to integrate automated scripts from testdirector to winrunner scripts?
How do you find out which is the start up file in winrunner?
What information is contained in the checklist file and in which file expected results are stored?
How to read the third party controls in the application