Results 1 to 4 of 4

Thread: .NET 2.0 Automated Unit Testing for Visual Studio

  1. #1
    Join Date
    Jan 2009
    Posts
    35

    .NET 2.0 Automated Unit Testing for Visual Studio

    Hello,

    I like to know peoples opinions being a user of a .NET 2.0 Automated Unit Testing for Visual Studio? I've seem some products out there such as TestDriven.NET and NUnit. I would like to know what does everyone else use? looking for nice suggestions..

    Thanks as always !!!

  2. #2
    Join Date
    Jan 2008
    Posts
    1,521

    Re: .NET 2.0 Automated Unit Testing for Visual Studio

    Test is a unit testing tool that tests classes on .NET Framework Easy access to PXI instrumentation using VPC's Mass InterConnect's Used by Infragistics, Telerik, etc. to produce their .NET documentation Automated Peptide Synthesizers and Custom Peptide Synthesis .In Visual Studio Team System, during unit testing, we write a test class which has test methods. Test methods create instance of the class in the application code and call its method. Parameters to these methods are the values for which output is known. Unit Test in VSTS is created in the following two ways ,Creation using wizard and Authoring the code of the test.If you have access to VS2005 Team System for Developer (or Tester), that has some ok tools too.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Re: .NET 2.0 Automated Unit Testing for Visual Studio

    I have VS2008 Pro with NUnit+Resharper and VS2008 Team with TFS Unit testing.The integrated code coverage with VS2008 Team is wonderful, however the ability with Resharper and NUnit to run a single unit test is absent,which virtually saves a lot of time.some one aware of some projects which can convert UnIt style unit tests to TFS format.Don't forget to click "Mark as Answer" on the post that helped you.This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: .NET 2.0 Automated Unit Testing for Visual Studio

    Dude, In VS2008 Pro you can also use Microsofts Testing Framework, in VS2005 it's only available in the TFS edition.In VSTS unit testing every test starts in the Pass status. The test environment is notified of the test results through Asserts. Asserts denote ‘truth or what is believed to be truth’. In VSTS Assert class which is in ‘Microsoft.VisualStudio.TestTools.UnitTesting’ namespace has many methods which are used to compare results and known output values.

Similar Threads

  1. Replies: 2
    Last Post: 16-02-2011, 02:49 PM
  2. Replies: 5
    Last Post: 19-05-2010, 02:40 AM
  3. What is the Benefits of Automated Testing
    By Galbraith in forum Software Development
    Replies: 5
    Last Post: 17-02-2010, 06:32 AM
  4. Compare Visual Studio 2010 and Visual Web Developer Express
    By Zacharia in forum Software Development
    Replies: 5
    Last Post: 28-01-2010, 04:27 AM
  5. Difference between Visual studio 2005 and Visual studio 2008
    By RohanS in forum Software Development
    Replies: 3
    Last Post: 12-06-2009, 10:48 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,973,252.33873 seconds with 17 queries