SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Glass-box (or White box) testing is a technique that
A
the tester (usually the programmer) uses his/her knowledge of the source code to create test cases.
B
testers execute the running program, without reference to the underlying code. This is testing from the customer’s view rather than from the programmer’s.
C
the tester (usually the programmer) uses his/her knowledge of the 3dr party tool’s source code to create test cases.
D
used to test the software product or application with partial knowledge of the internal workings of an application
Explanation: 

Detailed explanation-1: -The Glass Box Test (GBT), also known as White Box Test or Structural Test, shows which parts of the program under test have, or have not, been executed.

Detailed explanation-2: -White Box Mutation Testing: Mutation testing is often used to discover the best coding techniques to use for expanding a software solution.

There is 1 question to complete.