Content deleted Content added
No edit summary |
m Undid revision 1252324291 by 27.78.78.180 (talk) |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 1:
{{Short description|Software verification method}}
{{Program execution}}
'''Runtime error detection''' is a [[software verification]] method that analyzes a software application as it executes and reports [[Software bug|defects]] that are detected during that execution. It can be applied during [[unit testing]], [[component testing]], [[integration testing]], [[system testing]] (automated/scripted or manual), or [[penetration test]]ing.
Line 11 ⟶ 14:
* [[Buffer overflow]]s<ref>[http://www.parasoft.com/jsp/capabilities/runtime_error_detection.jsp Runtime Error Detection] by [[Parasoft]]</ref>
Runtime error detection tools can only detect errors in the executed control flow of the application.<ref>[
==See also==
* [[Development
* [[Software testing]]
* [[Memory debugger]]
Line 23 ⟶ 26:
{{reflist}}
[[Category:Software
{{Memory management navbox}}
|