Your Agile Source
 

For Project Managers

    Our Blog
    Read Online
    Read Offline
    Tools
    Events
    Resources
    Have Questions?

For Developers

    Our Blog
    Read Online
    Read Offline
    Tools
    Events
    Resources
    Have Questions?

For QA Professionals

    Our Blog
    Read Online
    Read Offline
    Tools
    Events
    Resources
    Have Questions?

    Agile PM/Development/QA

Wednesday Jul 28, 2010

nUnit

Recent versions of Visual Studio offer support for unit testing.  But it sets up separate projects and doesn't even come close to simplicity of nUnit.  Typically, you have to use a separate application to run tests.  It's easy enough, but if you'd like to integrate it directly into the IDE with ability to run all tests, specific test class, or an individual test, get TestDriven.


jUnit

A must-have for any Java developer.  In case you're not using it already, here's the link.


XmlMessageTest

Our free tool for testing servers that communicate with clients via XML.  We've used it on several long-term projects in a similar way you'd use xUnit.  Got some good response from others that have tried, so wanted to share it.


 
Copyright © 2010 SmartEdge LLC. All Rights Reserved.