共用方式為


涵蓋範圍測試(裝置基本概念)

裝置基本涵蓋範圍測試會監視並報告輸入或離開指定裝置之驅動程式堆疊的各種 I/O 要求封包(IRP)。 涵蓋範圍測試中的數據可協助識別驅動程式測試和驗證期間的涵蓋範圍弱點。

Coverage tests

Test Description

清除 IRP 涵蓋範圍數據

清除 IRP 涵蓋範圍數據。

Test binary: DriverCoverageClearCoverageData.dll

Test method: ClearCoverageData

Parameters: None

停用 IRP 涵蓋範圍數據收集

Disables the IRP coverage data collection for device specified by the DQ parameter.

Test binary: DriverCoverageDisableSupport.dll

Test method: DisableCoverageDataCollection

Parameters:

DQ - see Device Fundamentals Test Parameters

顯示收集的 IRP 涵蓋範圍數據。

顯示截至目前所有裝置的 IRP 涵蓋數據。

Test binary: DriverCoverageDisplayCoverage.dll

Test method: DisplayCoverageData

Parameters: None

顯示已啟用 IRP 涵蓋範圍的裝置

顯示目前為其啟用 IRP 涵蓋範圍資料收集的裝置。

Test binary: DriverCoverageDisplayEnabledDevices.dll

Test method: DisplayEnabledDevices

Parameters: None

啟用 IRP 涵蓋範圍數據收集

Enables IRP coverage data collection for the device specified by the DQ parameter.

Test binary: DriverCoverageEnableSupport.dll

Test method: EnableCoverageDataCollection

Parameters: None

DQ - see Device Fundamentals Test Parameters

關於涵蓋範圍測試

裝置基本概念涵蓋範圍測試是以驅動程式涵蓋範圍工具組為基礎,先前可在WDK 中作為獨立工具使用。

如何在執行時使用 Visual Studio 測試驅動程式

如何選取及設定裝置基本概念測試

裝置基本功能測試

如何選取及設定裝置基本概念測試

提供的 WDTF 簡單 I/O 外掛程式

如何在運行時間從命令提示字元 測試驅動程式