SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
White box testers do not need to know how the program works
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Expert Answer Typically, white box testing starts first before the black box testing in the development process. Unit and integration testing are both performed at lower levels. This also tests the loops and control statements such as while, for, and so on.

Detailed explanation-2: -White box testing is a form of application testing that provides the tester with complete knowledge of the application being tested, including access to source code and design documents. This in-depth visibility makes it possible for white box testing to identify issues that are invisible to gray and black box testing.

Detailed explanation-3: -A working grasp of programming knowledge is required for white box testing. The tester must also be knowledgeable about implementation. White box testing is simple to automate. The basis for test cases is the detailed design document.

There is 1 question to complete.