Previous Topic: Integration TestingNext Topic: Concurrency Testing


Repetition Testing

Another form of integration testing is repetition testing. This type of testing ensures that programs remain re-usable and is generally used to test reentrancy. To perform repetition testing, simply re-execute a test stream a few times to make sure that each execution is successful and produces the same results.