View Single Post
Old 29-08-08, 03:52 PM   #2 (permalink)
hightech
Member
 
Join Date: Jul 2008
Age: 33
Posts: 57
Thanks: 0
Thanked 9 Times in 7 Posts
Rep Power: 3 hightech will become famous soon enough hightech will become famous soon enough
Re: What is the difference between Test cases and Test scenarios?

Test Case: Test case consist of set of input
values,execution precondition,excepted Results and executed
post condition,developed to cover certain test Condition

Test Scenario:Test scenario is nothing but test procedure.
Now another quest raises what is Test procedure?

the test procedure specifies sequences of action for the
executin of a test.

if u see a test case u will find a Test Scenario and this
test Scenario would hv broken down in to one or more test
procedures.

ex: in login page
Test Scenario -> Test for passwordField
Test Procedur_> shd more tha 7
shd not be same a login name
if <7 letter pop up msg
shd be combination no's and char

hope now u able image something.
hightech is offline Offline   Reply With Quote
The Following 2 Users Say Thank You to hightech For This Useful Post:
ajit001 (27-03-09), suresh_edk (01-09-08)