-
Notifications
You must be signed in to change notification settings - Fork 1
/
state description.txt
72 lines (32 loc) · 1.88 KB
/
state description.txt
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
state description
Login : the system is waiting for the the user to enter his username and password. login page is displayed
Home : the user logged in. Home page is displayed
account details: user's personal details is displayed for him
view bills : outstanding and paid bills are displayed for user
pay bills: the user requested to pay due bills. pay bills form is displayed for user
transfer funds: the user requested to transfer funds. transfer funds page is displayed for user
funds details: pay/receive funds form is displayed for user
cheques: the user requested to access cheque services. cheque services page is displayed for user
cheque services: issue/cash cheques form is displayed for user
check balance: user's current balance is displayed for him
deposit: deposit form is displayed for the user
withdraw : withdraw form is displayed for the user
request loan: request loan form is displayed for user
view salary: user's current salary is displayed for him
============================================
stimulus description
enter username and password: user pressed the login button
authentication confirmed: user entered a correct username and password
account info: user pressed the account information button
check balance: the user pressed balance button
bills: the user pressed bills services button
bill payment: the user selected a current due bill
transfers : the user pressed transfer funds button
funds details : the user selected either to recieve or send funds
cheques: the user pressed cheque services button
cheque services : the user selected either to cash or issue a cheque
deposit : the user pressed deposit button
withdraw: the user pressed withdraw button
salary : the user pressed view salary button
request loan : the user pressed request loan button
exit: the user pressed the submit button for the current request.