Print Page | Close Window

Test Cases

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Test Cases @ OneStopTesting
Forum Discription: You must be well versed in writting Good Test Cases as they only will decide whether you can catch most of bugs or not.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=3999
Printed Date: 30Jan2025 at 3:52am


Topic: Test Cases
Posted By: Divya_v
Subject: Test Cases
Date Posted: 21Dec2007 at 11:35pm
I want some examples for testcases (for manual testing)--excel templates



Replies:
Posted By: Praraj
Date Posted: 07Jan2008 at 1:44pm

Test Case Template:

testcase id

test case name

test case desc

test steps

test case status

test status (P/F)

test prority

defect severity

step

expected

actual

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Preconditions: Open Web browser and enter the given url in the address bar. Home page must be displayed. All test cases must be executed from this page.

Test case id

Test case name

test case desc

test steps

test case status

test status (P/F)

test prority

defect severity

step

expected

actual

Login01

Validate Login

To verify that Login name on login page must be greater than 3 characters

enter login name less than 3 chars (say a) and password and click Submit button

an error message “Login not less than 3 characters” must be displayed

 

design

 

high

 

enter login name less than 3 chars (say ab) and password and click Submit button

an error message “Login not less than 3 characters” must be displayed

 

design

 

high

 

enter login name  3 chars (say abc) and password and click Submit button

Login success full or an error message “Invalid Login or Password” must be displayed

 

design

 

high

 

Login02

Validate Login

To verify that Login name on login page should not be greater than 10 characters

enter login name greater than 10 chars (say abcdefghijk) and password and click Submit button

an error message “Login not greater than 10 characters” must be displayed

 

design

 

high

 

enter login name less than 10 chars (say abcdef) and password and click Submit button

Login success full or an error message “Invalid Login or Password” must be displayed

 

design

 

high

 



Posted By: manojsekhar
Date Posted: 02Feb2008 at 4:31am
Hello divya , i,m a beginner in s/w testing i verified your unittest cases if any new test case examples are in your hand then please send to this forum


Posted By: thangavelshanmu
Date Posted: 19May2008 at 6:07am
its nice to read


 ks thangavel




Print Page | Close Window