Answer Posted / ganesh raj
Set excelObj = getObject(, "excel.Application")
Set openExcelWB = excelObj.ActiveWorkbook()
exPath = openExcelWB.path
openExcelWB.close
excelObj.quit
excelObj = nothing
Data table.Import exPath
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to customize qtp?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
What is the use of text output value in quicktest professional (qtp)?
How to define array in qtp?
What is keyword view in qtp?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
How to execute a winrunner script in quicktest professional (qtp)?
what is run action?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
what is run-time data?
Explain types of descriptive programming?
What is debugging? How you debug your script?
In qtp, explain what is keyword driven automation framework?
How did you use regular expressions in QTP and also in WR?