what is the difference between test case and test scenario

Answers were Sorted based on User's Feedback



what is the difference between test case and test scenario..

Answer / mustafa_7_8_6

Hi!
Difference between Test Case & Test Scenario


Test Case : Is a document which describes the input,
Action/Event and expected response to determine whether the
particular functionality of the application is working fine.
It is a commonly used term for a specific test. This is
usually the smallest unit of testing. A Test Case will
consist of information such as requirements testing, test
steps, verification steps, prerequisites, outputs, test
environment, etc. A set of inputs, execution preconditions,
and expected outcomes developed for a particular objective,
such as to exercise a particular program path or to verify
compliance with a specific requirement.

Test Scenario : A set of test cases that ensure that the
business process flows are tested from end to end. They may
be independent tests or a series of tests that follow each
other, each dependent on the output of the previous one.
Definition of a set of test cases or test scripts and the
sequence in which they are to be executed.

Is This Answer Correct ?    5 Yes 1 No

what is the difference between test case and test scenario..

Answer / kiran

Test Case: A specification that describes the goals of a
test, the results that the test might produce, the
circumstances in which it will be run, and how it should be
implemented.

Test Scenario: Definition of a set of test cases or test
scripts and the sequence in which they are to be executed.

Is This Answer Correct ?    3 Yes 0 No

what is the difference between test case and test scenario..

Answer / sravan

test case is a document which contain
test case name
prepared by
reviewed by
approved by
data of created
date of approval
date of reviewed
test design steps, test data, expected pass/fail, comments

identifying testable item is a test scenario

Is This Answer Correct ?    2 Yes 0 No

what is the difference between test case and test scenario..

Answer / pencildot

test case: to test the functionality of a particular
object. eg : for login
data: user name and password
test scenario : to test the functionality of a group of
objects to get the result. eg: for login
1.login successful
2.login failed
so these two test cases together contribute a scenario for
login.

Is This Answer Correct ?    2 Yes 1 No

what is the difference between test case and test scenario..

Answer / anuradha

test scenario is process which insist the tester to think
beyond limits , think about the complex area of the
application . There are lot of types of test scenario like
usecase senario . Let us take one example for login mail
account , check amil , give reply to some mails and
logoff , we have to write scenario on this then we will
write like this way user A went to office ,He login to his
his mail account , then he checks mail and gives reply to
some mails then user A logoff . It is little bit story
type .

The tase cases consists of steps / action to be performed ,
expected result and actual result , severity and priority .

Is This Answer Correct ?    1 Yes 1 No

what is the difference between test case and test scenario..

Answer / preethi

In general Test Scenario is one of the condition derived
from Client requirements where as Test case will gives the
detail of Test scenario completely.

Reagards
Preethi.G

Is This Answer Correct ?    0 Yes 0 No

what is the difference between test case and test scenario..

Answer / kashyap srinivas

Test Scenario determines the functionalities to be tested in an application. For example If u wanna test the Login functionality of a web application, the test scenario for that functionality will be "To test the login functionality."

Test Case contains the detailed info of what has to be tested, How to test, Procedure to be followed to test, Test data required and the result that is expected.

Is This Answer Correct ?    0 Yes 0 No

what is the difference between test case and test scenario..

Answer / jigneshk

test case means a set of condition in which we have to
validation our system as per condition so in test case there
is pass,fail or many status is included

test scenario means just we have to pass through different
step which is display the scenario that in which step we
have to test application

in simple test case:how to test
test scenario:What to test

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

How Sevierty and Priority are related to each other?

8 Answers  


when to start and stop testing?

2 Answers  


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

1 Answers  


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

1 Answers   HP,


If we report a bug to the test lead. What is the responsibility of the Test Lead? Why we report a bug to the test lead???

3 Answers  






Can you explain confirmation testing?

0 Answers  


Once automated, what are the types of functionality provides the highest Return On Investment (ROI) to the company?

1 Answers   ASD Lab,


when errors occurs in ur script wat will u do

11 Answers   IBM, Synergy,


how many types of functions in qtp

1 Answers  


what is crud testing ?

4 Answers   HP, Intel,


What is TRR ?

3 Answers   Covansys,


can anybody tell me what is the difference between bata and alfha testing?? and sanitary testing??qtp testing

3 Answers   Infosys,


Categories