Content deleted Content added
Adding local short description: "Software verification method", overriding Wikidata description "software verification method that analyzes a software application as it executes and reports defects that are detected during that execution" |
No edit summary Tags: Reverted Visual edit Mobile edit Mobile web edit |
||
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:
|