Windows 7 logo testing -
We are currently testing logos for Windows 7. We make it successful, although we face some warnings in case of testing.
Test Case 7 warns "Executable C: \ Program Files (x86) \ abc.exe Closed Failed to do so. "
Can anyone tell me how does this test? How can we avoid this?
Test case 7 "Verify that the application has to restart the manager". You can get explanation in
Quoted from the document:
To pass this exam:
Note: The application should be inactive and should not do any work during this test.
Logic
To avoid rejecting a Windows restart or shutdown request, an application must be stopped when the system does this Instructions, and if necessary, it must be restarted automatically.
In addition, as a Windows Vista, now you only get about 2 seconds to get out of your app completely after receiving the WM_SHUTDOWN message, The app will fail in the test and will be killed by the OS.
Comments
Post a Comment