COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

SYSTEM SOFTWARE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
It involves looking at the program specification and creating a set of test data that covers all the inputs and outputs and program functions
A
Functional testing
B
Black box testing
C
White box testing
D
Alpha testing
Explanation: 

Detailed explanation-1: -The primary source of black box testing is a specification of requirements that is stated by the customer. In this method, tester selects a function and gives input value to examine its functionality, and checks whether the function is giving expected output or not.

Detailed explanation-2: -Functional testing – This is a type of black box testing which is related to the functional requirements of a system; Functional testing is concerned only with the functional requirements of a system and covers how well the system executes its functions.

Detailed explanation-3: -Specification Based Testing Technique is also known as Behavior Based Testing and Black Box Testing techniques because in this testers view the software as a black-box.

There is 1 question to complete.