Open zi-yii opened 4 days ago
(Case 1: Negative plan ID) User input: addInsurance 1 iid/-2 Actual:
(Case 2: Relatively small positive plan ID) User input: addInsurance 1 iid/2 Actual:
(Case 3: Extremely large positive plan ID) User input: addInsurance 1 iid/10000000000000 Actual:
Should we ensure that the output to user is the message for invalid insurance plan ID for all the 3 cases?
(Case 1: Negative plan ID) User input: addInsurance 1 iid/-2 Actual:
(Case 2: Relatively small positive plan ID) User input: addInsurance 1 iid/2 Actual:
(Case 3: Extremely large positive plan ID) User input: addInsurance 1 iid/10000000000000 Actual:
Should we ensure that the output to user is the message for invalid insurance plan ID for all the 3 cases?