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 |
What type of questions will be asking for 2 years experience candidate in manual testing?
what is basis for testcase review?
How to overcome pesticide paradox?
what is integration testing and end to end testing?
Can you explain Co-habiting software?
what is difference between win 98 and win 2000 poertating system?which is better one?
How can u know IP Address of a computer?
What is Test data ?Whrere we are using this in testing process? what are the importance of this data?
3 Answers Apps Lab, Illusion Technologies,
Hi guys can u please tell that how to write the test case for checking the number of emails in inbox of gmail.
i have worked in 11 month duration project. interviewed person asked me for wat purpose you worked in that project and wat you worked. you worked for a long time in one project. its loss for the company you worked.
What is Data Flow Testing?
In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?