Welcome to MSDN Blogs Sign in | Join | Help

Just Coding

Spanish Developer Bits

March 2004 - Posts

LINK:>Testing Resources
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...
Explore the fit acceptance testing framework
http://fit.c2.com/ Read More...
NUnit From VS
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...
Stress Testing without ACT
Simple class to invoke with several threads to the same method. Read More...
Refactoring and SourceControl
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...
Page view tracker