Forum Discussion

sivaprasanth's avatar
13 years ago

Telerick control identification using testcomplete 9.0

Hi ,



In testcomplete 8.5 version the button object was recognized as below

Sys.Process("abCo.Client").WPFObject("ucEditor").WPFObject("TelerikDocking").WPFObject("abCoContainer").WPFObject("Group").WPFObject("mybutton")





Now with testcomplete 9.0 , the same button object is being recognized as

Sys.Process("abCo.Client").WPFObject("ucEditor").WPFObject("TelerikDocking").WPFObject("UCTelerikContainer", "", 1).WPFObject("Group").WPFObject("mybutton")



Why "abCoContainer" got changed to "UCTelerikContainer"?

How can I avoid this change?



Any help is appreciated.



Thanks


  • Hi Siva,

    We would really appreciate it if you sent us a sample application that we could use to reproduce this behavior here.