Browsing the fit wiki found this interesting document. http://www.io.com/~wazmo/qa/ some links are broken, anyway it's the best Software Testing Hotlist I know.
Read More...
Last week I found the best VS+NUnit add in I know until now: http://www.mailframe.net/Products/TestRunner.htm It works great, however I got some errors related to the credentials of the process running your test fixtures (I was trying to find a certificate
Read More...
Simple class to invoke with several threads to the same method.
Read More...
One of the most common refactorings is to rename members: methods, classes, variables and so on, this kind of refactoring works pretty well when your code is under SourceControl. There are another kind of refactorings, such as: rename files or change
Read More...