How we perform the integration Testing
Integration Testing is a four step procedure. Below are the steps for creating integration test cases: 1. Identify Unit Interfaces: The developer of each program unit identifies and documents the unit’s interfaces for the following unit operations: – External inquiry (responding to queries from terminals for information) – External input (managing transaction data entered for …