This page has Test Cases For Online Examination System. Testing determines whether the system appears to be working according to the specifications. The goal of testing is to uncover requirement, design, coding errors in the program. This Web Application provides facility to conduct online examination world wide. It saves time as it allows number of students to give the exam at a time and displays the results as the test gets over, so no need to wait for the result. It is automatically generated by the server.
Test Cases for Online Examination System
Login Component
Serial No.
ConditionTo be Tested
Expected Result
Result
1.
On the load of login form.
No data should be supplied.
PASS
2.
When the student does not enter any fields and clicks “login”
Should display error message “please enter register number and password”
PASS
3.
When the student does not enter valid register number and password.
Should display error message “invalid register number and password”.
PASS
4.
When the student does not enter password.
Should display error message “failed to login”.
PASS
5.
When the user enters password and username and clicks login.
Should go to the home page.
PASS
Examiner
Serial No.
ConditionTo be Tested
Expected Result
Result
1.
On the load of login form.
No data should be supplied.
PASS
2.
When the examiner does not enter any fields and clicks “login”.
Should display error message “failed to login”.
PASS
3.
When the examiner does not enter user name.
Should display error message “please enter the user name”.
PASS
4.
When the examiner does not enter password.
Should display error message “please enter valid password”.
PASS
5.
When the examiner enters password and username and clicks login.
Should go to the home page.
PASS
Administrator
Serial No.
ConditionTo be Tested
Expected Result
Result
1.
On the load of login form.
No data should be supplied.
PASS
2.
When the administrator does not enter any fields and clicks “login”.
Should display error message “failed to login”.
PASS
3.
When the administrator does not enter user name.
Should display error message “please enter the user name”.
PASS
4.
When the administrator does not enter password.
Should display error message “please enter valid password”.
PASS
5.
When the administrator enters password and username and clicks login.
Should go to the home page.
PASS
Users
Serial No.
ConditionTo be Tested
Expected Result
Result
1
On the load of login form.
No data should be supplied.
PASS
2
When admin does not enter any values and clicks ‘submit’
Should display error message “please enter the course name”
PASS
3
When the admin does not enter the description and clicks’submit’
Should display error message “please enter the description”
PASS
4
When the admin does not select the status and clicks’submit’
Should display error message “please select status”
PASS
5
When the admin enter numbers instead of letters in the field “ name ”
Should display error message “Enter only letters”
PASS
6
When the admin enters all the fields and clicks “Submit”
Should display message “one record added ”
PASS
Exam
Serial No.
ConditionTo be Tested
Expected Result
Result
1
On the load of login form.
No data should be supplied.
PASS
2
When admin does not enter any values and clicks ‘submit’
Should display error message “please enter the register number”
PASS
3
When the admin does not select the subjects and clicks’submit’
Should display error message “please select the subject”
PASS
4
When the admin does not select the date and clicks’submit’
Should display error message “please select the date”
PASS
5
When the admin does not select the time and clicks’submit’
Should display error message “please select the time”
PASS
6
When the admin does not select the status and clicks’submit’
Should display error message “please select status”
PASS
8
When the admin enter numbers instead of letters in the field “ name ”
Should display error message “Enter only letters”
PASS
9
When admin enter letters instead of numbers in the field “regno”
Should display error message “Enter Only numbers”
PASS
10
When the admin enters all the fields and clicks “Submit”
Should display message “one record is added ”
PASS
Change password
Serial No.
ConditionTo be Tested
Expected Result
Result
1.
On the load of login form.
No data should be supplied.
PASS
2.
When the student does not enter any fields and clicks “change password”.
Should display error message “please enter the registration number”.
PASS
3.
When the student does not enter new password and clicks “change password”.
Should display error message “please enter the new password”.
PASS
4.
When the student does not enter confirm password and clicks “change password”..
Should display error message “please enter confirm password”.
PASS
5.
When student enter letters instead of numbers in the field “regno”
Should display error message “Enter Only numbers”
PASS
6.
When the student enters all the fields and clicks “change password”
Should display message “password updated successfully”
Leave a Reply