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 |
Where will you give the Reproduce option in Bug report?
whta is compile module?
how to write manual testcases for download the files from the template. for example:from product cost enddate
What does the tester do in automated testing?
What are the concepts of networking and database ,a software tester should know?
What are the different test levels
6 Answers IBM, Riphah International University,
tell me about low severity & high priority bug?
How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
can we directly write test cases in test directory.
how will we receive the build?is it through mail or not?
What types of testings can you use in a sequence to test ATM transaction??
1.Testing engineer find a new bugs But that function not avaiable in testcase. How do approach the develper to fixes bugs ?