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.
Yes, MonkeyTalk has modifiers such as
thinktime
andtimeout
to wait until a component is visible to continue.See here and here for the documentation on those.