noun
dynamic analysis
In computing, the process of evaluating a program by executing it in real time, as opposed to static analysis.
動的解析は、プログラムを実際に実行して動作を調べる手法です。
Dynamic analysis is a method of examining a program's behavior by actually executing it.
Static analysis examines code without executing it, while 動的解析 involves running the program.
Compound of 動的 (dynamic) and 解析 (analysis).