Share via


CEDB Build Verification Test (Windows Embedded CE 6.0)

1/6/2010

The CEDB Build Verification Test uncovers common API and functionality problems with CEDB and the file system.

The test suite covers the following CEDB methods:

  • CeCreateDatabaseEx
  • CeOpenDatabaseEx
  • CeOidGetInfoEx
  • CeDeleteDatabaseEx
  • CeFindFirstDatabaseEx
  • CeFindNextDatabaseEx
  • CeSeekDatabase
  • CeReadRecordPropsEx
  • CeWriteRecordProps

This test library is built from the same source code as the EDB Build Verification Test, but they are built differently. Some database functionalities have to call a different API between CEDB and EDB.

You may want to run this test each time you make a custom build, to uncover any database-related issues caused by regressions.

In This Section

See Also

Other Resources

File System Tests