Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Data Driven TEsting?

Answers were Sorted based on User's Feedback



What is Data Driven TEsting?..

Answer / prasannatl

Teting multiple data with same script.

Is This Answer Correct ?    27 Yes 4 No

What is Data Driven TEsting?..

Answer / ksi

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 ?    23 Yes 0 No

What is Data Driven TEsting?..

Answer / srikanth.m

driving a single test with multiple data.

Is This Answer Correct ?    16 Yes 0 No

What is Data Driven TEsting?..

Answer / vipin

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 ?    9 Yes 1 No

What is Data Driven TEsting?..

Answer / venkat

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 ?    8 Yes 1 No

What is Data Driven TEsting?..

Answer / knahdam

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 ?    9 Yes 3 No

What is Data Driven TEsting?..

Answer / rohit

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 ?    5 Yes 1 No

What is Data Driven TEsting?..

Answer / vipin misra

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 ?    9 Yes 6 No

What is Data Driven TEsting?..

Answer / vipin

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 3 No

What is Data Driven TEsting?..

Answer / sushmita

Iterating a script with multiple test data is known as DDT..

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More WinRunner Interview Questions

How to write a testcase and bugreport?plz expln with an example.

2 Answers   Satyam,


Explain data parameterization in winrunner?

0 Answers  


what is Regression Testing and how you are going to use winrunner software to do this Regression testing?

5 Answers   MBT,


How should we write and execute a user define function using WinRunner.

0 Answers  


What is the function that can be used to get the length of the edit box, other than 'Length(outvariable)' ?

1 Answers   Fidelity,


Where can I find a tutorial on WinRunner 7.0?

1 Answers  


Will TSL supports function overloading and operator overloading?

1 Answers   Accenture,


What are the different kinds of testings done by WR

1 Answers  


How do you create a new expected results in winrunner?

1 Answers   Accenture,


please tell me how to explain the project by taking any project (like banking product), how to start explaing?what will be the order of priority e.g.,like purpose, modules, HLDs LLDs etc., in testing point of view (as a testengineer). rightnow i can't explain my project though i've done successfully..so plz help me ..

9 Answers   HCL, IBM, ITC Infotech, Raisoni, TCS, Wipro,


what is the extension of the gui expected results file?

1 Answers   FCG,


hye.when we do recording,objects r indentified by GUI map editor.and respective script is generated.But my problem is that in GUI map editor objects r not stored-not their description.I tried 'LEARN' option in GUI map,even it is not working.So that i can't run my script.Tell me solution Thank you.

2 Answers  


Categories