Hi, I have the following szenario which I would like to implement in WebTest:
- navigate to a download page - download a binary file (and let it save somewhere) - go to some other pages in my webapplication - upload the previously downloaded file Now, to upload the previously downloaded file, I need the name under which it was saved. How can I undoubtedly find out the name of this downloaded file? I know that I can prefix the name for the name of the downloaded file, but the rest of the file is still unpredictable (namely due to the usage of a unique number not known at download time). Thanks and best regards Roger _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

