cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cut idle time out of the synthetic script

KevinVettorel
Visitor

Is there anyway to cut idle time out of the synthetic script , and have actions occur more rapidly.

For example decrease the time between mouse clicks and key strokes.

 

In an older tool we use, IBM Rational Performance Tester

 

This allows the steps to run in rapid succession.

2 REPLIES 2

AntonioSousa
DynaMight Guru
DynaMight Guru

You might want to look at some aspects that might accelerate/slow your scripts:

  • Verify what type of validation you have for an action. You might not need to wait for all third party requests to complete, for instance.
  • Use of actions that might be slower. For instance, if you have a login page that takes your login/password and sends a XHR request, you might want to do it with Javascript, as Clicks and Keystrokes are much slower

Please note that in some cases it might be needed to be careful about the timings, because the script might misbehave because of that. So, I think Dynatrace is being conservative here, instead of being in a rush, which I believe is mainly good...

Antonio Sousa

KevinVettorel
Visitor

Thanks, that sounds great

 

Featured Posts