Forum Discussion

sailaja_chinnab's avatar
sailaja_chinnab
New Contributor
12 years ago

The execution gets extremely slow over time using testComplete

Version: 9.0.1312.7

Application :Silverlight, web based portal working with IE



We store the controls details in excel file. The array of properties and corresponding values of a control are passed from the excel file to the Findchild method as mentioned below. As per the test case flow each control would be searched and appropriate action would be performed if the object exists.



If objParent.exists then

Set myFindChild = objParent.FindChild(Arrayppty,ArrayValue,10000)

End If



This is the approach we are using to work with a control.

The execution gets slow over time. I have followed the tips mentioned in the smartbear help to improve performance but it didn’t help.

No RepliesBe the first to reply