Runtime error detection: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
Kaze757 (talk | contribs)
m Undid revision 1252324291 by 27.78.78.180 (talk)
 
Line 2:
{{Program execution}}
 
'''<span lang="vi">Runtime</span> 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.
 
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: