what is the difference between regression testing and
retesting?
Answer Posted / deepak
Regressin Testing:
Start it in this way:
Suppose you are testing a new release 5.1 which includes
some more functionality or some previous defects that are
fixed and incorporate with in this. So what you are doing
here?
You have your set of test cases for the 5.1 that you need
to execute first and at the end you have to run your
regression test cases. WHY?
"This is to ensure that all your functionalities are
working fine with your current build and also MAKE SURE
that your PREVIOUS functionalities are not broken"
This is the main motto of regression testing.
Retesting : This means to retest a defect after fixed by
developers..
More in depth
You got a defect and raise the defect for fix.After the
defect has been fixed you need to check it whether its
working fine or not that means you are testing it another
time to check its behaviour.
This is called retesting.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Unit Testing can be done by using Nunit?
Iam new to testing field and i put lot of experiences so i want to get prepared for the interview in all the ways both in manual and Automation can any one help me how to answer there questions in real time. also can anyone send the top questions and answers to me plz its urget u can mail me at vaisu72@yahoo.com
Describe your personal software development process.
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?
Please Provide me the link to download Testing Category questions and answers If some body has downloaded it pleae send it to me Pavan : Email pavan_cd@yahoo.com Quetion2 : Can any body Explain me about Testing thumb rules
List the type of testing perform to test microsoft excel 2003 give atleast 1 example of each type
negative test cases on banking domain ?
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
How is ‘build’ different from ‘release’?
What is the test case?
What can you tell about the project if during testing you found 80 bugs in it
Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
Explain Single View Testing ?