Difference between Test Case & Use Case?

Answers were Sorted based on User's Feedback



Difference between Test Case & Use Case?..

Answer / sowmya

A Test case is individual valisation of a particular action
with inputs and clear cut expectation.test cases are
prepared from SRS.

Use case define how the application will be used by the end
user. The usecases are prepared from URS

Is This Answer Correct ?    38 Yes 7 No

Difference between Test Case & Use Case?..

Answer / mfsi_chinmayb`

USE CASE:
Use case describes the specific action done by the user
(actor) upon the system to achieve certain predefined task.
Use case is done in terms of the actor.
It deals with the steps followed by the user to acomplish
the task.It has no matter with the input data.
Use case can solve the integration defects between different
component while used by the actor.
Use case designed from URS.

TEST CASE:
Test case is the combination of the Test conditions and Test
data.It simply visualize the a particular task with a set of
input data and expected output and certain test conditions.
Test case is designed from SRS

Thanks

Is This Answer Correct ?    7 Yes 1 No

Difference between Test Case & Use Case?..

Answer / jyoti i

In general test engineer prepares the test cases from the
use cases in SRS & every use case describes the
functionality in terms of input, output and process.
Test Engineer writes the test case from the use case
to validate the functionality. Use case consist functional
specification (FS).





Regards,

Jyoti

Software Test Engineer,

JAMS Technologies PVT.LTD.

Is This Answer Correct ?    8 Yes 7 No

Difference between Test Case & Use Case?..

Answer / mercy

Use cases are means of capturing functional specifications.
Use case diagrams explains you how the business flow is. To
be more specific it explains you the interaction between
the actor and the system.

Use cases may begina as brief business use cases, evolve
into more detailed system use cases, and then eventually
develop into highly detailed and exhaustive test cases.

Is This Answer Correct ?    5 Yes 10 No

Difference between Test Case & Use Case?..

Answer / nilesh

A highlevel scenario where you specify the functionality of
the application from a business perspective.

Whereas a testcase is:

The implementation of the highlevel scenario(usecase)
wherein one gives detailed and step-by-step account of
procedures to test a particular functionality of the
application. Things get lot technical here.

Is This Answer Correct ?    4 Yes 12 No

Difference between Test Case & Use Case?..

Answer / sm

Test case is derived from the test case.we can get the use
case details from the srs document where as we will do the
test design test case with generated use case information

Is This Answer Correct ?    1 Yes 20 No

Post New Answer

More Manual Testing Interview Questions

How will you track defects? Or Bug life cycle?

0 Answers  


Please Anybody tell me,Who is going to do Smoke and Sanity Testing i.e. Developer or tester ? S.Pokharkar Watershed Infotech,Pune

16 Answers   TCS,


in web application , what are the common "browser compatabality issues " that you have across.?

1 Answers   HP,


Can anybody define 2-tier architecture,and 3 tier architecture.

1 Answers  


what is bugzilla? and how it is used?

2 Answers  






4) Adhoc Testing is performed with A)A formal test plan but with out a formal testcase cool.gifA formal test case but without a test plan C) Both A and B D) None of the options

5 Answers   Mind Tree,


What is webbased application testing?

2 Answers  


Password is having 6 digit alphanumeric then what are the possible input conditions?

0 Answers  


Can any one explain about state based and graph based testing? and the difference between them? Very urgent.......... Please...... Thanks in Advance......... regards, Murthy.M

1 Answers   Oracle,


What is Test Case?

12 Answers   Tesco,


1. What is the difference betwwen Test condition and Test Scenario 2. What is the differnce between Test Conditon and Test Scenario

1 Answers   Ness Technologies, Saitech Data Systems,


I have one doubt in regression testing, Example if we have five modules such as 1,2,3,4,5. If we made change in 3 module only and also 3 module will interact with only 1 and 5 module. For this case we will conduct testing in all module (or) only 1 and 5 module?? Answer soon firends

6 Answers  


Categories