Test Modules for the Windows Embedded CE Stress Tool (Windows Embedded CE 6.0)
1/6/2010
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.dllProvides a client/server test for Bluetooth and infrared (IR).
Device-Independent Bitmap Test Module
S2_dib.dllCreates device-independent bitmaps (DIBs) with random parameters and then blits the DIBs to a window.
Device-Independent Bitmap Test Module (Alpha Format)
S2_Alpha.dllCreates device-independent bitmaps (DIBs) with alpha enabled (biClrUsed set to 4) and then blits the DIBs to a window.
Dialog Box Test Module
S2_dlg.exeCreates dialog boxes with various child window controls. The test exercises the dialog boxes and the controls.
- **
DirectDraw Test Module
S2_ddraw.dllTests the basic functionality of the Microsoft DirectDraw API by performing a variety of blits to various surfaces.
File System API Test Module
S2_db.dllExercises 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.dllExercises 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.exeExercises basic functionality of the graphics device interface (GDI) API, including blitting, drawing, displaying simple text, clipping regions, and creating and deleting objects.
Name Resolution Test Module
Wsx_name.exeOn multiple threads, resolves host names to addresses and resolves addresses to host names.
RAS Client Test Module
RasCliSrv.dllExercises the Remote Access Service (RAS) client.
- **
Registry API Test Module
S2_reg.dllExercises 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.
Rotation Test Module
S2_rotate.dllExercises the screen rotation capabilities of a target device.
Socket Connection Test Module
Wsx_conn.exeUses 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.exeCreates, 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.exeRandomly 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.exeUses the Document Object Model (DOM) to exercise XML Path Language (XPath), XML Query Language (XQL), and Extensible Stylesheet Language Transformation (XSLT) functionality.