Change #9789

Updated by Erni Suhaireen Zulkifli over 5 years ago

*1. To set max length at Full Name*

Current Result:
Full Name able to enter with more than 64 alphanumeric

Expected Result:
To set max length at Full Name to be max 64

*2. To set max length at ID No*

Current Result:
ID No able to enter with more than 9 digit

Expected Result:
To set max length at ID No to be max 9 digit

*3. To set max length at Office Phone No*

Current Result:
Office Phone No able to enter up to 14 digit

Expected Result:
To set max length at Office Phone No to be max 10 digit

*4. To set max length at Mobile Phone No*

Current Result:
Mobile Phone No able to enter up to 15 digit
Have validation when enter more than 11 digit


Expected Result:
To set max length at Mobile Phone No to be max 13 digit
remove validation for entering more than 11 digit - set max length only

*5. To set max length at Address*

Current Result:
Able to enter more than 25 characters

Expected Result:
To set max length at Address to be max 25 characters for every line

*5. To set max length at City*

Current Result:
Able to enter more than 50 alphanumeric

Expected Result:
To set max length at City to be max 50 alphanumeric

*6. To set max length at Postcode*

Current Result:
Able to enter more than 5 numeric

Expected Result:
To set max length at Postcode to be max 5 numeric

*6. To set max length at Email*

Current Result:
Able to enter more than 40 alphanumeric

Expected Result:
To set max length at Email to be max 40 alphanumeric

Back