You are on page 1of 9

Test Objective: To check whether the username and password are valid or not.

Test Description: When the user tries to login, the details are authenticated to check the validity.
If they are correct he is directed to homepage else he is indicated with a invalid login message.

Requirements Verified: Yes

Test Setup/Pre-Conditions: Correct id and password

Actions: The student will try to login with a Expected Results: User Id or Password did not
incorrect Id or password match

Pass: Yes Conditions pass: No Fail: No

Problems / Issues: NIL

Notes: Successfully Executed


TABLES
Table 1: Studentinfo

Column Name Datatype


StudentID Varchar2(10)
Password Varchar2(10)
sFirstname Varchar2(10)
sLastname Varchar2(10)

Table2: Administrator

Column Name Datatype


AdminID Varchar2(10)
Password Varchar2(10)

Table3: Systeminfo
Column Datatype
Name
SystemID Varchar2(10)
Software Varchar2(10)
Availability Varchar2(10)

Table4: Reservedinfo
Column Datatype
Name
SystemID Varchar2(10)
software Varchar2(10)
Dateslot Varchar2(10)
sFirstname Varchar2(10)

You might also like