SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

MISCELLANEOUS

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: -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: -Types of White Box Testing White box testing can take several forms: Unit testing-tests written as part of the application code, which test that each component is working as expected.

Detailed explanation-3: -Also known as Glass, Clear box, Structural testing, or Code-based testing. Also known as Gray box testing or translucent testing. Done by testers, developers, and the end-users.

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.

There is 1 question to complete.