Status Test Cases
Important Test Cases
TC0101
Successfully view existing folio status list and detail, having appropirate view permissions.
TC0102
Positive test
While creating give "Status Code" as "P". It should be accepted.
TC0103
Positive test
While creating give "Status Name" as "PAID". It should be accepted(as long as the same name is already not there).
TC0104
Positive test
While creating select "Recovery" as "Y". It should be accepted.
TC0105
Save "Folio Status Create" after filling all given fields. It should be accepted(Folio Status Create is created succefully).
TC0106
Positive test
In modify screen, "Status Code" should be non editable.
TC0107
Positive test
While modifying give "Status Name" as "NORMAL". It should be accepted(as long as the same name is already not there).
TC0108
Positive test
While modify, change/update for "Recovery" from "N" to "Y". It should be accepted.
TC0109
Save "Folio Status Modify" after updating the particular fields. It should be accepted(Folio Status Modify is updated succefully).
Other Test Cases
TC0201
Checking special character
While creating give "Status Name" as "STATUS%". It should not be accepted.
TC0202
Checking special character
While modifying give "Status Name" as "STA&TUS". It should not be accepted.
TC0203
Save "Folio Status Create" without filling "Status Code". It should not be accepted.
TC0204
Save "Folio Status Create" without filling "Status Name". It should not be accepted.
TC0205
Save "Folio Status Create" without selecting "Recovery". It should not be accepted.