Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP with ThunderRT6UserControlDC
#3
Not Solved
    Set objItem = Description.Create
    objItem("micclass").value = "Webbutton"  (If it is winobject use winbutton)
    Set objItemColl = B().pg().ChildObjects(objItem)
    For Itemcount = 0 To objItemColl.count-1
         

objItemColl(Itemcount ).highlight
objItemColl(Itemcount ).click

    Next

''If you want unique properties add particular object type 


EG:
 objItem("micclass").value = "Webbutton"
 objItem("html id").value = "rev_ui_1"
Reply


Messages In This Thread
QTP with ThunderRT6UserControlDC - by swat2008 - 09-20-2008, 01:57 AM
RE: QTP with ThunderRT6UserControlDC - by atysri - 06-20-2016, 08:58 AM
RE: QTP with ThunderRT6UserControlDC - by venkatesh9032 - 07-04-2016, 06:40 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)