SOFTWARE ENGINEERING

SOFTWARE TESTING

TESTING PRINCIPLES AND CONCEPTS

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: -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.

Detailed explanation-3: -The term ‘white box’ is used because of the internal perspective of the system. The clear box or white box or transparent box name denote the ability to see through the software’s outer shell into its inner workings. Developers do white box testing.

There is 1 question to complete.