When importing an excel file that has several columns each
with different number of rows into QTP's Global datatable,
how can you count the number of rows in a particular column?
Answer Posted / srinu
setShet = Datatable.Getsheet("Sheet Name")
rowcon=shet.getparameter("colum Name").getrowcount
msgbox rowcon
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
How to capture a runtime error in vbscript?
Explain the tristate constants in vbscript?
Mention how to assign a date value to a variable?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Explain the extension .hta?
Mention what is byref and byval parameters in vbscript?
How to open a file. What is the perpose of true and false mode there?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
write any ttest cases using check points and parameterization
What are the environments supported by vbscript language?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
how to set one column as primary key in QTP and fetch values accordingly
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
Does VB/Win make standalone .EXE files?