Forum Discussion

Gan's avatar
Gan
Occasional Contributor
9 years ago
Solved

How to handle telerik control objects (Combo Box) in Test complete

Hi,     We have faced some issue in telerik control objects. In Web page  Single combo box  object as Showing  two different objects like: 1.Text box (read only) 2.Link. here I addeed Screen shot ...
  • Gan's avatar
    9 years ago

    We are found solution for this issue, we are using descriptive program then identify particuler object property values.

     

    step1.first identify parent object

    step2: then find child objects in a page like

    Set obj=namemapping.sys.process.panel.........(link object)

    varA=(propertyname1, name2,name3)

    varB=(propertyva1, val2,val3)

    procild=obj.FindAllChildern(varA,varB)

    procild(0).click