0
1.7kviews
Explain following concepts related to Integration testing with neat & labelled diagram : (i) Top-down testing. (ii) Bottom-up testing
1 Answer
| written 6.8 years ago by | • modified 6.8 years ago |
i. Integration is process by which components are aggregated to create larger components.
ii. Testing the data flow or interface between two features is known as integration testing.
iii. It mainly focuses on I/O protocols, parameters passing between different unit‘s modules and/or system etc.
Types of Integration testing:
1. Top-down …