Page 1 of 1

Speed of elements...

PostPosted: Wed Jun 10, 2009 3:50 pm
by anthfaus
Hi,

How do I measure the speed for elements like images?

Thanks.

Re: Speed of elements...

PostPosted: Wed Jun 10, 2009 4:01 pm
by regressiontesting
Thanks for writing.

You didn't say how the element was embedded, so there are at
least these possibilities:

(1) Turn on Detailed Timings and run your test after clearing the
cache.

The EventLog will show the details of that image.

(2) Put the image in a page by itself and bracket the FollowLink
with ResetTimer/Elapsed time commands.

The TimerLog will give the value of the elapsed time for that
download.

(3) Put the image in a simple GetURL command (you can do this
automatically with the TraceURL utility), and run the script.

The EventLog will now show the times for each command.

eValid provides a built-in feature that converts a full-context
playback script into the sequence of URLs that playback involves
(but which does not include any context preservation), as described
here:

http://www.e-Valid.com/Products/Documentation.9/Playback/URL.trace.html

Hope this helps...

Best Regards,