Customer Type Test Cases

Important Test Cases

TC0101

Successfully view existing Customer Type List and details, having appropriate view permissions.

TC0102

Positive Test

While create, give "Customer Type Name" as "EMPLOYEE". It should be accepted (as long as the same name is already doesn't exist).

TC0103

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

TC0104

Positive Test

While modify, give "Customer Type Name" as "COMPANY". It should be accepted (as long as the same name doesn't exist).

TC0105

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 "Customer Type Name" as "SALARY@" It should not be accepted.

TC0202

Save "Customer Type Create" without filling "Customer Type Name". It should not be accepted.

TC0203

While modify, give "Customer Type Name" as "NRI$" It should not be accepted.