Run the Administrator program and verify that all expected standard and custom property pages appear correctly.
When an error occurs, the Administrator program provides information in an OutputDebugString. To view its contents, run the Administrator program with a debugger.
Change each option on each property page. Observe the application's response to each change to make sure it is correct. For example, the Apply button should be enabled after each change. An important aspect of the application's behavior is the immediacy of its response. That is, have you programmed the application to respond to the change right away, or not until the next time it is launched? In both cases, does it respond at the right time?