Last name:
-text field
-accepts all c
-no more than 31
-required field
Test cases:
#1. Accepts all characters Last name = smith-1# Accepted
#2. Max input 31 characters Accepted
#3. Max+1 input 32 characters 31 accepted
#4. Required field empty field "required field" messege
#5. Lower boundary "m" Accepted
one character
City:
-text field
-accepts all characters
-no more than 50
-required field
Test cases:
#1. Accepts all characters "City" = New York12>! Accepted
#2. Max input 50 characters Accepted
#3. Max+1 input 51 characters 50 accepted
#4. Required field empty field "required field" messege
#5. Lower boundary "N" Accepted
one character
State:
-list Box offering the list of all 50 states
-required field
Test cases:
#1. List Box offering the list Click on the arrow Dropdown list box includs all
of all 50 states 50 states
#2. Choose the name of the NY Accepted
state
#3. Required field empty field "required field" messege
BUG REPORTS:
#1. The name of the states is not alphabetically.
#2. Item "other" must be delist.
#3. State "BC" does not belong to the USA, it must be delist.
#4. States NV and HI are missing in the list.
#5. Incorrect abbreviation of "IND" - it must be "IN".
#6. Inconsistens: "Last name" field accept only 30 characters, not 31.
-text field
-accepts all c
-no more than 31
-required field
Test cases:
#1. Accepts all characters Last name = smith-1# Accepted
#2. Max input 31 characters Accepted
#3. Max+1 input 32 characters 31 accepted
#4. Required field empty field "required field" messege
#5. Lower boundary "m" Accepted
one character
City:
-text field
-accepts all characters
-no more than 50
-required field
Test cases:
#1. Accepts all characters "City" = New York12>! Accepted
#2. Max input 50 characters Accepted
#3. Max+1 input 51 characters 50 accepted
#4. Required field empty field "required field" messege
#5. Lower boundary "N" Accepted
one character
State:
-list Box offering the list of all 50 states
-required field
Test cases:
#1. List Box offering the list Click on the arrow Dropdown list box includs all
of all 50 states 50 states
#2. Choose the name of the NY Accepted
state
#3. Required field empty field "required field" messege
BUG REPORTS:
#1. The name of the states is not alphabetically.
#2. Item "other" must be delist.
#3. State "BC" does not belong to the USA, it must be delist.
#4. States NV and HI are missing in the list.
#5. Incorrect abbreviation of "IND" - it must be "IN".
#6. Inconsistens: "Last name" field accept only 30 characters, not 31.
Comment