MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
White Box techniques are also classified as
A
Design based testing
B
structural testing
C
Error guessing testing
D
None of the mentioned
Explanation: 

Detailed explanation-1: -White-box testing (also known as clear box testing, glass box testing, transparent box testing, and structural testing) is a method of software testing that tests internal structures or workings of an application, as opposed to its functionality (i.e. black-box testing).

Detailed explanation-2: -White box testing techniques analyze the internal structures the used data structures, internal design, code structure, and the working of the software rather than just the functionality as in black box testing. It is also called glass box testing or clear box testing or structural testing.

Detailed explanation-3: -Answer-B) White-box testing can also be classified as structural testing.

Detailed explanation-4: -White-box testing (also known as glass box testing) is a software testing method in which the internal structure/design/implementation of the item being tested is known to the tester.

There is 1 question to complete.