SOFTWARE TESTING
TEST PLAN AND TEST CASE DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Block box Testing
|
|
White box Testing
|
|
Grey box Testing
|
|
None of these
|
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.