Page 1 of 1

An Ecommerce App

PostPosted: Tue Oct 18, 2011 4:04 pm
by mermill
I have an ecommerce app that uses three distinct steps, and I want to get an alert sent if any one of those steps takes longer than the time limit I specify. Can eValid do that?

Re: An Ecommerce App

PostPosted: Wed Oct 19, 2011 2:45 pm
by eValid
mermill wrote:I have an ecommerce app that uses three distinct steps, and I want to get an alert sent if any one of those steps takes longer than the time limit I specify. Can eValid do that?
This is as easy as 1-2-3.

For each of the three "bands" of time data that you need, all you have to do is use the ElapsedTime command to read off the clock value at that particular part of your script. You could also use ResetTimer to reset the clock so you have relative times rather than absolute (total) times.

eValid Support