SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS
AUTOMATED TESTING TOOLS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Upon completing your coding, and before executing unit tests, what type of analysis is done by a machine so that it can automatically walkthrough the source code and detect noncomplying rules? KLO:2.4 c
|
a. Dynamic Analysis
|
|
b. System Analysis
|
|
c. Test Analysis
|
|
d. Static Analysis
|
|
0
|
Explanation:
Detailed explanation-1: -Definition. Software composition analysis (SCA) is an automated process that identifies the open source software in a codebase. This analysis is performed to evaluate security, license compliance, and code quality.
Detailed explanation-2: -Static and dynamic analyses are two of the most popular types of code security tests.
There is 1 question to complete.