Share via


Registry Build Verification Test (Windows Embedded CE 6.0)

1/6/2010

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

The test suite covers the following registry methods:

  • RegCreateKeyEx
  • RegDeleteKey
  • RegEnumKeyEx
  • RegEnumVal
  • RegOpenKeyEx
  • RegSetValueEx
  • RegDeleteValue
  • RegQueryInfoKey
  • RegQueryValueEx

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

In This Section

See Also

Other Resources

File System Tests