SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The testing in which code is checked
A
Black box testing
B
White box testing
C
Red box testing
D
Green box testing
Explanation: 

Detailed explanation-1: -5) Which of the following testing is also known as white-box testing? Explanation: Structural testing is also known as a White box or Clear box, or Glass box testing. In structural testing, we can understand what is happening inside the application or the software.

Detailed explanation-2: -White-box testing is the detailed investigation of internal logic and structure of the code. White-box testing is also called glass testing or open-box testing. In order to perform white-box testing on an application, a tester needs to know the internal workings of the code.

Detailed explanation-3: -White-box testing is done by testers who have internal knowledge of the system as well as programming skills. Testers read the software specifications and design test cases to execute different code-paths through the code. You cannot achieve this through black-box testing.

Detailed explanation-4: -White box testing is a software testing technique that tests the internal structure and coding of software to verify the input-output flow and to improve the design, usability and security of software.

There is 1 question to complete.