Some of the importent functions in data driven test(ddt)?

Answers were Sorted based on User's Feedback



Some of the importent functions in data driven test(ddt)?..

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

Some of the importent functions in data driven test(ddt)?..

Answer / suresh

ddt_open()
ddt_get_row_count()
ddt_set_row()
ddt_val()
ddt_close()
etc..

Is This Answer Correct ?    2 Yes 1 No

Some of the importent functions in data driven test(ddt)?..

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

Some of the importent functions in data driven test(ddt)?..

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

Post New Answer

More WinRunner Interview Questions

how to create checklist in winrunner?

1 Answers  


If we send the bug report but the developer didnt understood the bug report then will the tester do?

1 Answers  


How to count bulk of text boxes in a webpage

2 Answers  


what is the TSL statement for pass/fail crieteria appear in the test results of TD?

1 Answers   MBT,


how will u perform bug tracking using winrunner?

1 Answers   MBT,






Explain WinRunner testing process?

2 Answers  


What is keyword driven testing? what is the difference between severity and priority?

2 Answers   Mind Tree,


i get error "winrruner cannot identify object" and gives details like the physical description of object "windowsFor....378734a_11" has changed descritpion in GUI map new discription Description { { class:object class:object Msw_id:264896 Msw_id:918548 } } Below is a script of functionality where amount is transfered from users account ,first contact summary of user is opened then transfer button is available on which we click .on clicking transfer form opens and various details are entered like amount to be transfer,transfer type .line where i m getting error is obj_mouse_click ("WindowsForms10.Window.8.app have marked it with red in script .0.378734a", 164, 10, i would be very thankful if anyone can give help related to this problem. *SCRIPT IS BELOW:-* > # Shell_TrayWnd > set_window ("Shell_TrayWnd", 1); > toolbar_button_press ("ToolbarWindow32_1", "Contact summary - > Scheme: > SCHEME CARD PROGRAM (admin - Local - V.1.8.2.0000)"); # Button Number > 3; > > # Contact summary - Scheme: SCHEME CARD PROGRAM (admin - Local - > V.1.8.2.0000) > set_window ("Contact summary - Scheme: SCHEME CARD PROGRAM (admin - > Local - V.1.8.2.0000)", 1); > obj_mouse_click ("CommandBar1", 437, 15, LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 1); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a", 164, 10, > LEFT); > > # #32769 > set_window ("#32769", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_0", 138, 9, > LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_1", 166, > 13, LEFT); >

0 Answers  


What is the purpose of regexp_label property?

0 Answers  


what are the modules present in Winrunner?

2 Answers   Infosys,


What Is Test policy and what is Test Strategy ? differenciate between them? Explain with examples?

5 Answers   Accenture,


What is the purpose of a gui spy?

0 Answers  


Categories