実行時エラー検出
Sign in to savesoftware verification method that analyzes a software application as it executes and reports defects that are detected during that execution
Article · 日本語
ランタイムエラー検出 (英: runtime error detection)は、実行時にソフトウェアアプリケーションを分析し、その実行中に検出された欠陥を報告する方法である。単体テスト、統合テスト、システムテスト(自動/スクリプトまたは手動)、または侵入テストの実施時に利用できる。 ランタイムエラー検出は、実行時にのみ現れる欠陥(ファイルの上書きなど)を特定し、アプリケーションのクラッシュ、実行速度の低下、または予期しない動作の根本原因に焦点を当てることができる。ランタイムエラー検出によって一般的に検出される欠陥は次の通りである。 * 競合状態 * 例外 * * メモリリーク * セキュリティ攻撃の脆弱性(SQLインジェクションなど) * ヌルポインタ * * バッファオーバーラン ランタイムエラー検出ツールは、アプリケーションの実行された制御フローのエラーのみを検出できる。
Abstract from DBpedia / Wikipedia · CC BY-SA
Connections
C dynamic memory allocation
Entity
unit testing
Entity
memory management
Entity
Q15777
Entity
computer program
Entity
compiler
Entity
source code
Entity
machine code
Entity
interpreter
Entity
software bug
Entity
Q17118377
Entity
Node.js
Entity
software testing
Entity
GNU Compiler Collection
Entity
virtual machine
Entity
Objective-C
Entity
Java virtual machine
Entity
virtual memory
Entity
interrupt
Entity
SQL injection
Entity