Extremly slow .Keys() typing
Hello,
Recently, I've started experiencing a strange behaviour of TestExecute 14.7.
My tests, that are usually taking ~4hours to be executed each are now taking more than 10 hours to complete.
After some investigations, it looks like that the .Keys() function that we are using to simulate an user imput iscausing the problem.
In fact, even with the delay between two keys set to 1ms, I am now seeing 15s between each keys.
It looks like that the autowait timeout is bein used.
This behaviour is not happening for each tests, some are correctly using the 1ms delay between keys, and some are stuck with the 15s delay, triggering the timeout and cancelling the test...
I have cheched multiples times that the settings for each tests are correctly set ("Key pressing delay: 1ms"), and i'm not willing to use the .SetText function, as we really need to simulate a keyboard imput and not just setting text into a field.
I'm using three slave computers and this behaviour is present on all of them.
I have included a GIF showing the strange behaviour...
Any help ?