Test Cases for the Kernel BVT Test (Windows Embedded CE 6.0)
1/6/2010
The following table shows the test cases for the Kernel BVT Test.
Test case | Description |
---|---|
65537 |
Memory Test tests the allocation of memory using VirtualAlloc and LocalAlloc. It allocates memory, perform read/write operations, decommits the memory tries to write into it resulting in an exception, and then frees the allocated memory. |
65538 |
A simple test to test the allocation of memory using HeapAlloc. |
65539 |
FileIoTest creates and deletes a directory; creates, closes, opens, reads, writes and deletes a file. |
65540 |
BaseTaskTest tests Process and thread creation and Termination.
Note:
To run this test case, you must build baseApp.exe into the release directory.
|
65541 |
BaseModuleTest tests LoadLibrary() and invokes a Library Function.
Note:
To run this test case, you must build BaseDll.dll into the release directory.
|