Regression Testing
-
Yes, I know, its not a very 'Lounge'-y but I know the people here are quality coders so... who would the panel reccomend for web based regression testing for a product i'm upgrading for a company in the UK? One with a free trial period and less than $1000 would be good... ;P
-
Yes, I know, its not a very 'Lounge'-y but I know the people here are quality coders so... who would the panel reccomend for web based regression testing for a product i'm upgrading for a company in the UK? One with a free trial period and less than $1000 would be good... ;P
Selenium is good[^], can run as javascript/html or as nunit tests via selenium RC. It really helps if your web application is navigable in firefox, so you can use the Selenium IDE (essentialy a macro recorder, with the ability to spit out tests as HTML or C#). Oh, and its free.
-
Selenium is good[^], can run as javascript/html or as nunit tests via selenium RC. It really helps if your web application is navigable in firefox, so you can use the Selenium IDE (essentialy a macro recorder, with the ability to spit out tests as HTML or C#). Oh, and its free.
Sweet! Thanks for the link, been looking for something like this for ages :p
**
xacc.ide-0.2.0.74 - now with C# 3.5 support!
**