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
How you debug your script?
How do you delete unwanted results in qtp?
Give me some real time point of way where exactly we can conduct audits?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What are the properties you would use for identifying a browser and page when using descriptive programming?
how to do the batch testing in test director using manual testing procedure?
Explain about the test fusion report of quicktest professional (qtp)?
How does qtp identify objects in the application?
What is regular expression?
what you mean by artifact,milestone...
Can I change properties of a test object?
Have you used xml check point in your project?
Where is the Bitmap checkpoint information stored?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.