I'd like to build a script to monitor the time required to complete the download of a standard-sized (test) file that I select using an http interface. Because downloading a file to a local drive requires interfacing directly with the OS (Win 2008 in this case), I'm unable to record those steps using SEUM. Is there some workaround that would allow this?
I'd prefer to simply write each new download over the top of the previous download with each iteration of the script; that would remove the need to write a separate cleanup script.