Information may be Out-of-Date


This page about deprecated software versions is shown for
reference purposes only. Information on this page is not
maintained and may no longer be valid.
 

Please find the latest manual for Webserver Stress Tool here:

Manual Webserver Stress Tool (pdf)
 

Navigation: Contents   Index   Previous   Next

Using Custom URL Scripts for Advanced URL Sequences

If simple URL sequences are not flexible enough for your testing needs then you should consider using Custom URL Scripts to configure Webserver Stress Tool.

On the URLs tab choose Custom URL Script to enable this feature. A code editor comes up where you can edit your URL Script:

image18 9

A good start is to click Default Script, then Webserver Stress Tool loads the built in demo script.

The script language is very similar to VBScript and description of the syntax and a list of allowed commands can be found in the Appendix.

The script must define four main functions: OnBeforeClick, OnAfterClick, OnBeforeRequest and  OnAfterRequest.

More:

buttonOnBeforeClick

buttonOnBeforeClick Samples

buttonOnAfterClick

buttonOnAfterClick Samples

buttonOnBeforeRequest

buttonOnBeforeRequest Samples

buttonOnAfterRequest

buttonOnAfterRequest Samples

Navigation: Contents   Index   Previous   Next