How open an excel sheet in QTP(not a run time )?
Answer Posted / bhavani
set excel=createobject("Excel.Application")
set wb=excel.workbooks.open "path of eccelsheet"
set ws=wb.worksheets "sheetname"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write the vb script for call to new action in qtp?
How many types of recording modes are there?
How many types of parameters are available in quicktest professional?
can u please explain what is the exact difference between qtp8.2 and 9.0
What is keyword driven framework?
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
How many types of actions are there in quicktest professional?
images are dynamically changes how to compare two images with out using the bitmap
What is checkpoint in qtp?
What are the advantages of parameterization ?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
how will load the object during runtime?
can any body give the banking domain concepts/links
Where we can use the synchronization?
how to post xml data from QTP scripts to any application?