Webtest is not really the right tool to measure response time because
the internal processing of pages takes a some time too. Nevertheless if
your only interested in the difference between 2 "processing time" then
you may use webtest for this. An idea could be to create the "reports"
with an other reporter than the standard one to save the results in a db
to be able to generate graphics of load durations over the time.
Marc.
Brian Erdelyi wrote:
Is a Canoo a tool I can use to simiulate the actions
of a single user to log onto a web application and
record the response time of an application when
performing certain functions?
I'd like something to constantly log onto the
application and record various response times
throughout the day every 5 minutes.
Any ideas?