Sunday, November 8, 2009

Integration Testing

Integration is a systematic approach to build the complete software structure specified in the design from unit-tested modules or components. There are two ways integration performed. It is called Pre-test and Pro-test.

1. Pre-test: the testing performed in Module development area is called Pre-test. The Pre-test is required only if the development is done in module development area.

2. Pro-test: The Integration testing performed in baseline is called pro-test. The development of a release will be scheduled such that the customer can break down into smaller internal releases.

No comments:

Post a Comment