About test tools for unit test

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shengtian Yang

    About test tools for unit test

    Hi, all:

    I want to choose a test tool for development.

    It seems that NUnit is the most popular tool, but I found that Microsoft
    Visual Studio also provide a built-in tool, so which is the better one?

    Does it mean that built-in tools will have better integrated supports in
    future?


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: About test tools for unit test

    Well, it makes sense that the testing tools that Microsoft provides are
    going to have better integration support, because the people writing the
    testing tools work for the same company that writes the IDE that they will
    be used in. This isn't to say one product is better than another, just
    answering the integration question.

    As to which one is better, well, you have to figure that one out based
    on your needs (which you haven't mentioned).
    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Shengtian Yang" <yangshengt@hot mail.comwrote in message
    news:u3MHbumzHH A.3564@TK2MSFTN GP04.phx.gbl...
    Hi, all:
    >
    I want to choose a test tool for development.
    >
    It seems that NUnit is the most popular tool, but I found that Microsoft
    Visual Studio also provide a built-in tool, so which is the better one?
    >
    Does it mean that built-in tools will have better integrated supports in
    future?
    >

    Comment

    Working...