| 01 logins | ||
| open | /logout | |
| type | user_name | config |
| type | password | abc |
| clickAndWait | login-button | |
| clickAndWait | link=logout | |
| type | user_name | admin |
| type | password | abc |
| clickAndWait | login-button | |
| verifyTextPresent | Reports | |
| clickAndWait | link=logout | |
| type | user_name | lecturer |
| type | password | abc |
| clickAndWait | login-button | |
| verifyTextPresent | Reports | |
| clickAndWait | link=logout | |
| type | user_name | student |
| type | password | abc |
| clickAndWait | login-button | |
| verifyTextPresent | Personal | |
| clickAndWait | link=logout | |
| type | user_name | unknown user |
| type | password | nopass |
| click | login-button | |
| verifyTextPresent | not correct | |