Each of the tests below relates to addclient test cases
Table 5. addclient Test Cases
TESTCASE | EVENTID | ACTION | EXPECTED_RESULTS |
---|---|---|---|
addclient | 1 | no data entered, hit "create client" button | cannot complete request, no client added to the database |
addclient | 2 | entered in client id but no client name, hit "create client" button | cannot complete request, needs client name |
addclient | 3 | entered in client id and client name, no default billing rate, hit "create client" button | client added |
addclient | 4 | entered in all fields, unique client id | client added |
addclient | 5 | entered in all fields, re-user an existing client id | client cannot be added because key is not unique |