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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  WinRunner
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
What is Data Driven TEsting?
 Question Submitted By :: Prasannatl
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is Data Driven TEsting?
Answer
# 1
Teting multiple data with same script.
 
Is This Answer Correct ?    5 Yes 3 No
Prasannatl
 
  Re: What is Data Driven TEsting?
Answer
# 2
involves data pool concepts invariably used as data driven
testing in some tools.

supplying multiple data's to the same script to check a
desired action
 
Is This Answer Correct ?    3 Yes 1 No
Knahdam
 
 
 
  Re: What is Data Driven TEsting?
Answer
# 3
driving a single test with multiple data.
 
Is This Answer Correct ?    5 Yes 0 No
Srikanth.m
 
  Re: What is Data Driven TEsting?
Answer
# 4
you can generate multiple test scenarios using the same 
test.

For example, suppose you wants to create an account in 
yahoo for 100 or 1000 people. Like this cases we can put 
all the user information a excel file and use a single 
script. 
 
 You can create a data table by inserting values in a table 
or by importing data from an external file.
 
Is This Answer Correct ?    7 Yes 0 No
Ksi
 
  Re: What is Data Driven TEsting?
Answer
# 5
The simplest explanation of DDT is this: data that is 
external to your functional test scripts is loaded and used 
to extend your test cases. One of the best examples is that 
of a customer order form. If you wished to populate the 
entry fields with multiple test cases without DDT, you 
would either need to record multiple test scripts (one for 
each different test case) or employ DDT. To use DDT in this 
scenario, you might record a single script, entering values 
into the various fields. Then, you could alter the script 
to accept variables, entering those variables into the data 
fields. Now you can call this script each time you want to 
add an order record, passing in a new set of data each 
time.
 
Is This Answer Correct ?    5 Yes 4 No
Vipin Misra
 
  Re: What is Data Driven TEsting?
Answer
# 6
The simplest explanation of DDT is this: data that is 
external to your functional test scripts is loaded and used 
to extend your test cases. One of the best examples is that 
of a customer order form. If you wished to populate the 
entry fields with multiple test cases without DDT, you 
would either need to record multiple test scripts (one for 
each different test case) or employ DDT. To use DDT in this 
scenario, you might record a single script, entering values 
into the various fields. Then, you could alter the script 
to accept variables, entering those variables into the data 
fields. Now you can call this script each time you want to 
add an order record, passing in a new set of data each 
time.
 
Is This Answer Correct ?    3 Yes 1 No
Vipin
 
  Re: What is Data Driven TEsting?
Answer
# 7
The simplest explanation of DDT is this: data that is 
external to your functional test scripts is loaded and used 
to extend your test cases. One of the best examples is that 
of a customer order form. If you wished to populate the 
entry fields with multiple test cases without DDT, you 
would either need to record multiple test scripts (one for 
each different test case) or employ DDT. To use DDT in this 
scenario, you might record a single script, entering values 
into the various fields. Then, you could alter the script 
to accept variables, entering those variables into the data 
fields. Now you can call this script each time you want to 
add an order record, passing in a new set of data each 
time.
 
Is This Answer Correct ?    2 Yes 1 No
Vipin
 
  Re: What is Data Driven TEsting?
Answer
# 8
data driven testing is nothing but testing the single field 
with multiple sets of data.

the main intension of this testing is to find the behaviour 
of the application for different input values.
 
Is This Answer Correct ?    2 Yes 0 No
Venkat
 
  Re: What is Data Driven TEsting?
Answer
# 9
Data Driven Testing is  used in cases where you
want to check how your application responds to ten separate 
sets of data.
 
Is This Answer Correct ?    2 Yes 1 No
Girish K.s.
 
  Re: What is Data Driven TEsting?
Answer
# 10
Instead of one input Conducting testing with multiple 
inputs on the same module is called datadriven testing. We 
get multiple inputs for testing is in four ways. Using 
Keyboard, flat file, excel sheet and from frontend objects. 
The use of this is to check whether our application is 
working for multiple values or not. 

IF any new pls, let me know.
 
Is This Answer Correct ?    0 Yes 1 No
Usha
 
  Re: What is Data Driven TEsting?
Answer
# 11
Data driven testing is to Test the multiple set of data 
With same Script.
 
Is This Answer Correct ?    1 Yes 1 No
Pankaj
 
  Re: What is Data Driven TEsting?
Answer
# 12
Iterating a script with multiple test data is known as DDT..
 
Is This Answer Correct ?    1 Yes 0 No
Sushmita
 
  Re: What is Data Driven TEsting?
Answer
# 13
Data-driven testing is a methodology used in Test 
automation where test scripts are executed and verified 
based on the data values stored in one or more central data 
sources or databases. These databases can range from 
datapools, ODBC sources, csv files, Excel files, DAO 
objects, ADO objects, etc. Data-driven testing is the 
establishment of several interacting test scripts together 
with their related data results in a framework used for the 
methodology. In this framework, variables are used for both 
input values and output verification values: navigation 
through the program, reading of the data sources, and 
logging of test status and information are all coded in the 
test script. Thus, the logic executed in the script is also 
dependent on the data values.
 
Is This Answer Correct ?    3 Yes 1 No
Rohit
 
  Re: What is Data Driven TEsting?
Answer
# 14
Data Driven TEsting:- When you test your application , you 
may want to check how it performs the same operations with 
multiple sets of data.rn. And i got varius resource about 
data driven testing at macrotesting www.macrotesting.com to 
be very good source.

Regards,
Prem
 
Is This Answer Correct ?    1 Yes 0 No
Dvlprem
 

 
 
 
Other WinRunner Interview Questions
 
  Question Asked @ Answers
 
Have you ever created a test plan?  3
write a function for addition of two numbers Polaris1
what is the diff. Between GUI_unload() and GUI_close()? Logica-CMG3
What is the difference bitween Client/Server Applications and Web Applicaions? Patni3
How do you create a new expected results in winrunner? Accenture1
can anybody please send me important scripts in qtp  1
Does WinRunner have recovery mechanism built in?  2
How winrunner Handles varying window Labels? FCG2
What is the use of Merge option provided in WR  3
How can you do debugging in winrunner? Logica-CMG2
1.Can we use multiple excel sheets in winrunner? 2.What is the templet of writing test cases? 3.Which bug tracking tool u r using in u'r company? 4.Can any one give me real time test case format? My mail id id shobha.mar28@gmail.com Cognizent3
what is data driven framework? EDS2
Hai guys can any one tell me tnhe difference between the product testing and Project testing?  2
which testcases do u automate?  4
What are command line options?How to invoke winrunner with vb add in using command line options? BeBo-Technologies1
how u can crate a database checkpoint in ur script? MBT2
how to insert check points? whatis the gui check point? IBM3
which function you will use to compare the application date with system date?.. TCS1
If u press a push button in an application the winrunner generates tsl statement like button_press(..) i.e the class name of the object and the event on that object but Why if u click a static text in an application the winrunner generates tsl statemen like win_mouse_click rather than the statement with combination of classname and event..?? Accenture2
how you execute the function Polaris1
 
For more WinRunner 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