Category Test Cases

Important Test Cases

TC0101

Able to "View" the Category list and details with appropriate permissions.

TC0102

Positive Test

While create, give "Category Code" as "O". It should be accepted (as long as the same name is already not there).

TC0103

Positive Test

While creating give "Category Name" as "OBC". It should be accepted(as long as the same name is already not there).

TC0104

On click of "SAVE" button on create page, record should be saved and redirected to the list page with successful information message.

TC0105

In create page, all the fields should be filled compulsorily.

TC0106

Positive Test

While modify,"Category Code" should be non editable.

TC0107

Positive Test

While modify, give "Category Name" as "CATEGORY 3". It should be accepted(as long as the same name is already not there).

TC0108

On click of "SAVE" button on modify page, record should be saved and redirected to the list page with successful information message.

Other Test Cases

TC0201

Checking Special Character

While create, give "Category Code" as "@". It should not be accepted.

TC0202

Checking Numeric Data

While create, give "Category Code" as "3". It should not be accepted.

TC0203

Checking Special Character

While create, give "Category Name" as "%SPE&CIAL BAC*KWARD". It should not be accepted.

TC0204

Checking Special Character

While modify, give "Category Name" as "BACKWARD%". It should not be accepted.

TC0205

Create link on the Category List should be directed to Sector Create page.

TC0206

Edit link on the Category List should be directed to Sector Modify page.