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?



January 01, 2006 19:26:13 #8
 Prasanna   Member Since: Visitor    Total Comments: N/A 

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

Re-Testing: Is the Process where Test engineers (Testers) are conformed that application is working fine (there are no bugs or there is no more regression Testing).Then Testers are going to test the entire application with different input values to get accurate expected values (Result).

 

 

Regression Testing: Is the process when Tester found a bug and the testing process is stopped or it is abstracting testing...then developers are going to Fix that Bug andThis time tester are going to Testing the whole application from just previous step where the bug is found and resloved.And also going to check for the affects of that modification done on application.

 

     

 

Back To Question