i ve an excel in a QC folder. Thru my QTP script i want to
open that excel in runtime. I am running this script from
QC itself
Answer Posted / karishma
got to options and select folders tab and give path of the
folder where the excelsheet is present in QC
and then try out this:
x=PathFinder.Locate("Results.xls")
Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True
Set objWorkbook2 = objExcel.Workbooks.Open(x)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Brief the process of testing with UFT?
How to save your test using quicktest professional (qtp)?
can u please explain what is the exact difference between qtp8.2 and 9.0
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Is it possible to call from one action to another action in qtp?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
Hi All, How to get repeated word in string . Thanks Balaji
Describe how Smart Identification is used
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How many lines of code in each script of QTP?
Explain about Test Fusion Report of QTP?
Where can I find and view run-time data table?
What are table and db checkpoints?
what is keyword driven testing in qtp?n how is it useful?