SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
This Testing Technique examines the basic program structure and it derives the test data from the program logic; Ensuring that all statements and conditions executed at least once. It is called as
A
Block box Testing
B
White box Testing
C
Grey box Testing
D
None of these
Explanation: 

Detailed explanation-1: -Glass box testing is a testing technique that examines the program structure and derives test data from the program logic/code.

Detailed explanation-2: -Black-box testing is a method of software testing that examines the functionality of an application based on the specifications. It is also known as Specifications based testing.

Detailed explanation-3: -White box testing is an approach that allows testers to inspect and verify the inner workings of a software system-its code, infrastructure, and integrations with external systems.

Detailed explanation-4: -White-box testing (also known as glass box testing) is a software testing method in which the internal structure/design/implementation of the item being tested is known to the tester.

There is 1 question to complete.