For Programmers: Free Programming Magazines  


Home > Archive > Software Testing > January 2006 > RE: Test Scenario VS Case









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author RE: Test Scenario VS Case
ashok

2006-01-22, 10:02 pm


Test Case:

A set of test data and test programs (test scripts) and their expected
results. A test case validates one or more system requirements and
generates a pass or fail.

It would have the following elements

1. Pre-Conditions
2. Steps to execute
3. Expected behavior
4. Pass/Fail criteria

Test Scenario:

A Test Scenario is a bussiness requirement to be tested. A set of test
cases that ensure that the business process flows are tested from end to
end. They may be independent tests or a series of tests that follow each
other, each dependent on the output of the previous one
A test scenario can have more than one test case


In a nutshell, a test scenario can be a superset of a test case


------------------------------------------------------------------------
IT Interview Questions : [url]http://www.ginterview.com[/url] IT Tutorials and Articles : [url]http://www.garticles.com[/url] Oracle and Oracle Apps Training : http://www.exforsys.com
Saurav Biswal

2006-01-25, 7:27 pm

A Test Scenario can be derived from BRS/SRS/Use case document where
functionality of the application is described in a broader sense.

A set of Test cases can be derived from a Test Scenario.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com