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 is 'v'model?
Define Stress, Load, Volume Testing?
We believe in ad-hoc software processes for projects. Do you agree with this? Please explain your answer.
What is a testbed in manual testing?
Give an example of low severity and high priority bug?
what exactly is heuristic checklist approach for unit testing?
any one please send me any test case examples with tabular columns in manual testing
What all types of testing you will do for banking website?
cAN ANY ONE PLEASE EXPLAIN THESE TERMS AND THEIR RELATION : BALCKBOX TESTING, FUNCTIONAL TESTING, FUNCTIONALITY TESTING, SYSTEM TESTING....... AND TEST METHODOLOGIES, TESTING TECCHNOLOGIES, TESTING TYPE.....
How will you test language converter e.g. (English to Spanish) without Automation tool? OR What are the test cases or scenarios for language converter? Conditions: 1. without Automation tool, 2. You know only English language. 3. Make sure the tests should produce 80-90% pass result.
what r u r responsibilities in current project
if my documaents (SRS &FRS) having earros(does not meets) the requirements in that sitchuvation,which document i should take to write the testcases?(othere wise which steps i should take?(Usha)