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

Explain the agile testing?

1 Answers  


Tell me how to write a test case to test a search (general search engine ) function that is present on almost all sites.

2 Answers  


write a test case for a pen and paper regarding writing.

11 Answers   HCL, Wipro,


write the testcases for a triangle ABC. given length of 3 sides of a possible triangle, check whether 3 sides do indeed form a triangle or not if they do then state whether the triangle is scalene, isoceles or equilateral. Note that the sum of any two sides of a triangle should be greater than third side. A+B>C B+C>A A+C>B. need urgently. thank u... by priya

6 Answers   Barclays, Stag Computers,


write test cases for hospitality management system

0 Answers   Infosys,






Can any one please help me with this? I have application, for this no KT session or FS are provided, So now i have taken bottom-top approach, by writing the system testcase using the application. But my TL told me to write regression testcase. What i understood about regression testcase is that-For one scenrio or testcase multiple data, So testing the same scanario with different multiple data. Is this right or Wrong?

2 Answers   ABC,


Tell me about your Roll and your Team Lead's Role

4 Answers  


can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

0 Answers   HP, QSpiders,


i want to write the test cases for sorting the records in a table according to date wise.this is the functionality ,that is the latest record should come on the top can any one tell me the test cases for this thanks in advance:)

1 Answers   Cognizant,


What could be test cases for windows calculator using risk based testing

1 Answers  


WHAT IS THE MEANING OF RISK BASED TESTING WITH EXAMPLE pls this is urgent Thanks in advance

5 Answers   3M,


Why does the boundary value analysis provide good test cases?

0 Answers  


Categories