Windows Vista Forums

Unit Test Software
  1. #1


    ReneMarxis Guest

    Unit Test Software

    Hello

    Can anyone tell me if there exist some tools for doing automated unit
    tests?
    What i need is something like NUnit ore #unit but with the possebility
    to feed the tests from external, eg. some xml file and get the results
    also as file.



    The project i am going to use it is very big and automated unit tests
    arebe very required.

    I am using the Team Edition of VS 2005 (with VB)

    _thanks rene

      My System SpecsSystem Spec

  2. #2


    sloan Guest

    Re: Unit Test Software


    At the end of the day, things like NUnit are frameworks.

    You have to write the tests. if you're tests need to get something from
    xml, so be it...you gotta write it.
    Writing tests takes time. Its not a short-term-gain endeavor.

    "Automated" does not mean auto generate for you.

    Automated means you code 'em up, and with a push of a button or some other
    action (CruiseControl.Net?) you get results back without going through them
    line by line.




    "ReneMarxis" <rene.marxis@xxxxxx> wrote in message
    news:232202f8-c739-47d2-a536-d9928b49bbd1@xxxxxx

    > Hello
    >
    > Can anyone tell me if there exist some tools for doing automated unit
    > tests?
    > What i need is something like NUnit ore #unit but with the possebility
    > to feed the tests from external, eg. some xml file and get the results
    > also as file.
    >
    > The project i am going to use it is very big and automated unit tests
    > arebe very required.
    >
    > I am using the Team Edition of VS 2005 (with VB)
    >
    > _thanks rene


      My System SpecsSystem Spec

  3. #3


    ReneMarxis Guest

    Re: Unit Test Software

    On 18 Aug., 20:51, "sloan" <sl...@xxxxxx> wrote:

    > At the end of the day, things like NUnit are frameworks.
    >
    > You have to write the tests. *if you're tests need to get something from
    > xml, so be it...you gotta write it.
    > Writing tests takes time. *Its not a short-term-gain endeavor.
    >
    > "Automated" does not mean auto generate for you.
    >
    > Automated means you code 'em up, and with a push of a button or some other
    > action (CruiseControl.Net?) you get results back without going through them
    > line by line.
    >
    Yes sloan i know tests have to be written by our self and preaparing
    them the right way normaly takes more time like coding the stuff
    itself. I was asking for some allready implemented framework eg. like
    NUnit that covers most of the required functionalities (input/output).
    CruiseControl.Net was one good idea. Thanks.

    I did allready use this kind of software before in one big company. It
    was some software from rational that was used to do unit tests and run
    code covarege tests. Hoewer we used this under Unix and for a c/c++
    application.

    My question was more if there are some good tools also for .Net. Money
    is not a problem at all.

      My System SpecsSystem Spec

Unit Test Software problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using it to Test Software Glee Virtual PC 16 05 Oct 2008
Is there a Unit Test framework for WPF ? Philippe Lavoie Avalon 2 17 Jul 2008
How to unit test a Dataset? RBScheer .NET General 0 13 Jul 2008
Creating Unit Test for Function which uses recursive dispatcher Mike D Avalon 0 09 Apr 2008
separate long test from unit tests in vsts yacrumb .NET General 0 03 Mar 2008