Abbreviations
- MGNREGA : Mahatma Gandhi National Rural Employment Guarantee Act
- PMGSY : Pradhan Mantri Gram Sadak Yojana
- TDRS : Tracking and Data Relay Satellite [launched by NASA on jan 31]
- NASA : National Aeronautics and Space Administration
- ISAF : International Security Assistance Force (ISAF)
INTEGRATION TESTING:-
Def:
- => Testing performed to expose defects in the interfaces and in the interactions between integrated components or systems.
- => Integration Testing is a level of the software testing process where individual units are combined and tested as a group.
- => A typical software project consists of multiple software modules, coded by different programmers. Integration testing focuses on checking data communication amongst these modules.
- => Integration testing identifies the problems that occur when the individual units are combined i.e it detects the problem in interface of the two units.