The input screen shall have three fields:
The data is validated when the Enter key is pressed. If the data is valid the system moves on to the job input screen; if not, an error message is Displayed.
Write down test scenario for that system!
To validate the functionality of the Title, User Name, and First Name fields on the input screen. The system should ensure that all fields accept only valid data, and if the data is invalid, appropriate error messages should be displayed. The data is validated when the Enter key is pressed, and if all fields are completed correctly, the system should proceed to the job input screen.
| Field | Valid Input Example | Invalid Input Example |
|---|---|---|
| Title Field | Mr, Mrs, Dr, Ms | (empty), invalid title |
| Username Field | qwertyuiopasdfghjklz, novalrizky | noval_rizky, john doe, john@doe |
| First Name Field | Noval, John | John123, john doe, John@Doe |