Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Runtime error detection
Software verification method that analyzes a software application as it executes and reports defects that are detected during that execution

Runtime error detection is a software verification method that analyzes a software application as it executes and reports 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 testing.

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:

Runtime error detection tools can only detect errors in the executed control flow of the application.

We don't have any images related to Runtime error detection yet.
We don't have any YouTube videos related to Runtime error detection yet.
We don't have any PDF documents related to Runtime error detection yet.
We don't have any Books related to Runtime error detection yet.
We don't have any archived web articles related to Runtime error detection yet.

See also

References

  1. Runtime Error Detection by Parasoft http://www.parasoft.com/jsp/capabilities/runtime_error_detection.jsp

  2. MUST: A Scalable Approach to Runtime Error Detection in MPI Programs by Tobias Hilbrich, Martin Schulz, Bronis R. de Supinski, Matthias S. Müller, in Tools for High Performance Computing 2009 https://rd.springer.com/chapter/10.1007/978-3-642-11261-4_5