SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The testing technique that requires devising test cases to exercise the internal logic of a software module is called ____ KLO 2.3 c
A
a. Behavioral Testing
B
b. Black-Box Testing
C
c. Gray-Box Testing
D
d. White-Box Testing
E
0
Explanation: 

Detailed explanation-1: -Reason : The testing technique that requires devising test cases to exercise the internal logic of a software module is called white-box testing.

Detailed explanation-2: -Which of the following is/are White box technique? Explanation: Statement testing, decision testing, condition coverage all of them uses white box technique.

Detailed explanation-3: -The Black Box Test is a test that only considers the external behavior of the system; the internal workings of the software is not taken into account. The White Box Test is a method used to test a software taking into consideration its internal functioning. It is carried out by testers.

There is 1 question to complete.