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 and Obect does not exsit error .That's why we  cannot pick the item from Combo Box.

 

We have tried with as mentioned below:

1.First we are identifying Link object then we did Perform Mouse operation on Link Object, After that we have selected One Item Id object and Perform Mouse operation. But it is not working.

 

If any one knows the Solution for this issue, Could you please let me know.

 

Thanks and Regards

GA naidu

 

 

 

  • 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

     

1 Reply

  • Gan's avatar
    Gan
    Occasional Contributor

    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