Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP Not Able to recognise the object in window application.
#5
Not Solved
Hi,

The above code shud work after changing "Class Name" property to "MicClass"

i.e
Code:
Set mywin = Description.Create ()
     mywin("MicClass").value="Window"
     mywin("windowstyle").value="382337024"

    Set mywin1 = Description.Create ()
    mywin1("MicClass").value="WinObject"

    Set winb = Description.Create ()
    winb("MicClass).value="WinButton"
    winb("Name").value="Family History"
    Window(mywin).Activate
    Window(mywin).WinObject(mywin1).Static(winb).click

Pls revert back if u need any other help.

Thanks,
Benak
Reply


Messages In This Thread
RE: QTP Not Able to recognise the object in window application. - by Benak - 04-17-2013, 07:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Webtable objects recognise as weblist in UFT 12.5 Sharad Kumar 0 1,065 12-06-2018, 04:57 PM
Last Post: Sharad Kumar
  Object doesn't support this property or method: 'window(...).window(...).winobject' senthil5683 1 3,513 07-04-2016, 07:08 PM
Last Post: venkatesh9032
  webfile web object not identified at runtime in a java application saila123 1 2,663 02-11-2015, 08:23 PM
Last Post: Kirill
  QTP highlights object incorrectly in INFOR EAM application akhandesh 0 2,117 01-24-2014, 12:22 PM
Last Post: akhandesh
  Clicking on Window object to make it a javaedit object indranilgoswamimcb 0 2,066 11-03-2013, 09:03 PM
Last Post: indranilgoswamimcb

Forum Jump:


Users browsing this thread: 1 Guest(s)