0% found this document useful (0 votes)
34 views6 pages

SW Project - Test Case

This document contains 5 test cases to test a web-based application. Test case 1 checks if the web application runs properly by opening the browser, running the server, and opening the website. Test cases 2-5 check if different input fields accept text and numeric entries as expected by filling out fields for student name, midterm grades, assignment grades, and final grade. Each test case lists the purpose, system requirements, preconditions, expected results, actual results, and pass/fail status.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views6 pages

SW Project - Test Case

This document contains 5 test cases to test a web-based application. Test case 1 checks if the web application runs properly by opening the browser, running the server, and opening the website. Test cases 2-5 check if different input fields accept text and numeric entries as expected by filling out fields for student name, midterm grades, assignment grades, and final grade. Each test case lists the purpose, system requirements, preconditions, expected results, actual results, and pass/fail status.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Instructor Assistant

Test case document


Name: Abdelrahman Mohsen
ID: 4121016

Test case ID: 1


Purpose: Check if web-based application works
fine
System requirements covered: run application
Preconditions:
Input:
Post conditions:
User Action (steps)

Open browser
Run server
Open website

web app opened

Expected Results

Actual Result

Pass/Fail/Untested

Test case ID: 2


Purpose: Check if first input field accepts text
System requirements covered:
Preconditions: student name field is empty
Input: Text
Post conditions: student name field filled with
text
User Action (steps)

Expected Results

Click student
name field

Student name
field is clickable

type student
name

student name
is text

Actual Result

Pass/Fail/Untested

pass
pass

Test case ID: 3


Purpose: Check if midterm grades fields accept
numeric entry
System requirements covered: run application
Preconditions: midterms fields are empty
Input: a number from (0 to 15)
Post conditions: midterms fields filled with
numeric entry
User Action (steps)

Click on grades
fields

Expected Results

Fields is
clickable

Pass/Fail/Untested

Pass
Pass

type numeric
entry
from (0 to 15)

Actual Result

fields accept
numeric entry

Test case ID: 4


Purpose: Check if Assignment grades fields
accept numeric entry
System requirements covered: run application
Preconditions: assignment fields are empty
Input: a number from (0 to 10)
Post conditions: assignment fields are filled with
numeric entry
User Action (steps)

Click on grades
fields

Expected Results

Fields is
clickable

Pass/Fail/Untested

Pass
Pass

type numeric
entry
from (0 to 10)

Actual Result

fields accept
numeric entry

Test case ID: 5


Purpose: Check if Final grade field accepts
numeric entry
System requirements covered: run application
Preconditions: Final field is empty
Input: a number from (0 to 40)
Post conditions: Final field is filled with numeric
entry
User Action (steps)

Click on grades
fields

Expected Results

Fields is
clickable

Pass/Fail/Untested

Pass
Pass

type numeric
entry
from (0 to 40)

Actual Result

fields accept
numeric entry

You might also like