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 |
what load_dll in winrunner
The default type of Constants and variables supported by TSL are..
can anybody tell me about 5 critical,major & low severity and priority with examples.
How do you execute your tests from windows run command?
During debugging how do you monitor the value of the variables?
How to get the resolution settings?
How to recover the Parameter out of range error while running the script in verify mode
Define parameterizing?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
Can we run WinRunner scripts on the backend?
did you winrunner architecture
what is mean by v module . pls give answer with example