ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
what is the difference between Test case and Test scenario?
is it necessary to prepare scenarios before writing test 
cases?explain in detail.
 Question Submitted By :: Priya
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 1
hi, priya. whenever buisness requirements comes from client
side or say client requirement comes the developers prepare
use cases based upon that requirement. if there is enough
time  the testers made a document called test scenarios
(that are made from that use cases which cover the paths)but
if testers dont have enough time then they directly start
preaoring test cases. But let me clear u that it is not
necessary to prepare test cases before test scenarios . Its
depend upon time that is required from  client side. hope u
got ur answer...
  do correct me if m wrong anywhere......
 
Is This Answer Correct ?    1 Yes 0 No
Khushbu Nemade
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 2
hi guys,i wanna make small modifications to the answer given
by Nemade.When ever tester gets requirements he will read
those and start writing scenarios first.Each scenario is the
method by which perticular feature in the application can be
tested.in this way tester will write different scenarios by
which that perticular feature in the application can be
tested.Now,by considering those scenarious tester will write
all possible testcases for each scenario.

So writing scenarious is mandatory before starting writing
test cases.
 
Is This Answer Correct ?    6 Yes 0 No
Jaypal Reddy
 
 
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 3
Test case : is a document that consists of 
the following 
:Testcase Id , testcase name , testcase desciption , 
prioroty ,reproducable,Steps ,description ,Expected ,Actual 
,result 
Test case nothing detailed desscription of the each and 
every step to validate the expected value 

Test Scenario 
test scenario is a format which gives the information or 
flow of application .i.e it is like story 
ex: 
sc1: login screen:login screen consists of username , 
password , 
sc2 :if username and password is correct login in to 
application 
sc3: if username and password does not match display a 
message 
by seeing testscenarios only we will write testcases
 
Is This Answer Correct ?    6 Yes 2 No
Divya Nandana.b
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 4
Before you write any testcase will first off all prepare 
the test secnario.
 
Is This Answer Correct ?    3 Yes 0 No
Brahma
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 5
Make it Simple.

Test Case are put in an Exceutable Order,this is called 
test procedure or test Scenario.

Group of test Scenario Docu Designed to Cover a test 
Condition will form a Test Case.(pls note this is not the 
definition for test case).

so test scenario and then Test case.
 
Is This Answer Correct ?    0 Yes 0 No
Prince
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 6
hi divya nice ans
 
Is This Answer Correct ?    0 Yes 2 No
Ravinder
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 7
hi prince ,
  

you mensioned that "Group of test Scenario Docu Designed to 
Cover a test Condition will form a Test Case.(pls note this 
is not the definition for test case)." are u sure this is 
correct.

I think it will be group of test cases which will make a 
test scenario.
 
Is This Answer Correct ?    2 Yes 1 No
Sreejith
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 8
Test scenario is nothing but it is a  group of related test 
cases .
 
Is This Answer Correct ?    1 Yes 0 No
Sijojoseph
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 9
hi sijo,

         Your are absolutly correct.
 
Is This Answer Correct ?    1 Yes 0 No
Reena Mathew
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 10
hi reema, 

         R u a TE.
 
Is This Answer Correct ?    0 Yes 0 No
Sam
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 11
Testcase is nothing but, process of data flow or 
combination of related work we can prepare test scenario. 
then let we know how to prepare different kind of negative 
test cases. 

if it is wrong, please give me proper example and meaning 
to this.
 
Is This Answer Correct ?    0 Yes 0 No
Karthik
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 12
Identifying the TestScenarios is mandatory, with out the 
Scenarios writing the testCases is confusion, So only few 
Organizations will directly write the testcases, without 
the Scenarios.
 
Is This Answer Correct ?    0 Yes 0 No
Vani
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 13
Test scearios is a high level test case..
Where as testcase describes step by step process how we 
validate application functionality
 
Is This Answer Correct ?    2 Yes 0 No
Kishore
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 14
Test Scenario is basically dervied from Highlevel design 
document, FRS and Storyboard,
and Test cases are written by refering Test Scenario,

The purpose of writting the Test Scenario is whether 
perticulr usecase/Req is testable or not
 
Is This Answer Correct ?    0 Yes 0 No
Sunil Shirur
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 15
Test Scenario is not mandatory part but it should be made 
as it makes easy to start working on Test Cases further.
Moreover what Divya explains about Test Scenarios & Test 
Cases is Absolutely right

TC
 
Is This Answer Correct ?    0 Yes 0 No
Priyanka
 
  Re: what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
Answer
# 16
After reading & understanding the SRS/UC we hve to prepare 
test scenarios & develop Testcases based on some techniqs 
like BVA,ECP....
 
Is This Answer Correct ?    0 Yes 0 No
Hasini
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
how do u make severity , suppose login page has been sucessfully passed and entered in 2nd page instead of 1st page. what is ur reaction . AMDOC9
Explain the Pros and Cons of testing the software by Developement team and by testing team? Persistent1
given nrequirement collection doc,tester can prepare which test plan? Wipro2
what is database testing?  1
Explain with example : Test Scenario, Test Suit And Test Case. Patni2
what are the initial templates used in a project (glamorous...)  1
what is the difference between 2-tier appli. and 3-tier appli. testing  3
If u need to get stressed & work more than then timing. How comfortable u r. If asked to work on weekends Siemens1
what is protocol in software testing? can u give it with a good example? IndiumSoft2
what is the way to explain about project of 3 years experianced  2
what is the Difference between Integration testing and system testing?  8
what is low seviority high priority defet (ex: Yahoo mail) Fidelity2
how does a client server environment affect testing?  1
When should testing start in a project? Why?  4
who is responsible to generate test data ,how test data will be developed manually,  2
what is database testing AZTEC7
Explain the V-Model CSC7
What is the diff bet Message box and Dialog box,anybody can answer it.... Thanks in advance ACS2
What do u do if the bug that u found is not accepted by the developer and hez saying its not reproducable.Note:The developer is in the onsite location AZTEC6
Explain your web application archtechture? Verizon1
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com