Test case and Test scenerio
I am confused between the differences of test case and test scenario? Could anyone please help me out of this?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Feb 2, 2012, 12:23 AM
Test case is a condition which is executed for expected output with predefined set of steps with known inputs. Generally a test case have
1) Precondition
2) Steps to execute
3) Input data
4) Expected output
5) Status (Pass/Fail)
Test Scenario is set of test cases. What it means, If you have to withdraw money from an ATM machine, then it is a scenario. But to withdraw money, you need to execute many test cases, needs to provide many inputs and you get many outputs and finally your money with receipt of transaction.
Thanks