what is the difference between test case and test scenerio.explain it with example?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / abhishek
Testcase:-In test case we have inpute values & it is in detail documents that can understand by any to execute the test case....
Test senerio:- it is high level documents , here only we can see navigation steps ...
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / rohit gowda
Test case: It is a document, step by step procedure to test feature of an product/application.
What to be test in the application
Test Scenario means what to we need to do in the product
Ex: ATM machine
validation of ATM machine (test Scenario)
Validation of ATM machine with money (Functional Test case)
Validation of ATM machine without money (Functional Test case)
| Is This Answer Correct ? | 0 Yes | 1 No |
can anyone give me a good example for creating Bug report with all its mandatory field
Difference between the HotFix,ShowStopper and critical bug?
what is meant by system test case
2. What resources do you use to learn about Web accessibility?
Risk Analysis a) 2 step, b)3 step, c) 4 step, d) 6 step
0 Answers CashEdge, Cognizant,
What is the testing that a tester performs at the end of unit testing?
when there is a new enchancement done by the developers what will do as a tester ?
which module ur following in ur company?
WHAT IS THE DIFFERENCE BETWEEN A FUNCTION & ACTIONS IN QTP? WHAT IS THE DIFFERENCE BETWEEN A FUNCTION & PROCEDURE IN QTP? DIFF BETWEEN ACTION AND REUSABLE ACTION?
What is Defect Seeding?
Why do you go for White box testing, when Black box testing is available?
Explain?V?model?