what is the use case and what is the test case?
Answers were Sorted based on User's Feedback
Answer / madhu
Use case is the document which contains Actor Actions and
System responses.
test case is the document which describes what to test n how
to test a functionality in a detailed manner(step by step
representation).
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / ram
Use case is a pictorial representation of a requirement (s)
Here the requirement is in the form of symbols / pictures which has got some specific meanings and standards.
Here we refer UML , and can be done by using tools eg. Rational rose.
Test case is a document, which is prepared by referring SRS/FS
in which it covers all the possible scenarios.
And by looking at the test case we do test case execution (testing).
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / nitin sharma
Use case is the document where client requirements are
listed with priority and Test case are the documents which
we prepared with the help of use case to check the
functionality so that all expected scenarios should be cover.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / anu
use case contains entire flow of the application.we are writing the test cases from this use cases by identifying scenarios.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sathishkumar.k
Use cases document : it consist of pre-condition and post condition and steps involved and actors and trigger or conditions.
Test case document: it describes about the expected result,actual result status,action condition these kinds of information provided in the test test document.
| Is This Answer Correct ? | 0 Yes | 0 No |
A use case is not a single scenario but rather a 'class'
that specifies a set of related usage scenarios, each of
which captures a specific course of interactions that take
place between one or more actors and the system.
A use case is thus a general way of using some part of the
functionality of a system.
Use cases can help manage the complexity of large projects
by decomposing the problem into major functions (i.e., use
cases) and by specifying applications from the user’s
perspective.
Test case describes a condition that is to be executed to
test a particular feature/functionality of the application
and check it whether it is as per the expected results or not.
| Is This Answer Correct ? | 1 Yes | 2 No |
in sdlc process what is the rool of PM,TL,DEVELOPER,tester in each and every phase? pelese explain me in detail?
How to do Manual/Functional/Load/Web tests for the web services developed using WCF technology?
1.What is the difference between HTML and XML? 2.What is Registry? What is the necessity of IP Address? 3.Test Cases on Coffee Machine? Before shifting machine to the client which test we can be perform?
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
what is validation and verification of a bug?
Hi Guys, I have Cleared with 5 rounds with one company, i also faced an interview for client round, Can any body tel , aftr client round ,wil any body reject a candidate? Hello, y no response for my question.
What are the various Guidelines follow while Weighting Test Cases
could u plz send any BRD OR FRS OR CRS DOCUMENTS TO ME? i dont want templates. plz if u have any one , plz forward to mail id brahma412@yahoo.co.in
What exactly you do as a Configuration controller?
how to write test cases for testing databases,especially for testing and writing test cases for stored procedures.any real time database testers.please answer me.
how to create automation frame work ?
What is Equivalance Class?