Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on What do you mean by Use Cases? within the Testing Issues forums, part of the Software Testing category; Can anyone explain what exactly does "Use Cases" mean ? & How is it different from "Test Cases"...
|
|||||||
|
|||
|
Re: What do you mean by Use Cases?
Hi,
A Use Case is a technique for capturing functional requirements of system whereas the test case is the various testing procedures document which is tested which determines the requirement is satisfied or not. A use case defines the interactions between users who interacts with the system and the system under consideration. A complete set of use cases specifies all the different ways to use the system, and therefore defines all behavior required of the system, bounding the scope of the system A test case is a detailed procedure or a set of conditions under which a tester will determine if a requirement upon an application is satisfied or not. *** Mangai Varma *** |
| The Following User Says Thank You to Innila For This Useful Post: | ||
|
|||
|
Re: What do you mean by Use Cases?
Testing is a process to identify all defects existing in a software product.(though not necessary it will catch all defects).
In order to test a program, i.e to see whether it functions properly, test cases are created ! Def : test case is a triplet[ I, S, O] I : data input to system S :state of system O: expected output of system. When a programmer creates a prog, then there are chances that his prog doesnot work as expected.So its upto tester that he tests the program with various test cases.There are ways to design test cases! Use cases: represent the different ways in which a system can be used by users! A simple way to find the use cases of a system is to ask question: "what the users can do using the system"? hope you are getting me! bye
__________________
:) NEVER SAY DIE. |
|
|||
|
Use cases describe the system from the user's point of view.
A Use Case is a technique for capturing functional requirements of system. Use cases focus on the users of the system, not the system itself, thus the real system needs are brought to light early on. Since a use case consists mainly of narrative text, it is easily understandable by all stakeholders, including customers, users and executives, not just developers and testers. Each use case describes one way the system is used, but one of the big benefits of use case modeling is that it also describes all of the things that might go wrong. Identifying exceptions to a successful scenario early in the project saves a lot of time by finding subtle requirements. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Test cases Strategy | rose | Test Cases | 7 | 12-30-2008 11:25 AM |
| test cases for Radio | neetisharma | Test Cases | 4 | 04-18-2007 06:57 AM |
| Microsoft CRM : Escalate ignored cases | Jim.Anderson | Microsoft CRM | 0 | 09-27-2006 07:39 AM |