Content deleted Content added
m Phrases about a more general issue moved to its own section. |
Relationship with static and dynamic testing made evident. |
||
Line 2:
There are two fundamental approaches to verification:
* ''Dynamic verification'', also known as
* ''Static verification'', also known as [[
== Dynamic verification (Test, experimentation) ==
Dynamic verification is performed during the execution of software, and dynamically checks its
Verification is a Review Process.
Depending on the scope of tests, we can categorize them in three families:
Line 20:
** Non functional test (performance, [[stress testing (software)|stress test]])
The aim of software dynamic verification is to find the errors introduced by an activity (for example, having a medical software to analyze bio-chemical data); or by the repetitive performance of one or more activities (such as a stress test for a web server, i.e. check if the current product of the activity is as correct as it was at the beginning of the activity).
== Static verification (Analysis) ==
|