Test
|
Expected Outcome
|
Actual Outcome
|
Validation
|
The range check, format, restrictions,
input mask should all work.
|
All function perfectly well.
|
Error Messages
|
After input of false values that don’t
meet up to validation rules or the meet the specifications, the error message
will show the message specific to which error has been triggered.
|
The error message for the empty fields
appears and when the age is outside the range check, when a form is
submitted, the error message for the user being too young shows up and stops
any further progress with the form.
|
Error Capture
(the stage before the error message)
|
That the error is noticed by the macro
set to prevent validation rules from being bypassed.
|
Error messages for the validation came
up indicating that the error capture macros worked.
|
Manipulation of Normal Data
|
The successful movement of normal data
from a form to a table due to the use of a query.
|
The query worked and in result the data
was appended into the members table.
|
Successful Entry
|
The data input into the sign-up form
should be appended into the members table with all the specifications met for
validation rules when submit.
|
The data was successfully appended into
the members table and accepted through the submit button.
|
VALIDATION and ERROR MESSAGE - Example of range check
ERROR CAPTURE
SUCCESSFUL ENTRY
P7 achieved. well done.
ReplyDelete