What is the different between Test Case and Use Case
Answers were Sorted based on User's Feedback
Answer / sudhakar reddy
use case:it is a document that contains the discription
about how to use the application.these are also known as
functional specification
test case:it contains a sequece of steps in the form of
action,expected result and actuat result.that describes how
to test a particular functionality
| Is This Answer Correct ? | 29 Yes | 2 No |
Answer / n@n!
test case: test case means what to test, wat data to be
given, wat actions to be taken for getting actual result
againest expected result is called test case.
use case: sequence of operrations performed on the system
is called use case.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / john
Use case: Its derived from spec or functional spec, where
it give the data, on how to use the application
Test case: It is derived from use case. where we will
provide the sequence of steps to execute/perform the action
on the application
Note: one use case may be derived into 2 more test cases..
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / reena
Use case:- It is a document which represents business logic
or business requirements. It contains business logic,caurse
of action, alternative caurse of action, actors involved
and error condition.It is a high level document.
Test case:- It is a document using which testing takes
place.It contains condition/steps,inputs,expected
output,actual output,remark.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / supreetha
Use Case: Its a picturial representaion of an requirement.
Test case: its a set of input paramaters, for which
software will be tested.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / manasa
test case is the step by step process of how to test the
application with expected and actual results.
A use case describes user actions and the system response
for the particular action
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dhiraj
use case - use case is discription about the application
how to work
test case -it is a sequvense of step in the form of action
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / mahesh
use case tells how to use the functionality
test case tells hoe to test the funtionality
both are documents ony
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / raushan singh
use case: sequence of operations performed on the system
is called use case.how to use the application.these are also
known as functional specification
test case: test case means what to test, Wat data to be
given, Wat actions to be taken for getting actual result
against expected result is called test case.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / rajasekhar reddy
testcase:is nothing but set of human ideas
usecase:it describes the functionality of certain features of an application in terms of actions,actors and responses
raja
| Is This Answer Correct ? | 0 Yes | 6 No |
How does the Priority matters. Will it affect only the Business impact or Functional impact as well?
what does a test plan contains and is a tester allowed to see the entire test plan or only the scheduling part of the test plan
What is the difference between the company site and the yahoo site?
What is the difference between functional test cases and business test cases?
Explain scrum process
what is agile testing when to perform this? have you performed agile testing anytime?please let me know more about this
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
What are the types of testings that can be performed on a login window.
what is unit testing? It comes under white box or Black Box testing?
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
What is deferred?
what is meant by test stretagy?