results.xls file is automatically generated while running
the script in QTP.But it is showing error to open the file
Answer / sandeep
.XLS file is not generated by QTP.
Some of your subroutine written in VBScript may be
generating this .xls file.
Please check that function.
In the same function, Please add statments to save the file
and quit Excel application.
This will help you to REOPEN the file properly.
| Is This Answer Correct ? | 3 Yes | 0 No |
what is the difference between development and testing
how to parameterizing values from an excel sheet in Quick test professional?
Can a function return a dictionary object?
What is FRAME WORK? How many Frameworks can QTP supports?
I am testing a Website thelancet and create a description for searching "health" in search edit box.But my description failed on last two lines.Can anybody solve this
How can we QTP Scripts in xml format? is there any way to do so?
how to capture data from images in QTP and produce them in excel sheet?
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
In my Script Firstly i have to parametrize the data then we import the data from c drive.suppose i have parametrize the Person name and company Name and i have enter one person name and one company name in the excel sheet now we import the sheet and the script is passed i want to ask one thing can we add more than one person name and more than one company name in the excel sheet suppose firstly we create person name "ADDy" and company nmae.'Wipro" and we set the current row in the script for this data and now we want run the script another set of data so how we can run the script with another set of data
in one page we have 100 links i have to click the 99th link how can i click the 99th link.
4 Answers GK Technologies, IBM,