Astra Site Test
by John Bredehoeft
LISTING 1:
A Sample Test Script
lr_start_transaction("main");
URL("http://www.winntmag.com/index.html");
URL("http://www.winntmag.com/news/Sneaking040897.html");
URL("http://www.winntmag.com/main/main.dbm");
.
.
.
URL("http://www.winntmag.com/issues/reprints.html");
URL("http://www.winntmag.com/issues/adindex.cfm");
lr_end_transaction("main");
lr_rendezvous("forums_meeting_point");
lr_start_transaction("Forums");
URL("http://www.winntmag.com/forums/main.html");
.
.
.
URL("http://www.winntmag.com/Forums/Conf_ThreadList.cfm?CFApp=8&SwitchForum=60&un=1mrg7rs");
URL("http://www.winntmag.com/Forums/Conf_ThreadList.cfm?CFApp=8&SwitchForum=9&un=1mrg7un");
URL("http://www.winntmag.com/Forums/Thread.cfm?CFApp=8&Thread_ID=5733&mc=1");
lr_end_transaction("Forums");
FormSubmit("http://www.winntmag.com/info/wordsearch.dbm",
"Word_required", "You must enter a word.",
"word", "Fault Tolerance",
ENDFORM);
FormSubmit("http://www.winntmag.com/info/wordsearch.dbm",
"Word_required", "You must enter a word.",
"word", "Backup",
ENDFORM);