Attention: We are retiring the ASP.NET Community Blogs. Learn more >

TDD / nUnit Links

From Royo:

NUnit tip for ConfigurationSetings AppSettings: http://weblogs.asp.net/psperanza/archive/2004/02/24/79596.aspx

For Installers (MSI)

NMock (NMock is a dynamic mock-object library for .NET)

Zanebug ( http://www.adapdev.com/zanebug/ ) is an advanced tool for comprehensive unit and integration testing. Features include:

  • Full NUnit 2.1 and 2.2 Compatability

 

1 Comment

  • Currently we are using Install Shield 12 for packaging the deployment setup. We wanted to perform a unit test to make sure everything is as required in the packaged (.msi) file.

    We found the NUnit MSI would be the right tool in this scenario.

    In this article, we can find how we could call the command line code to run the unit test for MSI.

    Can we get some sample code or tutorial (URL) for the same? It would be a great help.
    How do we build the config.nunit file, which is passed as a parameter to NUnitMSI.exe?

    Thanks in advance.
    Arshath

Comments have been disabled for this content.