I am using test studio to test an AngularJS app. It is essential for me to use Simulate Real Click on all text fields to allow the two way binding to occur.
Is there a way of speeding up the simulate real click speed, as it take a very long time for each test.
Regards,
Zaki.
1 Answer, 1 is accepted
0
Konstantin Petkov
Telerik team
answered on 06 Nov 2015, 01:13 PM
Hi Zaki,
No, unless you have annotation enabled the Click action executes as fast as possible. It really depends on how long it takes the browser to return when Test Studio triggers each command (note a step can trigger multiple commands before the test can move on the next one in the list). If the browser/application is responsive the test should not executes without delay.
Or do you mean a Typing action? It can be configured from the step propertiesKeyHoldTime and TypingDelay. Please give those a go if this is the case.