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 |
how can write testcase for admin role? can u tel me detail
How you will write test cases on DROP DOWN list BOX on GUI
What are semi-random test cases?
Describe to me the Software Development Life Cycle as you would define it.
write a testcase for electronic door?
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
how we write a jwebunit test case for check whether the ip address correct or not.
test cases for restaurant billing system????????
how to write system test cases for a pen
what are the test case scenario for epos/pos testing,and how to initiate the process
Write all Possible (+ve and -ve) Test Cases for a Date Object (DD/MM/YYYY) which is entered manually?
I need GUI test case for home page?