Storage Brick Test Coverage
These test suites are all available as part of the Microsoft Windows CE Platform Builder Driver Development Test Kit (DDTK).
| Test Suite | Description | Results |
|---|---|---|
| FSLOGO |
File System Test This test exercises the local object store file system and all available FAT storage card devices. This ensures that the internal and external file systems on the device are working. This test can also help you uncover driver problems. |
[ Results ] |
| GSINFO |
Get/Set Disk Information Test This test verifies the correct operation and driver support of the DISK_IOCTL_GETINFO and DISK_IOCTL_SETINFO I/O control codes. This test can also be used as a utility to get disk information for various disks. |
[ Results ] |
| RWTEST |
Memory Card Read/Write Test This test provides a set of test cases that test PC memory card device driver read and write functions. These test cases test the ability of the device driver to handle multiple threads, multiple scatter/gather buffers, boundary limits, and bad parameters. The Memory Card Read/Write test is divided into four categories of test cases: multiple thread, multiple scatter/gather buffer, breadth (boundary), and bad parameter. |
[ Results ] |
| RW_ALL |
Memory Card Verification and Benchmarking Test This test benchmarks the read and write performance and correct behavior of PC memory cards. This test scans a disk, verifying the ability to correctly read from and write to every sector on the disk. Along with this verification, it outputs information about the timing requirements of each operation. This timing information may be useful whenever you have file system problems. For example, one disk may only take 400 ms to write and passes, while another disk takes 1500 ms to write and fails. |
[ Results ] |


