7. Given scenario is like this: One Web table is there
and you have to search and retrieve a cell data which is
equal to the given number say:123. Assume you have given
with the column name/id of the table where the number may
exist. So now you have to go to the given column and search
for the number 123 and retrieve it along with the row
number of it.
Answer Posted / balaji s
Vinay there is no need to go this much.we can directly
retrieve using getcelldata metho
row=Browser(..).Page(..).Webtable(..).Rowcount
column=Browser(..).Page(..).Webtable(..).columncount
For i=1 to row
for j=1 to column
val=Browser(..).Page(..).Webtable(..).getcelldata(i,j)
if val="123" then
msgbox "the row is "&i
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How to export quicktest professional (qtp) results to an .xls file?
How to use the object spy in quicktest professional (qtp) 8.0 version?
Where we use data driver in qtp?
Where we can use the synchronization?
Shall we add Local Repository to shared object repository,if yes,how we add
How many add-ins comes by default with quicktest professional?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
Your roles and responsibilities and daily tasks? (As automation tester)
What is the keyword view and expert view in qtp?
How to find the name of the machine where you are running your automation scripts in qtp?
Explain quicktest professional (qtp) testing process?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
What is difference between shared and local object repository?
What is the Command used to start the QTP