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
Which data type/types are supported by vbscript language and what are their specialties?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
How will you get a combined string from array of string in vbscript?
What are the properties of regexp object?
Explain sga memory structures?
What are the naming conventions while declaring a variable in the vbscript language?
Which loop is used in case of arrays in the vbscript language?
how to increasing the numbers in a given text box please write a vb script
Is vbscript language a case-sensitive language and what does it mean?
Explain different types of segment?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
How are values assigned to string type and numeric type variables?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
Explain the .wsf files?
How to add actions in driver script to run those actions in QTP?