Test Modules for the Windows Embedded CE Stress Tool

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This node documents the test modules that Microsoft provides with the Windows Embedded CE Stress tool.

For information about creating a test module for the Windows Embedded CE Stress tool, see Custom Module Creation for the Windows Embedded CE Stress Tool.

In This Section

  • Bluetooth/IR Test Module
    Btirclient.dll, Btirserver.dll

    Provides a client/server test for Bluetooth and infrared (IR).

  • Dialog Box Test Module
    S2_dlg.exe

    Creates dialog boxes with various child window controls. The test exercises the dialog boxes and the controls.

  • **
  • DirectDraw Test Module
    S2_ddraw.dll

    Tests the basic functionality of the Microsoft DirectDraw API by performing a variety of blits to various surfaces.

  • File System API Test Module
    S2_db.dll

    Exercises file system partitions on devices such as Compact Flash cards, IDE hard disks, universal serial bus (USB) storage devices, and so on.

  • File System Partition Test Module
    S2_file.dll

    Exercises the file system API on the RAM-based object store file system, on the ROM-based read-only file system, and on any storage device with mounted file allocation table (FAT) file system partitions, such as Compact Flash cards, IDE hard disks, USB storage devices, and so on.

  • GDI API Test Module
    S2_gdi.exe

    Exercises basic functionality of the graphics device interface (GDI) API, including blitting, drawing, displaying simple text, clipping regions, and creating and deleting objects.

  • **
  • Registry API Test Module
    S2_reg.dll

    Exercises the registry API. You can run this test on the standard RAM-based object store registry or on the hive-based persistent registry on an external storage device.

  • Socket Connection Test Module
    Wsx_conn.exe

    Uses multiple threads to create connections, exchange a small amount of data over them, and then tear them down. The test exercises the Winsock layer, the underlying Winsock providers, and the networking stack.

  • Socket Test Module
    Wsx_bind.exe

    Creates, binds, then closes sockets simultaneously on multiple threads. The test exercises the Winsock layer and the underlying Winsock providers.

  • Window Manager Test Module
    S2_winmgr.exe

    Randomly creates a variety of windows in different threads with random parent and child and owner and owned window relationships. The test exercises the window manager API.

  • XML Test Module
    S2_domxpathxqlxslt.exe

    Uses the Document Object Model (DOM) to exercise XML Path Language (XPath), XML Query Language (XQL), and Extensible Stylesheet Language Transformation (XSLT) functionality.

See Also

Other Resources

Windows Embedded CE Stress Tool