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

sir actually how we connect the Ajax engine to the normal web chat application how. And how Ajax engine works??

0 Answers  


What is Reproducible Defect? and When we will rise that defect as Reproducible Defect?

2 Answers   MNC,


What is Exit Criteria and what should be covered in it?

2 Answers   Power Designs, Zensar,


Write a TestCases for Coffee Vending machine ?

1 Answers   HCL,


I attended ADOBE,bangalore interview in aug 2009.first round written test they ask questions 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line. Some objective question were there but they were easy. 1st LEVEL WRITTEN TEST FOR QA: 1. 15 min Logical Ability test: Simple syllogism based questions, sequence related questions, etc 2. 30 min Quantitative Aptitude test: Simple Arithmetic, angles, geometry, profit/loss, number system There will be 15 questions for match the column Mark A if column A is GREATER than column B Mark B if column A is LESS than column B Mark C if column A is = column B Mark D if DATA IS INSUFFICIENT There are very simple typical baron based There would be 3 questions on triangles all three were from RS Aggarwal. 17. there was one set of questions on the DI question on 20 -25 were on this graph It was about the total mass of human body is 70,000 gms Muscles 30000 Bones 10000 Blood 5000 Liver There were two pie charts Which tell the percentage of water in the food. And the second one tells the which parts ,,something like that Question 1. what percentage of total mass does liver has Ans 2.4% What is the ratio of bones to total mass All the questions are simple .. 3. 45 min Testing concept test: 20 objective multiple choice qustions like binary form of numbers, virtual memory, lossy compression, while loop, if-then-else, error codes. 1. Winzip is a a. lossy compression b. lossless Compression c.text d image 2. output of 11000100 minus 2 3. Memory leakage is because of a.variable not decraled b. variable not free.. like this 4 options were given 4. Virtual memory concept is related to a. memory leagkage {mospagebreak} 5.Reggretion testing is defined as a. testing the whole application b.testing the different modules in the application 6. If the time is very limited for the testing then what would u test in the application. a. run all the tests b.look for the most used featues in the application c.go to the test plan and run the test based on the priority I would suggest to go thru all the definition like what is regretion testing .what is unit smoke.etc. 1 Test Case Writing questions: 10 test cases for entering 3 values representing sides of a triangle and the program giving output as scalene, isosceles or eqilauteral (10 Marks) 1 Output of a calculator and finding the error in the output, write the defect log for the bug (5 Marks) 1 Ques on weather Dev should do the testing or not. Give 3 reason on favour and 2 against it. (5 Marks) 1 Question diff between priority of a bug and severity of a bug. Give example of one case where priority is high but severity is low and one case where severity is high bur priority is low. 1 Question on a program that calculates P=R/I where R, I are integer inputs and P a floating point output. Write 10 test cases for this - 5 Marks. 2nd round: 1.write a testcase for login page,mobile phone. 2.write a program for fibonacci series. 3.puzzles (-%-+-+--=-%-+--) fill the dashes with nos from 1 to 9.left hand side only odd nos. right hand side only even nos. the nos should not repeat. 4.what is sanity testing,regression testing,explian about ur project etc.. 3re round: 1.explain about ur project.they will ask questions from projects like what is the web server used in ur project,what are all the clinents ur company will have?team size etc... 2. one puzzle. i attended upto this level only...still more rounds will be there....if u goto adobe interview be clear in testing concepts,basic programs and more puzzles.

0 Answers  






Black box Testing

5 Answers   Confidential,


Wat Is Configuration management and were we store all our testcases and Test data everything related to project for testing how we come to know abt the changes made in the modules and srs plz explain me the detail process for the abve if possible were to get the tutorial for all these cvs tool

3 Answers   Ness Technologies,


Give practical example for implementing V-Model

3 Answers  


How to do manual testing of a E-insurance project (end to end process)

0 Answers   abc.com, Xchanging,


why use caffine for HPLC calibration ?

0 Answers  


We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....Plz answer this question ASAP

5 Answers  


How to do test if we have minimal or no documentation about the product?

5 Answers  


Categories