ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
USE CASESTEST CASES
2
1. Existing user trying to login with their credentials
1. Check if an existing user is able to login to TurnUp portal with valid username and valid password
3
2. New user tyring to register to TurnUp portal
4
3. Existing user trying to access another user's account
4 & 5
5
4. Existing user trying to log in with invalid username
Check if an existing user is not allowed to log in with valid username and invalid password
6
5. Existing user trying to log in with invalid password
Check if an existing user is not allowed to log in with invalid username and valid password
7
Check if an existing user is not allowed to log in with invalid username and invalid password
8
Check if an existing user is not allowed to login with null username and valid password
9
Check if an existing user is not allowed to login with valid username and null password
10
Check if an existing user is not allowed to login with null username and null password
11
12
6
13
6. Existing user trying to rest password
Check if an existing user is allowed to rest passowrd using the rest password functionality
14
7. Existing user nad new user's username and password satisfies username and password rules
15
8. New user cannot have a username that already exists
16
9. Existing user clicking on remember me checkbox to remember credentials
17
10. Successful login navigates user to home page
18
11. Existing users trying to access TurnUp portal from iOS, Android and windows device (and different browser combination)
19
20
21
Check if new and existing users are able to access TurnUp protal from iOS safari browser
22
Check if new and existing users are able to access TurnUp protal from Android chrome browser
23
Check if new and existing users are able to access TurnUp protal from Mac using chrome browser
24
Check if new and existing users are able to access TurnUp protal from Windows Firefox browser
25
Check if new and existing users are able to access TurnUp protal from Windows Chrome browser
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100