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
what is the difference between data driver & data driven and driver script?
What is the parameterization? Give one example?
Explain advantages and disadvantages of ddf?
What phases are involved in testing an application in qtp?
What is object spy in quicktest professional?
can any one say that where we can download the QTP trail version ??????????
How to Test the mainframe application?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
How many types of recording modes in qtp?
how to test Web application using QTP software
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
What are the key points to create a framework in QTP for oracle forms?
How do you open adobe acrobat file in QTP and do some testing on that file ?
Did QTP prove efficient for your project? Yes or No, explain?