SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
White box technique are also called as
A
error guessing technique
B
structural testing
C
experience based testing
D
design based testing
Explanation: 

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

Detailed explanation-2: -Structural Testing is a type of software testing. This testing is used to test the internal design of the software or the structure of the coding for the particular software. Structural testing uses white box testing techniques.

Detailed explanation-3: -Types of White Box Testing White box testing can take several forms: Unit testing-tests written as part of the application code, which test that each component is working as expected.

Detailed explanation-4: -White box testing is a testing technique, that examines the program structure and derives test data from the program logic/code. The other names of glass box testing are clear box testing, open box testing, logic driven testing or path driven testing or structural testing.

There is 1 question to complete.