GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing  >  Software Testing

 Print  |  
Question:  Hi What is the diffrence between Regression testing and Retesting?



February 02, 2006 10:37:03 #9
 Nagaraju   Member Since: Visitor    Total Comments: N/A 

RE: Hi What is the diffrence between Regression testin...
 

Hi,

 Retesting: After fixing the bug by developers, developers will send it for retesting, to verify that bug is working fine (Means, its working what it supposed to do). In Retesting we are executing only the test cases which is related to that particular function. We are not testing the application with different set of data. If that fixed function is working fine with out showing error, then we will go for regression testing.

        In Regression testing, we will verify whether, that fixed bug is impacts on the other related/dependent modules. (In Regression testing, we will execute all the test cases for that modules and other related/dependent modules).

Thanks & Regards

Nagaraju A.v

     

 

Back To Question