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 |
There is project earlier it was developed in VB then they had replaced the project by java and there is no documentation available then how you are going to check that project. (Hint: - Parallel Testing).
if u have a application that is demo verson and u want to perches it if u have full version. Plz give me some test case for try to break the applicatin
how to make test case for anolog voice logger?
difference between scenario and testcases?
5 Answers CarrizalSoft Technologies, Satyam,
Tell me about your Roll and your Team Lead's Role
do we write separate test cases for each type of testing? for example for functional testing and integration testing,we write two seprate test case documents or just one?please explain.
if account balance less than 5000 for a month ,account should become in active. if bal greater than 5000 account should b active. Write test cases for the above scenario
can someone tell me the test cases for following scenario of password: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consists of 1 uppercase letter. 3. Password should consists of 1 numeric. 4. Password should consists of 1 special character.
What is mean by Equal Partitioning
Could you pls give me sites where i can test card? mail me to
could somebody plz tell me the test cases on online credit card payment?
write a test case for yahoo compose page?