0

Can latency measurements like screen loading time, completion time/reaction time/response time of any operation(like opening a URL, tapping on a button, deleting a message, navigating to the next screen) be done using MonkeyTalk?

If it cannot be done using MonkeyTalk, are there any other open-source tools which will be helpful in this regard?

Your help will be much appreciated. Thanks.

1 Answers1

0

Yes, MonkeyTalk has modifiers such as thinktime and timeout to wait until a component is visible to continue.

See here and here for the documentation on those.

Dummy Code
  • 1,858
  • 4
  • 19
  • 38