Use Case Testing
What is Use Case Testing?
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 Oct 30, 2012, 2:42 AM
Use Case The specification of tests that are conducted from the end-user perspective. Use cases tend to focus on operating software as an end-user would conduct their day-to-day activities.
Please refer the below links
http://www.guru99.com/software-testing-techniques-3.html
http://tynerblain.com/blog/2007/04/12/use-case-vs-test-case/
Thanks
Jignesh TrivediPosted Oct 29, 2012, 11:46 PM
Use cases is information about how user interacts with a software system to achieve a goal. it will also describe multiple paths that the user can follow within the use case.
it is different from Test Cases..
Please check following Link.
http://tynerblain.com/blog/2007/04/12/use-case-vs-test-case/
hope this will help you.