File: weblogin-testing

package info (click to toggle)
webauth 4.7.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,932 kB
  • sloc: ansic: 28,341; sh: 12,031; perl: 8,361; xml: 6,856; makefile: 459; php: 7
file content (44 lines) | stat: -rw-r--r-- 1,379 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Manual login (username/password):
* Test login
* Test incorrect password
* Test page validation (no username, no password) fails correctly

Remuser:
* Test auto-login with SPNEGO setup

Complete SPNEGO login:
Not yet doing -- requires rewriting settings.fcgi in stanford-weblogin.

Login with upcoming password expiration:
* Test gets warning
* Test page opens in new tab or window
* After that, flows into same logic as testing with expired password

Login with expired password:
* Test change password
* Test too-short new password fails correctly
* Test password reuse fails correctly
* Test page validation (no password, no new password, new passwords not
  matching) fails correctly

Direct password change:
* Test change password
* Test incorrect current password fails correctly
* Test too-short new password fails correctly
* Test password reuse fails correctly
* Test page validation (no username, no password, no new password, new
  passwords not matching) fails correctly

Logout
* Test logout with SSO cookies
* Test logout without SSO cookies errors

-----

Copyright 2011
    The Board of Trustees of the Leland Stanford Junior University

Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice and
this notice are preserved.  This file is offered as-is, without any
warranty.