Is there a real difference between dynamic analysis and testing?

Posted by user970696 on Programmers See other posts from Programmers or by user970696
Published on 2012-11-14T20:21:28Z Indexed on 2012/11/14 23:17 UTC
Read the original article Hit count: 329

Filed under:
|
|
|

Often testing is regarded as a dynamic analysis of a software. Yet while writing my thesis, the reviewer noted to me that dynamic analysis is about analyzing the program behind the scenes - e.g. profiling and that it is not the same as testing because its "analysis" which looks inside and observes.
I know that "static analysis" is not testing, should we then separate this "dynamic analysis" also from testing? Some books do refer to dynamic analysis in this sense. I would maybe say that testing is a one mean of dynamic analysis?

© Programmers or respective owner

Related posts about testing

Related posts about theory