Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
941 B

  1. MANUAL LOGON UNIT TESTS
  2. JonN 3/27/91
  3. The following is a list of tests to try to break the Logon dialog.
  4. When GUILTT is ready, these tests can be done automatically; until then,
  5. we'll have to grunge them out.
  6. WIN30 / WIN31 Protect Mode
  7. // Logon tests
  8. log off
  9. Start Windows
  10. Cancel initial logon prompt (one should appear)
  11. Enter Control Panel -> Networks -> Logon
  12. Clear all edit fields
  13. Attempt to logon -- dismiss "invalid logon name" field
  14. focus should be on user name
  15. Enter valid user name with non-null password
  16. Attempt to logon -- dismiss "invalid domain name" field
  17. focus should be on domain name
  18. Enter valid domain name
  19. Attempt to logon -- dismiss "bad password" field
  20. focus should be on password
  21. Enter valid password
  22. Attempt to logon -- should succeed
  23. Complete logon processing
  24. Check contents of "successful logon" popup, dismiss
  25. Log off
  26. Log on from DOS VM
  27. Bring up Logon dialog
  28. Try to log on
  29. Dismiss "already logged on" dialog