what is the difference between test case and test scenerio.explain it with example?
Answer Posted / avinash
Test Scenario: The scenarios which represents high level functionality/feature of an application/product. Basically, it defines what need to be tested and what are the conditions that need be satisfied.
It just give the overview of the functionality and conditions
Test Cases: These are low level scenarios of any functionality/feature of an application/product. Technically, these are subset of "Test Scenarios" but with detail steps to test the target.
It gives the test data,test steps based on functionality and condition, it can be positive and negative cases to test the functionality thoroughly.
Example:
AIM: To test the appl/prod logic page
Conditions for user name: Only numeric characters min 6-8 long
Conditions for password: Alpha numeric min 6-8 long
Test Scenario:
Login page:
User name: Only numeric characters min 6-8 long
Password: Alpha numeric min 6-8 long
Test Case:
User name:
Positive: 123456/1234567/12345678
Negative: 12345/123456789/abcdef/!@#$%^&
Password:
Positive: ABCD56
Negative: ABCDEF/123456/AB!12345...
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do test documents in a project span across the software development lifecycle?
How does a coverage tool work?
I have 2 years of exp. in testing and looking for a change if any body knows, about any vacancy in testing then plz contact me on deepti_ac@yahoo.co.in
how to write defects in excel sheets when defects occured
How to integrate Bugzilla with QTP?
When first time we are testing the screen then we have to write that this screen should contains so & so columns [ suppose there r 10 columns on that screen]in the expected result
What is the difference between baseline and traceability matrix?
Anybody having documents and URLs about BFSI domain...Please share..it is really urgent
What is data flow diagram?
Katari your questions was really helpful could you please send the questions and answers with them . Can anyone sends the top 30-40 question and answers for the interview purposes
Information about Automated Software Installer
What is a top-down and bottom-up approach in testing?
What are the cases why parameterization is necessary when load testing the Web server and the database server?
What are the major components of Perf Test Report?
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?