Answer Posted / 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 |
Post New Answer View All Answers
Explain the winrunner testing process?
How do you handle unexpected events and errors?
soft key for virtual object wizard ?
Why don’t we normally load the gui maps through start up scripts?
What do you verify with the database check point custom and what command it generates, explain syntax?
What is the use of test director testing tool?
What are the reasons that winrunner fails to identify gui object?
What are the two modes of recording?
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
Which are default codes winrunner generates when we start the application?
What information is contained in the checklist file?
Name the three modes of running the scripts?
Explain the purpose of different record methods?
What is the use of gui map and what happens when the gui map file get loaded?
How do you configure gui map?