MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
White box testing, a software testing technique is sometimes called?
A
Graph Testing
B
Basic path
C
Glass box testing
D
Dataflow
Explanation: 

Detailed explanation-1: -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.

Detailed explanation-2: -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-3: -White box testing takes an inward look at the internal framework and components of a software application to test the internal structure and design of the software. White box testing is also called transparent, clear and glass box testing for this reason.

Detailed explanation-4: -Open-box testing-otherwise known as white-box, glass-box, clear-box or transparent-box testing-is a technique used by developers to evaluate code and the internal structure of software.

Detailed explanation-5: -Explanation: White box testing is known as glass box testing, structural testing, clear box testing, open box testing and transparent box testing.

There is 1 question to complete.