Whats the difference b/w repetition testing and retesting?

Questions by jainbrijesh   answers by jainbrijesh

Showing Answers 1 - 10 of 10 Answers

jayapal reddy

  • Nov 3rd, 2006
 

repetition testing: in this testing we repeatedly execute certain set of operations in the application n check how the application behaves.retesting:after finding a bug we send the application to programmer to get the bug fixed,programmer will send back the application with bug fixed,now we run the same test case on the application which made us to find the bug,to check if the bug got fixed.this is called retesting.

satya

  • Nov 7th, 2006
 

Hi,

   Repetition testing:

                  Repetition testing means we are Executing the same set of test

   cases repeatedly , by using that we can find the  more defects..

   Retesting:

          We are going to check whether the bug is fixed or not..

Regards,

Satya.k

  Was this answer useful?  Yes

Repetition testing is a set of test cases that are repeated in an application to potentially uncover problems in the dynamic system.  Repetition tests are good candidates for automation. 

Retesting occurs after defects are fixed and sent back to the test team.  It is an effort to verify the state of the application after a fix. 

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions