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
How you calling actions in qtp?
How to modify object property in qtp ?
Explain sub procedure of vbscript.
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
tell me QTP standards ?plz
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
What is the latest version of qtp?
How can I use Call dlls in QTP ?
how can we do the frame work in qtp
What is a Patch in QTP?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
Explain the concept of object repository & how qtp recognizes objects?
how to test Web application using QTP software
What is the extension of the recovery scenario file in qtp?