219k views
4 votes
Consider a Web form that a student would use to input student information and rèsumè information into a career services application at your university. Sketch out how this form would look and identify the fields that the form would include. What types of validity checks would you use to make sure that the correct information is entered into the system?

User Andreis
by
4.9k points

1 Answer

3 votes

Answer:

valid check: Completeness check, Format check, Range check, Consistency check

Step-by-step explanation:

Form validations required are:

Completeness check:-all fields are filled accordingly

Format check:-Each field entered data is correct format or not

Range check:-Range of data min or max

Consistency check:-Entering consistent data

Database check

Fields are:

Text Boxes,Drop down list box,radio button,check box,button,slider(if you want to rate or show interest of a subject),combo box(group together radio buttons/check boxes/sliders).

See attachment please for the sketch

Consider a Web form that a student would use to input student information and rèsum-example-1
User Ponds
by
4.6k points