A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z

Dynamic Analysis

Dynamic analysis, also called dynamic code analysis, is the process of analyzing a computer software by executing the program in real-time. The objective is to find errors in a program while it is running, rather than by repeatedly examining the code offline — in contrast to static analysis.

What kind of problems can dynamic analysis find?

  1. Lack of code coverage
  2. Errors in memory allocation and leaks
  3. Fault localization according to failing and passing test cases
  4. Concurrency errors such as race conditions, exceptions, resource & memory leaks, and security attack vulnerabilities
  5. Performance bottlenecks and exposed security vulnerabilities

Also see Continuous Quality.

Automate objective parts of code reviews

Automate objective parts of code reviews

Get started