An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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. * Race conditions * Exceptions * Resource leaks * Memory leaks * Security attack vulnerabilities (e.g., SQL injection) * Null pointers * Uninitialized memory * Buffer overflows

Property Value
dbo:abstract
  • اكتشاف خطأ وقت التشغيل هي طريقة للتحقق من البرامج تقوم بتحليل تطبيق برمجي أثناء تنفيذه والإبلاغ عن العيوب التي تم اكتشافها أثناء التنفيذ. يمكن تطبيقه أثناء اختبار الوحدة، اختبار المكونات، اختبار التكامل، اختبار النظام (آلي / نصي أو يدوي)، أو اختبار الاختراق. يمكن لاكتشاف أخطاء وقت التشغيل تحديد العيوب التي تظهر في وقت التشغيل فقط (على سبيل المثال، استبدال الملف) والتركيز على الأسباب الجذرية لتعطل التطبيق أو العمل ببطء أو التصرف بشكل غير متوقع. تشمل العيوب التي يتم اكتشافها بشكل شائع من خلال الكشف عن خطأ وقت التشغيل: * حالة تسابق * مقاطعة * تسرب الموارد * تسرب الذاكرة * ضعف * مؤشرات فارغة * ذاكرة غير مهيأة * تجاوز سعة المخزن المؤقت يمكن لأدوات اكتشاف خطأ وقت التشغيل اكتشاف الأخطاء في تدفق التحكم المنفَّذ للتطبيق فقط. (ar)
  • 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: * Race conditions * Exceptions * Resource leaks * Memory leaks * Security attack vulnerabilities (e.g., SQL injection) * Null pointers * Uninitialized memory * Buffer overflows Runtime error detection tools can only detect errors in the executed control flow of the application. (en)
  • ランタイムエラー検出 (英: runtime error detection)は、実行時にソフトウェアアプリケーションを分析し、その実行中に検出された欠陥を報告する方法である。単体テスト、統合テスト、システムテスト(自動/スクリプトまたは手動)、または侵入テストの実施時に利用できる。 ランタイムエラー検出は、実行時にのみ現れる欠陥(ファイルの上書きなど)を特定し、アプリケーションのクラッシュ、実行速度の低下、または予期しない動作の根本原因に焦点を当てることができる。ランタイムエラー検出によって一般的に検出される欠陥は次の通りである。 * 競合状態 * 例外 * * メモリリーク * セキュリティ攻撃の脆弱性(SQLインジェクションなど) * ヌルポインタ * * バッファオーバーラン ランタイムエラー検出ツールは、アプリケーションの実行された制御フローのエラーのみを検出できる。 (ja)
  • 執行時期錯誤檢測是在軟體執行時進行分析,檢查是否有程序错误的軟體驗證方式。可以用在單元測試、模組測試、集成测试、系统测试(自動化測試或是人工測試)或是渗透测试。 執行時期錯誤檢測可以識別一些執行時才會發現的問題(例如檔案被覆寫),找到程式崩潰、運行變慢或是運作異常的根本原因,並且針對根本原因設法修正。執行時期常見的錯誤有以下這些: * 競爭危害 * 資源泄漏 * 内存泄漏 * 漏洞(例如SQL注入) * 空指標 * * 缓冲区溢出 執行時期錯誤檢測工具只能偵測應用程式執行控制流的錯誤。 (zh)
dbo:wikiPageID
  • 37154652 (xsd:integer)
dbo:wikiPageLength
  • 1667 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1073424644 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • ランタイムエラー検出 (英: runtime error detection)は、実行時にソフトウェアアプリケーションを分析し、その実行中に検出された欠陥を報告する方法である。単体テスト、統合テスト、システムテスト(自動/スクリプトまたは手動)、または侵入テストの実施時に利用できる。 ランタイムエラー検出は、実行時にのみ現れる欠陥(ファイルの上書きなど)を特定し、アプリケーションのクラッシュ、実行速度の低下、または予期しない動作の根本原因に焦点を当てることができる。ランタイムエラー検出によって一般的に検出される欠陥は次の通りである。 * 競合状態 * 例外 * * メモリリーク * セキュリティ攻撃の脆弱性(SQLインジェクションなど) * ヌルポインタ * * バッファオーバーラン ランタイムエラー検出ツールは、アプリケーションの実行された制御フローのエラーのみを検出できる。 (ja)
  • 執行時期錯誤檢測是在軟體執行時進行分析,檢查是否有程序错误的軟體驗證方式。可以用在單元測試、模組測試、集成测试、系统测试(自動化測試或是人工測試)或是渗透测试。 執行時期錯誤檢測可以識別一些執行時才會發現的問題(例如檔案被覆寫),找到程式崩潰、運行變慢或是運作異常的根本原因,並且針對根本原因設法修正。執行時期常見的錯誤有以下這些: * 競爭危害 * 資源泄漏 * 内存泄漏 * 漏洞(例如SQL注入) * 空指標 * * 缓冲区溢出 執行時期錯誤檢測工具只能偵測應用程式執行控制流的錯誤。 (zh)
  • اكتشاف خطأ وقت التشغيل هي طريقة للتحقق من البرامج تقوم بتحليل تطبيق برمجي أثناء تنفيذه والإبلاغ عن العيوب التي تم اكتشافها أثناء التنفيذ. يمكن تطبيقه أثناء اختبار الوحدة، اختبار المكونات، اختبار التكامل، اختبار النظام (آلي / نصي أو يدوي)، أو اختبار الاختراق. يمكن لاكتشاف أخطاء وقت التشغيل تحديد العيوب التي تظهر في وقت التشغيل فقط (على سبيل المثال، استبدال الملف) والتركيز على الأسباب الجذرية لتعطل التطبيق أو العمل ببطء أو التصرف بشكل غير متوقع. تشمل العيوب التي يتم اكتشافها بشكل شائع من خلال الكشف عن خطأ وقت التشغيل: (ar)
  • 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. * Race conditions * Exceptions * Resource leaks * Memory leaks * Security attack vulnerabilities (e.g., SQL injection) * Null pointers * Uninitialized memory * Buffer overflows (en)
rdfs:label
  • اكتشاف خطأ وقت التشغيل (ar)
  • ランタイムエラー検出 (ja)
  • Runtime error detection (en)
  • 執行時期錯誤檢測 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License