Share via


Displaying a List of Test Cases for a CETK Test (Windows CE 5.0)

Send Feedback

By editing the command line for a CETK test, you can display a list of test cases for the test.

To display a list of test cases for a CETK test

  1. In the CETK window, right-click the test for which you want to modify the command line, and then choose Edit Command Line.

  2. In the Command line for this test box, add the -l command-line parameter, and leave in the -o command-line parameter. The following example shows a command line that includes the -l parameter, which is a hyphen followed by a lowercase letter L.

    tux -o -l -d <DLL_name>
    
  3. Choose Temporarily, to this target device to temporarily apply the change only to the target device with which you are working.

  4. Choose OK.

  5. In the CETK window, right-click the test for which you modified the command line, and then choose Quick Start.

    When you run a CETK test with the -o command-line parameter that the CETK specifies by default, the CETK test writes a list of test cases to the Debug tab of the Output window in the Platform Builder IDE.

  6. To see the list of test cases, after the test completes, in the Platform Builder IDE, in the Output window, choose the Debug tab.

See Also

How to Analyze CETK Test Results to Debug a Driver | Editing the Command Line for a Test | Tux Command-Line Parameters | Edit Command Line Dialog Box

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.