SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is a method of computer program debugging that is done by examining the code without executing the program?KLO:2.4 c
A
a. Static analysis
B
b. White box
C
c. Black box
D
d. Bing bang
E
0
Explanation: 

Detailed explanation-1: -Static analysis is a method of debugging that is done by automatically examining the source code without having to execute the program.

Detailed explanation-2: -Static Code Analysis (also known as Source Code Analysis) is usually performed as part of a Code Review (also known as white-box testing) and is carried out at the Implementation phase of a Security Development Lifecycle (SDL).

Detailed explanation-3: -Static testing is carried out with two different steps or techniques–review and static analysis. Static review is typically carried out to find and remove errors and ambiguities found in supporting documents. Documents reviewed include software requirements specifications, design and test cases.

There is 1 question to complete.