Share via


EDB Build Verification Test

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

The test suite covers the following EDB methods:

  • CeCreateDatabaseEx2
  • CeOpenDatabaseEx2
  • CeDeleteDatabaseEx
  • CeFindFirstDatabaseEx
  • CeFindNextDatabaseEx
  • CeSeekDatabase
  • CeReadRecordPropsEx
  • CeWriteRecordProps

This test library is built from the same source code as the CEDB 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