Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to click on hyperlink using QTP
#1
Not Solved
Hi,

I am looking for help to click on link in the website and download patches using QTP?

I have a table in the webpage and i have links in the component column and i want to click on each link and download the patch for example here is the link http://www.microsoft.com/technet/securit...8-014.mspx?

Regards,
Jeevan kumar
Reply
#2
Not Solved
First add this webtable to your object repository..

Code:
SET oTable = Browser("Microsoft Security Bulletin").Page("Microsoft Security Bulletin").WebTable("Office Suite and Other")
    SET obj = oTable.ChildItem(2, 5, "Link", 0)
        obj.Click


You can take rowcount and randomize and use for loop...
Did you get the idea?
Reply
#3
Not Solved
Hi,

Same problem i am facing in a Silverlight 4.0 application. Hyperlink existing in a grid but QTP unable to click on that after recording. Please suggest
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Hyperlink click is not automated in UFT 11.5 test run prinju 1 2,616 11-03-2014, 12:04 PM
Last Post: vinod123
  Right Click On a Image and Click on a Link in WebElement RameshKrishnan 4 5,138 07-10-2013, 04:13 PM
Last Post: RameshKrishnan
  How do I left click on the right click menu in WinTreeView? RandomGrin 0 3,657 12-22-2012, 04:22 AM
Last Post: RandomGrin
  How do I left click on the Right click menu? RandomGrin 2 3,955 12-18-2012, 09:47 PM
Last Post: RandomGrin
  Enable Hyperlink without opening the Excel Sathiya 11 6,646 05-31-2012, 04:41 PM
Last Post: Sathiya

Forum Jump:


Users browsing this thread: 1 Guest(s)