SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What’s Integration Test?
A
The process of verifying all components of the application in a fully integrated testing environment that mimics the real world use, including the interaction with external systems.
B
The process of testing series of units of functionality to verify they work or communicate with each other within a specific application.
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Big Bang Testing This is the most straightforward integration testing approach, combining all modules and verifying functionality after completing each module test. Simply put, connect and test all the modules in your system. This approach is only practical for very small systems.

Detailed explanation-2: -System integration testing (SIT) involves the overall testing of a complete system of many subsystem components or elements.

There is 1 question to complete.