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 development and testing
Your roles and responsibilities and daily tasks? (As automation tester)
Thanks....But can u tell me how i use the QTP for GIS with one Example...
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
What are the features of quick test pro(qtp)?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
Which functionalities of QTP used in banking project?
Can any suggest me what is exposure testing?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
how to convert 100 into hundred repees only and viceversa
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How would you export a script from one pc to another in qtp?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans