The '''Windows Logo Kit''' (WLK) is a [[test automation]] framework provided by [[Microsoft]] to certify devices for
The '''Driver Test Manager''' (DTM) is a [[test automation]] framework provided by [[Microsoft]] in the [[Windows DDK|Windows Driver Kit]] (WDK). The primary purpose of the DTM is to provide automated scheduling and execution of the [[Device driver|driver]] tests that [[Computer hardware|hardware]] vendors are required to pass in order to qualify to use the [[WHQL Testing|Microsoft Designed for Windows Logo]]. Recent releases DTM have been release as WLK (Windows Logo Kit), the releases have been separated from the WDK releases.
Windows.
InIt additionprovides toautomated scheduling and execution of the ability[[Device driver|driver]] tests that [[Computer hardware|hardware]] vendors are required to automatepass in order to qualify to use the [[WHQL Testing|Microsoft Designed for Windows Logo]]. testsBesides, theit DTMalso enables users to automate driver tests which they have created themselves. These tests can be mixed and matched with the Logo tests provided by [[Microsoft]] to create a custom test pass enabling organizations to use the DTM to validate [[Device driver|drivers]] in any way they see fit.▼
The DTM is a version of the same test automation framework that Microsoft uses to test its [[Microsoft Windows|Windows]] operating system. Internally the product is referred to as Windows Test Technologies (WTT). The external version has been modified to meet the needs of hardware organizations and to remove features which have no application outside of Microsoft.
Driver Test Manager (DTM) was the old name of WLK when it was part of the [[Windows Driver Kit]]. Now WDK and WLK are separated from each other.
▲In addition to the ability to automate the Logo tests, the DTM enables users to automate driver tests which they have created themselves. These tests can be mixed and matched with the Logo tests provided by [[Microsoft]] to create a custom test pass enabling organizations to use the DTM to validate [[Device driver|drivers]] in any way they see fit.
==See also==
*[http://www.microsoft.com/whdc/driverwinlogo/WDKwlk/aboutWDKdefault.mspx Windows DriverLogo Kit home page]