suppose take one row in a row 16 columns is there.in 16
columns 16 numbers is there.but i want to get each 3 column
number.o/p :5 columns get in 16 columns means. so can
anybody write this function? plz send if u know the answer.
Answers were Sorted based on User's Feedback
Answer / kiran kumar
intCols = Browser.Page.WebTable.GetROProperty("cols")
For i = 3 to intCols
strVal = Browser.Page.WebTable.GetCellData(row,3)
i = i+2
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me the situations where we will use Data Driven?
explain keyword driven framework with banking domain?
how can we perform web datatable operations on webpages(Like rowcount,col count,cell data)?
write the code to reverse a string without using Strrev built in function.
Explain process of smart Identification in QTP?
What are the advantages of a Hybrid framework?
Explain how Selenium is different from UFT?
how to do regression testing in qtp? plz give ans with examples
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
Do we have to Enable Smart Identification while running Or will it automatically be enabled ?
what is the difference between seat and concerent licenses.
1.How to find in which row or column,string "Hyderabad" exist in excel sheet? 2.How to find how many times character "a" repeated in a given string "Koteswararao"