MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which granularity level of testing checks the behavior of module cooperation?
A
Unit Testing
B
Integration Testing
C
Acceptance Testing
D
Regression Testing
Explanation: 

Detailed explanation-1: -Which granularity level of testing checks the behavior of module cooperation? Explanation: Integration testing is the phase in software testing in which individual software modules are combined and tested as a group.

Detailed explanation-2: -System Testing It tests the overall interaction of components.

Detailed explanation-3: -Unit Testing: checks if software components are fulfilling functionalities or not. Integration Testing: checks the data flow from one module to other modules.

There is 1 question to complete.