How to slow down the execution of the test in a specific part of the script?
Hello, I was wondering...Is there any possible way to slow down Testcomplete for a while during a script execution? I've tried slowing down the execution using the Project\Playback\Delay Between Events property, but what I really need is something that slows down the execution only when I want, for as long as I want (sometimes I need to slow down the execution during a whole window test because it works slower than the rest of the system, so Delay() is not an option either) then go back to the original speed. It would be something like this: //"Normal" speed field.SetText("Text"); field.SetText("Text"); //Enters "slow" speed field.SetText("Text"); btnOK.Click(); wnd.Close(); ... //Back to normal speed field.SetText("Text"); So, is there any way to get this done? Thanks in advance!Solved4.7KViews1like6Comments