what is the difference between testcase and test scenario?
Please give one example.

Answers were Sorted based on User's Feedback



what is the difference between testcase and test scenario? Please give one example...

Answer / veda

Example for a TestScenario:

Check for a Textbox whether the user can able to numeric
value or not.

Ex for Test cases;

From the above scenario, we can write the following
testcases:

1. Check for a +ve number.
2. Check for a -ve Number in the text box.
3. Check for a alphanumeric/special characters in the
textbox.
4. Check for a "zero" in the text box.

Is This Answer Correct ?    3 Yes 0 No

what is the difference between testcase and test scenario? Please give one example...

Answer / murali reddy

Test Case:A test case is a document that describes an
input, action, or event and an expected response, to
determine if a feature of an application is working
correctly.


Test Scenario:what r the main functionalities u r going to
test.

Simply we can say test case is "how to test"
and test scenario is "what to test".

Is This Answer Correct ?    4 Yes 2 No

what is the difference between testcase and test scenario? Please give one example...

Answer / k.chandra sekhar

a) Test scenarios nothing but describes a situation to
prepare a test case to test a specific functionality.
b) In other words test scenarios are thread of
operations.
c) Test case is a description of what is to be tested.
d) Test case is nothing but formal steps and
instruction
e) Test case is mainly describes a feature of an
application is working correctly or not?
f) Test case is nothing but set of inputs and outputs.

My name is k.chandra sekhar
My phone no is 09246540049
I am in hyderabad
My mail id is ndra_143@yahoo.co.in

Is This Answer Correct ?    2 Yes 0 No

what is the difference between testcase and test scenario? Please give one example...

Answer / kumaraswamynaidu

a) Test scenarios nothing but describes a situation to
prepare a test case to test a specific functionality.
b) In other words test scenarios are thread of
operations.
c) Test case is a description of what is to be tested.
d) Test case is nothing but formal steps and
instruction
e) Test case is mainly describes a feature of an
application is working correctly or not?
f) Test case is nothing but set of inputs and outputs.

Is This Answer Correct ?    1 Yes 0 No

what is the difference between testcase and test scenario? Please give one example...

Answer / srikanth

Testcase is an action,input or event and expected result
Test scenario is an way of pasibulitys


Simply i can say one thing test case is a how to test
test scenario is what to test

Is This Answer Correct ?    1 Yes 0 No

what is the difference between testcase and test scenario? Please give one example...

Answer / sakthivel

Test Scenario:

What you are going to test your application/System. It
means what are things you are going to test like Look &
Feel, Functionality, Security and Performance. It has
description, Priority and status (BVT / BAT)

Test Case:

How you are going to test your application/system. It is a
procedural way to test a application and it contains the
steps, inputs, expected results, actual results and status.

Is This Answer Correct ?    1 Yes 0 No

what is the difference between testcase and test scenario? Please give one example...

Answer / harsha

Test Scenario: Test Scenario is briefly explains about the
route of the testing.
Eg: Getting money from the Bank. It will tell only a
scenario to get money from the bank.

Test Case: Test case is doc that describes input,action &
expected responce do define whether the required feature is
working properly or not.

test case will cover all the possible routes
Eg: Getting money from the Bank.
We can do it by many ways a) From ATM
b) From Bank directly by Cash
c) From Interenet Banking
d) By Cheque etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

1.What is the different b/w error,defect,Bug?

4 Answers  


how to prepare Test Environment for an application ?

1 Answers  


Does a manual test engineer indulge with SQL commands to test database.

2 Answers  


what is meant by acid testing

2 Answers  


Hi, This is vkram.I had completed my B.E in May 2005 & currently i am undergoing Testing Course. I want to join as a Fresher in any MNC. What should I tell why u r coming to testing field & what u did this 2 years?

0 Answers   iQuest,






Can anybody tell me by refering which documenet a tester writes test scenerios? And what is the need of test scenerios an how a tester determine the coverage of test sernerio?

2 Answers  


Any body can tell what are the contents RTM(Requirements Tracebility Matrix)

2 Answers  


Based on what doccuments do you start scripting?/ Testing?

3 Answers   MTN, MTN Nigeria,


How to Trace a Defect?

10 Answers   TCS,


What is the difference between sanity and smoke test? Please explain with an example.

6 Answers  


What types of code coverage do you know?

1 Answers   3i Infotech,


in your organization in what way(phases) s/w is developed and in what way testing will be conducted?

4 Answers  


Categories