Share via


Registry 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 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