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
which domain is of high demand for software testing, Right now i am working in Education domain .How about demand for Education domain and which companies are recruiting in education domain
What are differences in testing a client server and a web application?
What is test closure?
What is difference between Manual testing and Pega/BPM testing?
How do you go about testing a project?
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.
Explain unit testing, integration tests, system testing and acceptance testing?
What is a test server?
is it possible web application make it as executable file
Can you explain calibration?
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics
How to explain the Insurance project in the interview?
Hi Everybody could you please send me the ISTQB Material to my mail id karthik18487@gmail.com Thanking you in advance
hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,
Which was the most interesting bug you found.