Confirmed users
834
edits
(→Bugs) |
No edit summary |
||
Line 27: | Line 27: | ||
== Use Cases to Test == | == Use Cases to Test == | ||
*Test that on Windows 2000 the service is not installed nor used when performing an update. | |||
*Test that using a limited user account does not install the service. | |||
*Test that installing an x64 native build on an 64-bit machine does not install the service nor uses the service. | |||
*Test that installing an x86 build on an 64-bit machine, installs the service. | |||
*Test that when performing an update and the service is not needed for write access (the UAC is set to off or is not present) the service will not be used (no new maintenanceservice logs are generated). | |||
*Test that if the service is already installed: | |||
**installing an update of a higher service number will replace the old service. | |||
**installing an update of a lower service number will NOT replace the old service. | |||
**and another product with a higher version number gets installed, it will replace the old service. | |||
**and another product with a lower version number gets installed, it will NOT replace the old service. | |||
*Test applying updates on a limited user account having the service already installed on the admin user account. | |||
*Test applying updates on a limited user account without having the service already installed on the admin user account. | |||
*Test applying updates on an limited user account from a Windows XP/ Windows 2003 machine (UAC is not present). | |||
*Test applying updates on an admin user account from a Windows XP/ Windows 2003 machine (UAC is not present). | |||
*Test applying updates on an admin user account having the UAC active (at all levels) from a Windows Vista/Windows 7 machine. | |||
*Test applying updates on a limited user account having the UAC active (at all levels) from a Windows Vista/Windows 7 machine. | |||
*Test applying updates on an admin user account having the UAC off from a Windows Vista/Windows 7 machine. | |||
*Test applying updates on a limited user account having the UAC off from a Windows Vista/Windows 7 machine. | |||
*Test doing 2 updates at once. | |||
== Edge Cases == | |||
== Test Cases == | == Test Cases == |