Runtime error detection: Difference between revisions

Content deleted Content added
See also: +link
No edit summary
Line 1:
'''Runtime error detection''' is a [[software verification]] method that analyzes a software application as it is 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.
 
Runtime error detection can identify defects that manifest themselves only at runtime (for example, file overwrites) and zeroing in on the root causes of the application crashing, running slowly, or behaving unpredictably. Defects commonly detected by runtime error detection include: