31
31
Questions:
Requirements:
When the users click on Save button, validate the data on the input form as rules:
- Require data for all text fields (0.5 Point - 0.25 Point for each error message).
When the validation is correct.
Add information on input form to Contact table (1 Point) and browse to ListContacts.jsp page (0.25 Point).
When users click on the “Return To Contact List” button, browse to ListContacts.jsp page (0.25 Point)
which will be shown as below.
The table must have the same columns with one in above figures.
Requirements:
- Values for Groups should be corresponding to the Name of Group in Database (0.25 Point).
When users click on button “List Group”, browse to ListGroups.jsp which will output information of all
groups (1 Point),
When users click on List Contact, browse to ListContacts.jsp page (0.25 Point).
When users click on Add Group, browse to AddGroup.jsp which will be used to add a new group into the
database(0.25 Point)
Requirements:
- Add information on input form to Group table (1 Point) and browse to ListGroups.jsp page (0.25
Point).
- When users click on the “Return To Group List” button, browse to ListGroups.jsp page (0.25 Point)
which will be shown as below.
On the “Contact List” page, when the users click on the link Remove, the corresponding record will be removed
from the database, and the list will be refreshed to reflect the result. (0.25 Point)
When users click on the link Edit, browse to EditContact.jsp page (0.25 Point)
Requirements:
- When user click on “Return To Contact List”, browse ListContacts.jsp page. (0.25 Point)