What are some of the best automated web QA tools out there? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionIssue
We have a series of websites built in ASP.NET that we deploy f开发者_开发技巧requently. Due to the lack of a QA team, we are unable to test the functionality and load of every web page within the site.Question
What are some of the top tools for doing QA testing. The tool should include some basic functionality, such as: Notifying parties when unexpected results occur. Expected results should be configurable (i.e. Hit web page A, if the response doesn't have the string, "My intranet portal" in it, notify the appropriate parties).Any help is appreciated.
Have you looked at Selenium
Try TestPlan. I've used it to setup very complex and simple monitoring. It hooks into alert systems well and can be easily scheduled with cron or other tools. Basic tests are extremely easy to write.
精彩评论