Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image handling within the WAT monitor is handled differently depending on the playback script.

...



For example, if the WAT script was:

...


...


page0

...


GET http://www.uptimesoftware.com:80/index.html

...


GET http://www.uptimesoftware.com:80/images/logo.gif

...



The monitor would issue two requests: one for index.html and another for logo.gif (and download the target image).

...


...


However, if the WAT script was:

...



page0

...


GET http://www.uptimesoftware.com:80/index.html

...


...


The monitor would only issue one request for index.html page and it would not retrieve the logo.gif that appears on the index page.