SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the testing, on its own, cannot identify problems caused by mismatches between the actual requirements and the code as implemented but it can help identify some types of design weaknesses in the code? KLO 2.3 c
A
a. Gray-Box Testing
B
b. Performance Testing
C
c. White-Box Testing
D
d. Behavioral Testing
E
0
Explanation: 

Detailed explanation-1: -Explanation: Non-functional testing is testing where the tester will test the non-functional parameters, for example, performance, reliability, load test, and accountability of the software or application.

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.

There is 1 question to complete.