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 used to measure the functionality of the application. It is not bothered about the source code or any internal code structure.
A
Grey Box.
B
Black Box.
C
White Box.
D
None of the above
Explanation: 

Detailed explanation-1: -Black Box testing is used to measure the functionality of the application. It is not bothered about the source code or any internal code structure.

Detailed explanation-2: -Functional testing: Checking functions by emulating business scenarios, based on functional requirements. Black-box testing is a common way to verify functions. Performance testing: Testing how the software performs under different workloads.

Detailed explanation-3: -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.