Hi All,
I'm Akshaya here, could anybody please help me regarding
how to import the excel sheet to run time datatable. But
Pl. keep it in your knowledge is that excel sheet is opened.
Thanks,
Akshaya Madali
9823213538
Answer Posted / siraj
FOR IMPORTING PARTICULAR SHEET FROM THE EXCEL BOOK.
--------------------------------------------------
Datatable.importsheet "D:\test1.xls",1,1
FOR IMPORTING WHOLE EXCEL BOOK(DEFAULT 3 SHEETS)
------------------------------------------------
Datatable.import "D:\test1.xls"
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to test login module with different username and password by using data driven testing in QTP?
banking project description for software tester
What is qtpro? What is quick test pro?
what is vmodel?advantages and disadvantages of vmodel?
How to modify object property in qtp ?
How to find array size in qtp?
What are the types of object repositories? Which one is you using?
Explain the concept of how quicktest professional identifies object?
Object repositories types, which and when to use?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What is the difference between rational rose and QTP?
how will you check how many members visited the website www.infosys.com?
In Remote acess server how u run a test?
Is text area check point supports for web applications?
How does QTP identify an object?