Software verification: Difference between revisions

Content deleted Content added
Undid revision 660569218 by 124.253.114.20 (talk)
Line 5:
* ''Static verification'', also known as [[Static code analysis|Analysis]] - This is useful for proving correctness of a program although it may result in false positives
 
== Dynamic verification (Test, experimentation) ==
== =
 
Dynamic verification is performed during the execution of software, and dynamically checks its behaviour; it is commonly known as the [[Software testing|Test]] phase.