In a web page, one web table is present which is dynamic.
In that table one of the column has links with the same
inner text. write a script so that i need to click the
third link.
Answers were Sorted based on User's Feedback
Answer / tvs ramakrishna chowdary
i am not understanding ur question please post question
once again clearly i can give anser or mail to me
my mail id is-->krishnat.qa@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi All
U can also do this by using GetRowWithCellText method
At First get the row which u got that link in WebTable
Obj=Browser("title:=.*").Page("title:=.*).WebTable("name:= ").GetRowWithCellText("Just give the name which link u wanna click")
Now u got the row no of that particular link in obj
If obj<>0 then
Browser().Page().WebTable().Link("name:= ").click
End If
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kamepalli
Get the child item from the table by using the below stmt.
a=browser("").page(").webtable("").childitem("weblink",2)
a.click
So by using index we can get the specified link from the webtabel.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is qtpro? What is quick test pro?
wt is memory leakage?
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
What are the Test design techniques you uses in ur project?
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
How can we record an edit box in the Web application ?
write a script to close all open browser in qtp except one browser whose name is xyz
Hi guys can any plz help me how to send fax in sample Flight Appication
CAN I CALL A FUNCTION IN ACTION.IF YES PLEASE HELP ME
what are the drawbacks for record and payback in qtp
How to call a function in QTP?Is there any method ? Thanks , PRASANNA