NEXT Chapter 23 Test Case Design:

Student Login: Appearing for examination, Student must have to be begin through student login form. There are three field in the student login page and Every field has to filled by student. Student can not used character in the login id field. Student registration will be cancelled automatically by the system after appearing in the examination.

Admin Login :- To register the student admin has to login first. The Id field is numeric.

Registration :- Userid and password will be generated by the administrator.

VALIDATION CRITERIA

1. In each form, no field which is not nullable should be left blank.

2. All numeric fields should be checked for non-numeric values. Similarly, text fields like names should not contain any numeric characters.

3. All primary keys should be automatically generated to prevent the user from entering any existing key.

4. Use of error handling for each Save, Edit, delete and other important operations.

5. Whenever the user Tabs out or Enter from a text box, the data should be validated and if it is invalid, focus should again be sent to the text box with proper message.