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 |
Consider the following: Pick up and read the newspaper Look at what is on television If there is a program that you are interested in watching then switch the the television on and watch the program Otherwise Continue reading the newspaper If there is a crossword in the newspaper then try and complete the crossword A. SC = 1 and DC = 1 B. SC = 1 and DC = 2 C. SC = 1 and DC = 3 D. SC = 2 and DC = 2 E. SC = 2 and DC = 3
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
Please Tell me the Real Process of a Company. My company is very small & Developer explains me the feature and I prepare the test cases according to he explained .No one is there to review what I have written in the test cases.Test cases are ok but still I have the knowlege of real testing documents i.e which documents I have to prepare What is the flow starting from requirement gathering.Please tell me ,Thanks in advance .It will really helpful to me
How to write test case for the library system?
For how many days (or) weeks you will test a product or software?
Hi.........can any one tell me the basic format for writing test cases
write test cases for test cases...?
Test a file replication service that copies files from one net location to another
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
Define some of the attributes of a test case?
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu