Some of the importent functions in data driven test(ddt)?
Answers were Sorted based on User's Feedback
Answer / winrunner
ddt_open(), ddt_close(), ddt_save(), ddt_val(),
ddt_get_row_count(),
ddt_set_val(),ddt_next_row(),ddt_set_row()..
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / suresh
ddt_open()
ddt_get_row_count()
ddt_set_row()
ddt_val()
ddt_close()
etc..
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / srikanth.m
ddt_open("path of the excel sheet",ddt_file_read/write);
ddt_get_row_count("pathof the excellsheet",variable);
ddt_set_row("path of the excell sheet","row_num);
ddt_val("path of the excel sheet",variable);
ddt_set_val("path of the excel
sheet","column_Name","value/variable");
if there is any mistake in attributes plz excuse me and
mail me @ madamanchi.sri@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jyotsna
ddt_open, ddt_val, ddt_set_val,
ddt_get_row_count,ddt_set_val_by_row,
ddt_close,ddt_set_row,
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Get data from database(table) to an excel sheet
how are objects identified by winrunner
What is Data Driven TEsting?
Explain the synchronization points?
Say there is some content in an array. what function do you use to get the content of an array?
Is Gui Map Created when you record in Analog mode?
How do you select multiple objects during merging the files?
How to handle exceptions in for loop of DDT script.
what is TSL script to connect testdirector through winrunner
what are the supporting development environments supported by winrunner
What is watchlist?
What is the function of eval function?