"WaitAliasChild" is taking too much time with TC 14.9. Tried other wait method but it didnt help
During Opening of an application, we check for different popup windows if we are expecting error or something other type of popup.
With TC 14.7 and previous version it was working fine. But with 14.9 it started to take a lot of time. and on different PCs if it taking time for waiting for different popups.
I tired "WaitProperty" but It didnt help. WaitChild didnt help because of subchilds and we are using Alias names
Hi KGP_Softing , here's the official support team's reply:
>>
I would try to add some extra Log operations inside the loop and IF statements, just to see how many times TC goes through the loop and different IF statements. Thus, in the log, you will be able to see something useful - e.g. at which point TC spends too much time posting the message in the log.
Also, you can try using the suggestions from these articles:
* https://support.smartbear.com/articles/testcomplete/test-playback-performance-tips/
* https://support.smartbear.com/testcomplete/docs/working-with/best-practices/performance-tips.html
* https://support.smartbear.com/testcomplete/docs/working-with/best-practices/tips.html
Also, you can try to disable unnecessary plugins in the Install Extensions [https://support.smartbear.com/testexecute/docs/working-with/extending/installing-extensions.html] dialog.<<