开发者

Automated Testing

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.


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.


Perhaps can http://watin.org/ help?


Check out TestComplete by SmartBear. Has scripted and keyword driven testing for web apps and works with .net including with many rich Web technologies, such as, HTML5, Flash and Flex.

http://smartbear.com/products/qa-tools/automated-testing-tools/?_ga=1.73287379.1362197236.1363803531


I don't know if you want any specifications about .net web application but i can suggest selenium.


If all you've got is a list of URLs, and you want to grab the contents of each and save them, you don't really need a full-blown automated testing tool - create an HttpWebRequest for each one, then get the response and call GetResponseStream on it. Write that stream to a file and you're done.

If you want to open the file you've just saved in Excel, you can call Process.Start with the path to the .XLS file and UseShellExecute=true. That will open the file in Excel, or whatever program is set as the default file association.


You can try with QA Agent(http://qaagent.com/). It is 100% free and it is really easy to develop automated tests. QA Agent is web based IDE and it is really easy to start developing your tests with it and also to automated some daily based tasks.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜