Anyone do regression testing?
-
We're looking for a product to help us test new versions against a list of bug fixes, etc. Anyone here do this? I'd appreciate any tips or suggestions. Experience with real products would be great.
-
We're looking for a product to help us test new versions against a list of bug fixes, etc. Anyone here do this? I'd appreciate any tips or suggestions. Experience with real products would be great.
Well, the point of unit testing is to be able to perform regression testing. There's http://www.nunit.org/[^] and of course my article series, starting with http://www.codeproject.com/csharp/autp1.asp[^] but I imagine what you really want is something to "drive" the GUI and test the actions? Marc Latest AAL Article My blog Join my forum!
-
We're looking for a product to help us test new versions against a list of bug fixes, etc. Anyone here do this? I'd appreciate any tips or suggestions. Experience with real products would be great.
We've been using Visual Intercept[^] for years, and it's pretty functional as defect tracking goes. One word of advice - we tried the Access back end first, and it was buggy and unstable. Once we moved to the SQL Server back end it settled down and has served us well. Chistopher Duncan The Career Programmer: Guerilla Tactics for an Imperfect World Unite the Tribes: Ending Turf Wars for Career and Business Success (November, 2003)
-
We're looking for a product to help us test new versions against a list of bug fixes, etc. Anyone here do this? I'd appreciate any tips or suggestions. Experience with real products would be great.
Unit tests (using NUnit) will give you excellent regression tests. Вагиф Абилов MCP (Visual C++) Oslo, Norway Hex is for sissies. Real men use binary. And the most hardcore types use only zeros - uppercase zeros and lowercase zeros. Tomasz Sowinski