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.
Answer Posted / 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 |
Post New Answer View All Answers
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
What is QTP scenario.
Which recording modes need more memory?
What is TOM in QTP?
What are the main differences of qtp and win runner?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
How do Parameterization and Data-Driving relate to each other in QTP?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
what the difference between shared repository and per action repository?
What is throw object?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
Explain the difference between data driven testing and parameterization ?
How to integrate the qualitycenter with qtp
What is the quicktest professional (qtp) testing process?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?