Answer Posted / 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 |
Post New Answer View All Answers
what is risk?
you hae a inbox and got a mail how can you know it is there or not write script.
What is the purpose of the temp GUI map file?
What is the extension of gui map file?
How do you handle pop-up exceptions?
when start testing
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide
What are the modes of script recording in winrunner ?
How do you find an object in an gui map.
How to integrate automated scripts from testdirector to winrunner scripts?
what is the testing high level architecture
When it is appropriate to change physical description?
Name the different modes of recording?
What is the purpose of a gui spy?
i would like to know the steps to write tsl exception and object exception with a simple example