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 is the exact difference between Integration & System testing, give me examples with your project.
what is the automation frame work ?
1. How will you load the object during run time? 2. How do you close the Task Manager through QTP? 3. How will you handle the situation when object is not captured during record? 4. How QTP support all types of applications (Platforms) 5. What is throw object? 6. Purpose of automation as many points as possible 7. What In-string function will do? 8. In website, protocol has been changed http: to https what you will do? Tell me your Approach? 9. Runtime dynamic settings. 10. Types of exception handling and script for that. 11. On resume next(recovery, do u write the script in notepad, if so, what is the script and how to call it when ever it occurs? ________PLs anyone give me the answers for these questions. Thanks a lot!
How are objects set to appropriate class
Explain the synchronization points?
What is Diff. between Pause() ,report_msg() statements?
Using the WinRunner Tool What that Regular Expression Scripts
Do we need start up file in win runner??if yes then why?and no then why?
What Framework is suitable to validate the Login screen.
What are the features r there in winrunner 7.6 over winrunner 7.01..B'cos Iam using Winrunner 7.01
what is mean SRS and URS . differns btwn SRS and URS
can we run compiled-mod function in a compiled module function?if yes then fwd sample script?