Test Your Driver by Using the CTK (Compact 2013)
3/26/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
- Create Your Test DLL for the CTK
Shows how to create a test DLL for the CTK as a subproject of your OS design in Platform Builder.
- Add Your Test DLL to the CTK
Shows how to add the test DLL to the CTK as a custom test case.
- Run Your Test from Within the CTK
Shows how to run your CTK test.