difference between scenario and testcases?

Answers were Sorted based on User's Feedback



difference between scenario and testcases?..

Answer / babu.s

scenario:
scenario, the functionality or flow of the application
requirement.
testcases:
using scenario we are writing test cases.


Test Scenario represents a series of actions that are
associated together. (From initiation to completion)
Test Case represents a signle (low level) action by the user.


Test case:
It specifies the functionality of a single unit.
Test scenario:
It specifies the functionality of sequence.

Is This Answer Correct ?    8 Yes 0 No

difference between scenario and testcases?..

Answer / shailaja

testsenario specifies what we need to test.
testcase specifies functionality of an application.
it specifies how to perform a specific task in an
effective,efficient and optimized way.

Is This Answer Correct ?    5 Yes 0 No

difference between scenario and testcases?..

Answer / kapil

Test case:
Represent the functionality of a single unit.
Test scenario:
It represent the sequence of test.

Is This Answer Correct ?    0 Yes 0 No

difference between scenario and testcases?..

Answer / subhash

Test Case:- Test case is a document that describe the input,
action or event and expected result of the testing activity.

Scenario:- Scenario defines the event that occur during the
testing session.

Please mail me if you have any doubt or you need more brief
description regarding test case and scenario.

my mail address: gupta.subhash16@gmail.com

Is This Answer Correct ?    0 Yes 0 No

difference between scenario and testcases?..

Answer / mudaseer

scenario means ways to test an application
for example atm

scenarios are insert a valid card,invalid card and a card which
is blocked


test cases is a document that contains all the steps and fields like action input expected result actual result status

comments and many more fields

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Test Cases Interview Questions

difference between scenario and testcases?

5 Answers   CarrizalSoft Technologies, Satyam,


plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...

0 Answers  


What is a test case?

7 Answers  


For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2

1 Answers   ISTQB,


How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character

0 Answers  






how test cases can be made for a software

3 Answers  


How about do we go as far as writing test cases is considered?

1 Answers  


wat is mutation testing ?

2 Answers  


what is run time object

4 Answers   Infinite Computer Solutions,


Write the functional test case for opening a user email account on any website(like yahoo rediff,gmail)

1 Answers   Cognizant,


test cases for traffic signals in a four raod junction.

5 Answers   iGate,


Elaborate test plan and content availability in test plan.

0 Answers  


Categories