header bg

Scan QR code or get instant email to install app

Question:

What category of code analysis does manual code review fall under?

A Static code review.
explanation

Manual code review is considered a form of static code review, in which reviewers read through the source code to identify defects. In contrast, dynamic code review necessitates the running of the code. Fagan testing is a formal code review process that involves several stages of the development process. Fuzzing is a type of dynamic analysis that sends unexpected values to a running program as part of the examination process.

Related Information

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

*