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
How to create runtime property for an object?
Step 3&4 are repeated until an the object in recognised uniquely.
How can i check items sorted or not in a weblist ? Give me the script for this...
When to use descriptive programming?
How will you declare a variable in qtp?
How will you check a web application for broken links using qtp?
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
What are the features supported by UFT?
What are the steps involved in recovery scenario wizard?
How you can replace string in qtp?
which type of testing process are you following in ur company? how to recognize a qtp page?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
What are the Test design techniques you uses in ur project?
what is the difference between data driver & data driven and driver script?
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.