SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
White box testing is typically carried out by the programmer during iterative testing
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -It mainly focuses on verifying the flow of inputs and outputs within the application. The code is visible to the tester in white-box testing. White-box testing, also known as open box and glass box testing, is usually performed by developers. White-box testing focuses on the internal workings of an application.

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

There is 1 question to complete.