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 |
Is it possible to place a Logical name in a data table and can use that logical name in the script? Tell me with mentioning function names..?
what is split function?Give me the syntax?
What are the modes of script recording in winrunner ?
How to use winrunner?
How to test Fonts and its size thru "Font Expert" in Win Runner.
How should we write and execute a user define function using WinRunner.
In the Object properties MSW id,MSWclass will appear..what exactly MSW means..?
What are all the parameters used in Winrunner? What is actual parameter and formal parameter?
we have three windows with title(logical description),India.com,Government of India.com,India Inc.com.All three windows have similar properties and object.A test script has to be run on all these windows.what changes will u make in GUI or script so that the script runs succesfully on all these three windows with the least alteration required? Please explain clearly with steps.
what is the difference between unit testing,integration testing and interface testing?
can anybody give me example of 5 critical,major,& low severity and priority bug
how to upload an application in winrunner which we want to test