Can any one explain the difference between test scenario and
test case.
Answer Posted / abdul sameer
Test scenario just gives an outlook of particular action to be performed where as test cases described in details how that action need to be performed. For example
Test Scenario:-Bank account transaction
Test case name for above test scenario are
1. Transfer of account with minimum balance
2. Transfer of account with maximum balance
3. Transfer of account with any balance
4. Transfer of account with exceed limit transfer
5. Transfer of account in terms of decimals.
6. Transfer of account to invalid account number
7. Transfer of account to valid account number.
So for one scenario there can be n no. of test cases and each test cases will described how to perform such action like per supppose for 1. test case of transfer of account with minimum balance
step 1: Login to Bank url
step 2: Enter valid username
step 3: Enter valid password
step 4: Enter transfer screen
step 5. Enter valid account number to transfer
step 6. Enter the min amount to transfer in text field
step 7. Enter details of account number to whom we are transfering
step 8: click transfer
step 9 : confirm by clicking ok
Step 10: logout of the Bank url successfully
SO for each test cases there might be such small steps to be performed .
This is test cases and if we write all test cases in above steps for each and every test cases then we can say that we have done one scenario.
Obviously test scenario is like parent and test cases are like childrens of that parents.
Hope this will answer your question
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
can u write some high level scenarios on ms outlook express
In which all places, testing is done?One is from the server by calling server name.Can u suggest others?
Hello, I want to know how to write a regression test plan? Can someone please send me the format/template? Thanks in advance
I need your help, actually am facing lots of problem in interview am not able to answer in right way what ever questions asked about project. Could you please answer few questions? You must have seen the project I have mention as current project so please help on this, tell me how to explain project in details am prepare on HR module but don’t know how to explain it properly. If you can send me few documents like SRS, and few test case that will help me to get the clear picture, and want ask u what is tier1, tier2, and tier3 in project.
iwant know IEEE formate ,how it is used and exactly where it is used? i have details it follows test plan, testcases...etc. i want real time explanation. pls any one give?
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?
Can anybody help i put the pharma and bank project in my resume, but i dont know what to tell about them, any body tell the where can i get the information about them,what i need to tell about these applications,please help me
How did you do unit testing in your project?
Define Stability, Scalability and reliability with example ?
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?
What is desk checking and control flow analysis
What is defect cascading in software testing?
where do we work with Application, web and Database servers Means which type of applications.
What are the cases why parameterization is necessary when load testing the Web server and the database server?