I am using excel sheet to export data to QTP but it
selects just one row of data from excel sheel how to import
all rows of excel sheet to QTP during runtime
Answer Posted / sridatta
DataTable.Addsheet("Destination")
DataTable.ImportSheet "c:\path.xls","source","destination"
row=datatable.getsheet("Destination).getrowcount
for i=1 to row
datatable.SetCurrentRow(i)
val=datatable.Value("path","Global")
msgbox(val)
Next
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
after click on compose mail how can we attached a file in qtp with vbscript code
What are the flaws in water fall model and how to overcome it?
hi nani my doubt is how does qtp process metrix related to software process.
what is profile tool?
Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Explain how qtp identifies object?
any body can you help me what is the script to automate an comand promt
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Can the user toggle between using Local OR and shared OR for the same action?
What is the pros and cons between QTP and Rational Robot