Automated website testing
December 26, 2011 5:04 AM Subscribe
¿How to automate testing for a website?
I need to test a website daily. The site has a series of multistep workflows that call webservices, etc., and we're constantly rolling out changes, so we need a way to make sure that nothing breaks.
Ideally, we need some software that could go to the website, execute a lot of different paths (say 50), with different choices, etc., and check for appropriate success or error messages, and generate some sort of report with what passes and what doesn't, and email it to me and a few others.
I need to test a website daily. The site has a series of multistep workflows that call webservices, etc., and we're constantly rolling out changes, so we need a way to make sure that nothing breaks.
Ideally, we need some software that could go to the website, execute a lot of different paths (say 50), with different choices, etc., and check for appropriate success or error messages, and generate some sort of report with what passes and what doesn't, and email it to me and a few others.
Check out Watin - it's a browser automation library designed for testing web applications using .net languages.
posted by Dr Dracator at 5:19 AM on December 26, 2011
posted by Dr Dracator at 5:19 AM on December 26, 2011
Selenium
Cucumber
Jasmine
Test-driven Development
Behavior-driven Development
posted by Phssthpok at 5:20 AM on December 26, 2011 [1 favorite]
Cucumber
Jasmine
Test-driven Development
Behavior-driven Development
posted by Phssthpok at 5:20 AM on December 26, 2011 [1 favorite]
Selenium is great- you can record a session, add assertions, and replay the script as needed.
posted by jenkinsEar at 10:04 AM on December 26, 2011
posted by jenkinsEar at 10:04 AM on December 26, 2011
You may find this SysAdvent post on automated web monitoring helpful. It focuses on BrowserMob but I've also heard good things about Sauce Labs.
posted by pahalial at 12:43 PM on December 26, 2011
posted by pahalial at 12:43 PM on December 26, 2011
« Older Suggestions for OS X graphics program? | How do I remove Gorilla Glue from my counter-top? Newer »
This thread is closed to new comments.
posted by oranger at 5:18 AM on December 26, 2011 [1 favorite]