MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
White box resting also known as ____
A
glass box testing
B
globe box testing
C
Rod box testing
D
None of the above
Explanation: 

Detailed explanation-1: -Also known as white box testing. See Comprehensive Testing. (also known as clear box testing, glass box testing, transparent box testing, and structural testing) is a method of testing software 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 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-3: -The Glass Box Test (GBT), also known as White Box Test or Structural Test, shows which parts of the program under test have, or have not, been executed.

Detailed explanation-4: -The internal structure is completely known. The Internal structure is partially known. Also known as Glass, Clear box, Structural testing, or Code-based testing. Also known as Gray box testing or translucent testing.

Detailed explanation-5: -White Box Testing is known by several other names, such as Glass box testing, Clear Box testing, Open Box testing, Structural testing, Path Driven Testing or Logic driven testing.

There is 1 question to complete.