difference between scenario and testcases?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
Test case for flight reservation system
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
Write a test cases on a facebook
10 Answers Accenture, CTS, General Electric, Intel, Inventures, Maveric, TCS,
What is Defect Seeding? What is Defect Density?
Do you write test plan and test case?
Please guide me for Add new user test cases
What is the domain testing?
are the test cases stored in database nowadays? pls tell me... then give clear details about test case preparation and test case execution
Difference between Automation testing and manual testing.
Hi.........can any one tell me the basic format for writing test cases
What we do when the Requirements are continuously changed?
Where can i find example or samples of testcases to improve my testcases documentation?