SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
This is a method to test software:It is also called structural testing, as it is based on the application source code structure (internal).
A
Black Box.
B
White Box.
C
Grey Box.
D
None of the above
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: -There are four types of structural testing: mutation testing, data flow testing, control flow testing, and slice-based testing.

Detailed explanation-3: -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-4: -WHITE BOX TESTING (also known as Clear Box Testing, Open Box Testing, Glass Box Testing, Transparent Box Testing, Code-Based Testing or Structural 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.