SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is a list of white box testing techniques?
A
Unit testing, Performance testing.
B
Integration testing, Stress testing.
C
Unit testing, Integration testing.
D
Usability testing, Performance testing.
Explanation: 

Detailed explanation-1: -Explanation: White box testing is known as glass box testing, structural testing, clear box testing, open box testing and transparent box testing.

Detailed explanation-2: -Also known as white box testing. See Comprehensive Testing. (also known as clear box testing, glass box testing, transparent box testing, and structural testing) is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality (i.e. black-box testing).

Detailed explanation-3: -Unit Testing is a kind of white box testing, whereas Integration Testing is a kind of black-box testing. For Unit Testing, accessibility of code is required, as it tests the written code, while for Integration Testing, access to code is not required, since it tests the interactions and interfaces between modules.

Detailed explanation-4: -Path Testing. Path Testing is a white-box testing approach based on a program’s control structure. Loop Testing. Conditional Testing. Unit Testing. Mutation Testing. Integration Testing. Penetration Testing. Testing based on Memory Perspective. More items •09-Aug-2021

There is 1 question to complete.