Last Name
Requirements:
Bug reports:
City
Requirements:
Bug reports:
State
Requirements:
Bug reports:
Email
Requirements:
Bug reports:
Requirements:
- text field
- accepts all characters
- no more than 31
- required field
ID | Title/Purpose/Description | Instruction | Expected Result | Actual Result | Pass/Fail |
1 | Accepts all characters | Last name = 25Smith!@#$ | Accepted | Accepted | Pass |
2 | Max input | 31 characters | Accepted | Accepted only 30 characters | Fail |
3 | Max+1 input | 32 characters | 31 accepted | Accepted only 30 characters | Fail |
4 | Paste Max+1 | Paste 32 characters | Accepted only 30 characters | Fail | |
5 | Lower boundary, one character | "A" | Accepted | Accepted | Pass |
6 | Required field | Empty field | "Please enter your Last Name" message | "Please enter your Last Name" message | Pass |
Bug reports:
- "Last name" field should accept up to 31 characters, no 30 as it accepts now.
City
Requirements:
- text field
- accepts all characters
- no more than 50
- required field
ID | Title/Purpose/Description | Instruction | Expected Result | Actual Result | Pass/Fail |
1 | Accepts all characters | City = 25City!@#$ | Accepted | Accepted | Pass |
2 | Max input | 50 characters | Accepted | Accepted | Pass |
3 | Max+1 input | 51 characters | 50 accepted | 50 accepted | Pass |
4 | Paste Max+1 | Paste 51 characters | 50 accepted | 50 accepted | Pass |
5 | Lower boundary, one character (???) | "A" (???) | ??? | Accepted | ??? |
6 | Required field | Empty field | "Please enter your City" message | "Please enter your City" message | Pass |
Bug reports:
- Please, provide the minimal amount of characters for "City" field
State
Requirements:
- List Box offering the list of all 50 states
- Required field
ID | Title/Purpose/Description | Instruction | Expected Result | Actual Result | Pass/Fail |
1 | List Box offering the list of all 50 states | Make sure that all states are in the list | List Box contains the list of all 50 states | List Box contains 48 states | Fail |
2 | Required field | Choose "---" | "Please select your State" message | "Please select your State" message | Pass |
3 | Any state can be selected | Choose "FL" | "State" textfield is assigned to "FL" | "State" textfield is assigned to "FL" | Pass |
Bug reports:
- "HI" and "NV" are missed in the list in "State" listbox.
- "IND" should be changed to "IN" in the list in "State" listbox.
- "BC" should be removed from the list in "State" listbox.
- "Other" should be moved to the beginning or to the end of the list in "State" listbox.
Requirements:
- text field
- accepts digits, letters, some special characters ("@", ".", " –", "_")
- 255 characters
- required field
ID | Title/Purpose/Description | Instruction | Expected Result | Actual Result | Pass/Fail |
1 | Accepts all characters | Email = email123@gmail.com | Accepted | Accepted | Pass |
2 | Special character instead of the first letter | Email = @mail123@gmail.com | "Please enter your Email" message | Accepted | Fail |
3 | Max input | 255 characters | Accepted | Accepted | Pass |
4 | Max+1 input | 256 characters | 255 accepted | Accepted 256 characters | Fail |
5 | Paste Max+1 | Paste 256 characters | 255 accepted | Accepted 256 characters | Fail |
6 | Lower boundary, 6 characters (???) | "A@a.ru" (???) | Accepted (???) | Accepted | ??? |
7 | Required field | Empty field | "Please enter your Email" message | Accepted | Fail |
Bug reports:
- Email can't be started with special character.
- "Email" field can't accept more than 255 characters.
- Please, provide the minimal amount of characters for "Email" field.
- "Email" field can't be empty.
Comment