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 |
Write all combinations of test cases for calculater on -symbel
If tester report a bug & developer is saying this is not a bug. What sud tester do in this situation??
Plz any one explain with example for a high priority with low severity and low priority with high severity bug
i want to take the questions of software testing of QA infotech company
What are the key challenges of testing?
What actually testers do in Smoke Testing?
What is Web based testing? How do we test web application manually in real time? Is there any procedure to do this testing? real timers plz reply me...
2 Answers ABC, Arsin Systems, Wipro,
What particiption a manual tester can do in documentation? Are there any tools available for only documentation?
what is mean by impact analysis ,how we used to select regression TC using this?
the typical Application Test Lifecycle?
what is the entry and exit criteria for system testing in v model
What are the Important test scenarios which can be used for testing a web site?