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 / rangalnrt
c=B().P().WT().getroproperty("cols")
for i=2 to c-1 step 3
temp = B().P().WT().getcelldata(rownumber , i)
msgbox temp
Next
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is data driver in qtp? Where we use it?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
What are parameterizing tests?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
What is difference between run time object and test object?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
unique properties of button,edit box, radio button,check box?
Can we record an application running on a remote machine using qtp?
How will you handle java tree in qtp?
Connect to QC using AOM.
How to customize qtp?
What are the benefits of quick test pro(qtp)?
What is file database?
Object repositories types, which and when to use?