Share via


Test Your Driver by Using the CTK (Compact 7)

3/12/2014

Testing a driver by using the Windows Embedded Compact Test Kit (CTK) is slightly more complicated than testing by using a simple console application. However, using the CTK can help you build and manage large test suites for regression and stress testing. Instead of adding a console application to your OS design and running that application on the target device, you add a test DLL to your OS design. The test DLL is called by the CTK.

For more information about using the CTK, see Compact Test Kit Overview.

In This Section

See Also

Concepts

Test Your Device Driver