sailaja_chinnab
12 years agoNew Contributor
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.
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.