adduser Tests

Each of the tests below relates to adduser test cases

Table 3. adduser Test Cases

TESTCASEEVENTIDACTIONEXPECTED_RESULTS
adduser1hit "add a new user" buttonform appears for data
adduser2enter username, hit "create user" buttoncannot complete request because of missing data
adduser3enter all form data except password fieldscannot complete request because of missing data
adduser4enter all form data, password 4 letters long, all alphabetic characterscannot complete request because of password not 6 or more characters and all alphabetic
adduser5enter all form data, password 6 letters long, all alphabetic characterscannot complete request because of password being all alphabetic
adduser6enter all form data, password 6 letters long, alpha and non-alpha characters, but second password field blankcannot complete request because of password not matching
adduser7enter all form data, password 6 letters long, alpha and non-alpha characters, but second password field with different stringcannot complete request because of password not matching
adduser8enter all form data, password 6 letters long, alpha and non-alpha characters, same password in each fielduser added successfully