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


Please Help Members By Posting Answers For Below Questions

What is the disadvantage of loading the GUI maps through start up scripts?

792


How do you maintain the document information of the test scripts?

796


How do you handle tsl exceptions?

904


What is the use of gui map?

824


What are the reasons that winrunner fails to identify gui object?

779


How do you load GUI map?

883


What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?

809


plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?

2338


Name the two modes of recording?

797


How to to get the information from the status bar without doing any activity/click on the hyperlink?

791


What is contained in the test scripts?

836


How to integrate automated scripts from testdirector to winrunner scripts?

897


How do you find out which is the start up file in winrunner?

804


What information is contained in the checklist file and in which file expected results are stored?

925


How to read the third party controls in the application

1734