0% found this document useful (0 votes)
382 views5 pages

Test Cases: Project Name: Virtual Classroom

The document describes four test cases for a virtual classroom project. Test Case 1 verifies login with a valid username and password and passes. Test Case 2 verifies login with invalid credentials and fails. Test Case 3 checks for empty fields on the registration form and fails. Test Case 4 attempts registration with invalid email, password, and phone number and fails.

Uploaded by

Tina Hernandez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
382 views5 pages

Test Cases: Project Name: Virtual Classroom

The document describes four test cases for a virtual classroom project. Test Case 1 verifies login with a valid username and password and passes. Test Case 2 verifies login with invalid credentials and fails. Test Case 3 checks for empty fields on the registration form and fails. Test Case 4 attempts registration with invalid email, password, and phone number and fails.

Uploaded by

Tina Hernandez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 5

Project Name: Virtual classroom

TEST CASES
Test Case ID: 01

Test Designed by: Devanand N

Test Priority (Low/Medium/High): Med

Test Designed date: 20-03-2015

Module Name: Login screen


Test Title: Verify login with valid username and password
Description: Test the login page for authentication

Pre-conditions: User has valid username and password.

Step Test Steps


1
2
3
4

Test Data

Navigate to login page

User= user1

Provide valid username


Provide valid password
Click on Login button

Password: user1

Expected Result
User should be able to login

Actual Result
User is navigated to
authentication successful

Status (Pass/Fail)
Pass

Login

Post-conditions: User is validated with database and successfully login to account. The account session details are logged in
database.

Test Case ID: 02

Test Designed by: Devanand N

Test Priority (Low/Medium/High): Med

Test Designed date: 20-03-2015

Module Name: Login screen


Test Title: Verify login with valid username and password
Description: Test the login page

Pre-conditions: User has valid username and password.

Step Test Steps


1
2
3
4

Test Data

Expected Result
User cannot login

Navigate to login page

User= user1

invalid username
invalid password
Click on Login button

Password: 1234

Actual Result
User is prompted the error
message of wrong user
Id and password

Post-conditions: User is validated and as the details are wrong the user cannot login.

Status (Pass/Fail)
Fail

Test Case ID: 03

Test Designed by: Devanand N

Test Priority (Low/Medium/High): Med

Test Designed date: 20-03-2015

Module Name: Registration


Test Title: Check for non-empty registration issue
Description: Test the form issue

Pre-conditions: The correct details should be available.

Step Test Steps

Test Data

Navigate to registration page

Email ID=

Leave out some fields empty


Click register

Mobile number=
Qualification=
Password0=

Expected Result
No access to main page

Actual Result
User is prompted the error
Message to fill all fields

Status (Pass/Fail)
Fail

Post-conditions: Access email ID, password and student mobile number is validated with the details entered. After validation the
registration is successfully saved into database with the details.

Test Case ID: 04

Test Designed by: Devanand N

Test Priority (Low/Medium/High): Med

Test Designed date: 20-03-2015

Module Name: Registration


Test Title: Validate the details for registration
Description: Test the Email ID, Password and Mobile Number

Pre-conditions: The student data should be correct.

Step Test Steps


1

Navigate to registration page

Provide all fields

3
4

Provide invalid Email ID,


Password or Mobile Number
Click register

Test Data

Expected Result

Email Id= deva@gmail.com Page cannot be displayed


Mobile
Number=9003035673

Qualification=
Password()=

Post-conditions: Registration cannot be issued with invalid details

Actual Result
User is prompted the error
Message saying that the
Email ID, Password and
Mobile Number should be
valid

Status (Pass/Fail)
Fail

You might also like