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 |
What are software testing metrics
how will you load the test cases in ddt?
Set DR= CreateObject("Mercury.DeviceReplay")
How do we Access, retriew and edit the runtime objects in Automation Testing using QTP
What is difference between web object and web items
give me the code for check point for validating application
What is Object Spy?
7 Answers JKH, Ordain Solutions,
Hi All,I am in wierd situation that my laptop is installed with QTP11 and os is xp sp3.The problem is the descriptive programming which i have written is working in other laptops and it is not working in my laptop.it is clicking the link which is above the testbox instead of typing it in textbox below it.It is same with the other working scripts written by another person.
How does Parameterization and Data-Driving relate to each other in QTP?
How to modify object property in qtp ?
Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.
5 Answers Lehman Brothers, rsystems,
what is meant by automation tool?