Windows CE Test Kit - CETK

The Microsoft® Windows® CE 5.0 Test Kit (CETK) is a tool that you can use to test device drivers that you develop for the Windows CE operating system (OS). The CETK incorporates a collection of command-line tests into a graphical user interface (GUI). The test tools in the CETK support the CPUs and hardware platforms that Windows CE supports.

The CETK tool consists of a server application that runs on your development workstation and client software that runs on each target device that you connect to the CETK. For information about setting up the CETK, see https://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcedebug5/html/wce50conCETKTests.asp.

Comments

re: Windows CE Test Kit - CETK

Wednesday, September 07, 2005 1:53 PM by Don Gambrell Remove Comment 462030

More information on the test kit.

Platform Builder for Microsoft Windows CE 5.0

CETK Tool Operation
In the Windows CE Test Kit (CETK) window, you can select and then run tests on a Windows CE–based device and view the results of the tests. The CETK window displays the target devices to which the CETK is connected and shows the active test kit for each target device. For more information about test kits, see Test Kits in the CETK.

For the active test kit, the CETK window shows categories of peripheral devices detected by the CETK. Under each category, the CETK window shows the individual tests that you can run on the target device. For each target device, you can enable or disable any test by selecting or clearing the check box next to the test.

If you right-click on a target device name, a menu appears from which you can query again the peripheral devices installed on the target device, remove the target device from the CETK window, or specify where on the target device to store files for CETK tests.

If you right-click on the active test kit for a target device, a menu appears from which you can select all or deselect all tests for the target device and start the tests that are selected for the target device. For more information about starting a test, see Running CETK Tests.

For information about menus in the CETK window, see CETK Menu Options.

See Also
Windows CE Test Kit | How to Use the CETK to Test a Driver | Editing the Command Line for a Test | Viewing the Results of a Test | Creating a Suite of Tests | Adding a Custom Test to the CETK

re: Windows CE Test Kit - CETK

Friday, September 09, 2005 2:17 PM by Don Gambrell Remove Comment 463028

Here is how you add your own custom tests to the CETK -

Platform Builder for Microsoft Windows CE 5.0

Adding a Custom Test to the CETK
You can use the User-Defined Test Wizard to add a custom test module to the CETK.

Note If you created a custom test for the CETK tool that was included with a previous version of Windows CE, you must recompile the test, and then add the test to the CETK with the User-Defined Test Wizard.
To add a custom test to the CETK

Build a module for your custom test.
For information about building a module for your custom test, see Building a Tux DLL with Platform Builder or Building a Tux DLL From the Command Line.

In the Windows CE Test Kit window, from the Tests menu, choose User defined.
Choose Next.
Choose Add a New Test, and then choose Next.
From the Test Kit box, choose the test kit to which you want to add your custom test.
In the Name of Test box, type the name for your custom test as you want the name to appear in the Windows CE Test Kit window.
In the TUX Module (DLL) box, type the file name of the module for your custom test.
- or -

Choose Browse, navigate to the file for the module, and then choose Open.

In the Command Line box, type the default command line for your custom test.
In the Processor box, choose the CPU architecture that your test supports, and then choose Next.
If your custom test requires files in addition to the DLL that you specified, complete the following steps:
Select the Test requires additional support files check box, and then choose Next.
For each file that your custom test requires, choose Add, navigate to and then select the file, and then choose Open.
Choose Next.
To copy the files for the custom test to <Platform Builder installation path>\Cepb\Wcetk\User\<CPU>, choose Copy the files to the directory for user-defined tests.
- or -

To leave the files for the custom test at the current location, choose Leave the files at the current location.

Choose Next, choose Next, and then choose Finish.
In the tree-view control in the Windows CE Test Kit window, right-click on the target device name, and then choose Redetect Peripherals.
Your custom test appears under the User Tests node.

See Also
CETK Tool Operation