SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
White-box testing can be started:
A
After installation
B
After SRS creation
C
After programming
D
After designing
Explanation: 

Detailed explanation-1: -When can white-box testing be started? Answer-C) White-box testing be started after programming.

Detailed explanation-2: -White box testing can start early in the software development lifecycle, even before a GUI has been developed. Automation. White box tests can be automated easily to improve coverage with less effort.

Detailed explanation-3: -Unit Testing It is often the first type of testing done on an application. Unit testing is performed on each unit or block of code as it is developed. Unit testing is essentially done by the programmer.

There is 1 question to complete.