The xls contain data. how to get number of columns form
the sheet?
Answer Posted / basha
for global sheet
rowcount=datatable.globalsheet.getrowcount
msgbox (rowcount)
for action sheet
rowcount=datatable.localsheet.getrowcount
msgbox (rowcount)
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What contains Data Driven Framework document in qtp?
whow much strong on VB and C?
How QTP identify the system time that's changes every seconds?
What is parameter in qtp?
Explain the terms test and business component?
how to explain a claims and insurance project?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
what is error and fault in terms of software quality?
Can any one send me the QTP Basic Coding Samples?
explain abt dyanamic changing object with example?
How to handle Java tree in QTP?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
How can you pass value one action to another action?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
Where is the Bitmap checkpoint information stored?