SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
When having your program go through a full, thorough testing process, what type of errors are missed by black-box testing and can be uncovered by white-box testing? KLO:2.4
A
a. Logic Errors and Typographical Errors
B
b. Behavioral Errors
C
c. Performance Errors
D
d. All of the above.
E
0
Explanation: 

Detailed explanation-1: -White Box Testing: It attempts to find errors in internal logic of program. Black Box Testing: It attempts to find the following errors: initialization errors. incorrect functions error.

Detailed explanation-2: -Mainly, there are three types of black-box testing: functional testing, Non-Functional testing, and Regression testing. The types of white box testing are – Path testing, Loop testing, and Condition testing.

There is 1 question to complete.