gbraillon
8 years agoOccasional Contributor
[Issue] ClickItem work in TestComplete but not in TestExecute
Hello,
I have a Test Complete project containing approximately 200tests. I executed them nightly with QAComplete on a VirtualMachine with TestExecute installed on it.
I have 60% of my tests who failed because of : "Unable to find the object ClickItem("...")". The thing is i can't reproduce it in TestComplete, it failed only in TestExecute.
Do you have a workaround, except change, by example, "linkManage - ClickItem("Component")" by "linkMange - Click; linComponent - Click" for all my tests ?
You can find the difference between the TestComplete log and Test Execute log in copy.
Kr,
I change it to 15000 but no change seem so.
I will replace the ClickItem function by Click.
Thanks for your investigation.