Does anyone know of a free or trial version to test an .net web site? It must go to a url with parameters (which will generate an excel file), then the open/save dialog pops up, and either open then save it, or just save it. It will then loop and go onto the next url.
Share
I’d write a simple AutoIT script to do this – http://www.autoitscript.com/site/autoit/
It’s easy and fast to learn, and compiles to .exe, so no special environment is required to run it.