Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
qtp query ,pls help me
#2
Not Solved
Instead of Using it check this simple script
Code:
Set Des_Obj = Description.Create
Des_Obj("micclass").Value = "Link"
Set link_col = Browser("micclass:=Browser").Page("micclass:=Page").ChildObjects(Des_Obj)
a = link_col.count
For i = 0 to a-1
  tag = link_col(i).GetROProperty("name")
  href = link_col(i).GetROProperty("url")
  Browser("micclass:=Browser").Navigate href
  Reporter.ReportEvent 0, "Tag Details  " &href, "Link Status"
Next
Reply


Messages In This Thread
qtp query ,pls help me - by umadevi - 02-12-2016, 12:03 PM
RE: qtp query ,pls help me - by vinod123 - 03-17-2016, 11:23 AM
RE: qtp query ,pls help me - by vinod123 - 03-18-2016, 06:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Value with forward slash(/) not identified by QTP - Pls help ra.dineshkumar@gmail.com 0 2,555 11-24-2013, 02:38 AM
Last Post: ra.dineshkumar@gmail.com

Forum Jump:


Users browsing this thread: 2 Guest(s)