Does anyone have some experience on ATE? I have created a simple script which works fine but for some reason there is a delay in the execution which I cannot understand.
So I open the Part form and the Trace form and then execute the script. It finds the Trace form and starts a trace and then when it tries to find the Part form there is a 30+ sec delay. See below screenshot.
Any ideas?
Another thing I am battling with is to get the script to open the forms so that I do not manually have to do this. Is there a way?
Using the latest version of ATE and on Epicor ERP 10.2.500.2
If you use the Classic Menu then I know for sure the Script will record your Menu Navigation and opening of the Menu. I haven’t used it in Modern Version yet.
I managed to create some scripts opening the forms I need. I also managed to reduce some of the delays by removing the WaitWindow method. There is a process that runs to gather all the handles for the controls on the form which still causes a delay though. It does not seem that this can be avoided or bypassed.