Timed Action Fixture


A TimedActionFixture adds wall clock and interval timing to ActionFixture. Reports from tables using this fixture have two additional columns not present on the input. These are time, local time in hh:mm:ss format, and split the elapsed time used by each action, reported in decimal seconds, and quoted only when it exceeds one second.

Try timing this web page retrieval from WebPageExample.

fit.TimedActionFixture
start eg.Page  
enter location http://google.com
check title Google
enter link Jobs
check title About Google
enter link Press
enter link Review
check title Google Press Room

And here are some pages that might be slower.

fit.TimedActionFixture
start eg.Page  
enter location http://www.advogato.org/
check title Advogato
enter location http://archive.ncsa.uiuc.edu/
check title NCSA Archive Demo
enter location http://www.cs.columbia.edu/nlp/newsblaster/
check title Columbia Newsblaster

 

Last edited October 7, 2002
Return to WelcomeVisitors