. Net test driven development

Source: Internet
Author: User

Test driven development
Books

Lessons learned in software testing by CEM Kaner, James Bach, and Bret pettichord.
Pragmatic unit testing in C # By the pragmatic programmers Andy hunt and Dave Thomas, the preview chapters (ONE, TWO) look good.
Managing the testing processBy Rex black-highly recommended by John Robbins.
Test driven development: A Practical Guide by Dave astels, we 've got this at work and it is very good although the examples are in Java.
Test driven development: by example by Kent Beck. My comment: can we please move away from the stupid money example.
Test-driven development in Microsoft. NETBy James Newkirk, a developer on the nunit project. awesome book. (get all the code from the TDD workspace on gotdotnet)

Software

Csunit-Open Source testing framework
Nunit-Open Source testing framework
Mbunit-unit testing similar to nunit, from a Microsoft employee

. Test-automated cial automatic unit testing software
Harnessit-inclucial testing framework
Unite. Net-container cial unit and integration test software
X-unity-inclucial testing framework

Nunitaddin-Visual Studio add-in, currently has command-line interface (I hear Jamie cansdale is working on a GUI with red/green bars)
Nunitasp-test web sites by interacting programmatically with the controls on the web page. Now supports authentication as well as several other new features! Also see my nunitasp tips and best practices.
Nunitforms-allows you to test windows forms in a manner similar to nunitasp (you get to interact with the form elements programmatically). It even includes des a recorder application!
Runit-Runs nunit test harnesses in ASP. NET.
Testrunner for nunit-An nunit add-in for Visual Studio. NET. See blog post.
Vsnunit-An nunit add-in for Visual Studio. NET. See blog post.

Mock objects

Dotnetmock
Easymock. net
Mockobjects
Nmock
Pocmock

Web sites/columns

Applying patterns to software testing-Brian Marick
Bret pettichord's publications on Testing
Brian Marick's writings on Software Testing
Cem kaner's articles on Testing
James Bach's articles
Objectmentor's test driven development articles
Testdriven.comWeb site, general purpose portal that has des various ages, testing tools, and articles.
Test driven development column Dave astels
Test driven development Yahoo! Group
Pages on the C2 wiki:

    • Testdrivendevelopment
    • Testingcategory
    • Unittest-check out all the links at bottom

Blogs

Benjamin Mitchell has an excellent XP and agile category including lots of TDD
Brian Marick's blog is all about testing
James Newkirk, lead developer on nunit and now Microsoft employee, hasExcellent TDD blog.
Jay Kimble has a TDD category
Jens winter has a TDD category
Jonathan cogley has a TDD category
Jonathan de halleux-the creator of mbunit
Roy osherove has a test driven category
Siva Rama Krishna has a blog published Ted to Software Testing
Steve eichert has a TDD category
See my test driven development category

Unit testing articles

Adventures in C #: Using nunit-Ron Jeffries
Advanced unit testing: Parts 1 , 2 , 3 , 4 , 5 -Marc Clifton
An initial investigation of test driven development in industry-Laurie Williams and boby George
Best practices: Test driven development
Charles 'six rules of unit testing-Charles Miller
Contractual test driven development: combining test driven development and design by contract-Dave Chaplin
Csunit tutorials-a group of related tutorials on csunit, including one on How to port from nunit
Developing automation tests using nunit2 with VB. NET-Dave Chaplin
Valid unit testing-Tim burns
Endo-testing: Unit Testing with mock objects-Tim macinnon, Steve Freeman, Philip Craig
Debugging. Net with nunit-Paul Kimmel
Fun with unit tests-testing abstract classes-Roy osherove
Interview: XP pioneer stumps for test-driven development-Jon Udell on InfoWorld
Introduction to test-driven development with nunit and the nunit add-in-Roy osherove
An Introduction to test-driven development (TDD) -Code examples are in C # And DELPHI using csunit.

    • Download the powerpoint (1043 K)
    • Download the source code (90 K)

An Introduction to test-driven development (TDD) using Visual basic.net-Code examples in VB. NET using csunit.

    • Download the powerpoint (1046 K)
    • Download the source code for the demonstrations (211 k)

Nunitasp article- Melwyn D 'Souza and sarvesh damle
Nunit V.2 for people who can't cook-Markus Kalina, not the latest version of nunit
Perform code coverage analysis with. Net to ensure thorough application testing -James McCaffrey
Putting test driven development into practice-Jimmy Nilsson
TDD with nunit and C #-PowerPoint presentation by Jonathan cogley
Test driven analysis and design-Jason Gorman
Test before you leap into development-Jon Udell on InfoWorld
Test-driven C #: improve the design and flexibility of your project with eXtreme Programming Techniques -Will Stott and James W. Newkirk
Test driven development-objectmentor's write-up on TDD
Test driven development-Scott Ambler, chap 11 of his agile database techniques book
Test driven development and acceptance testing-James Grenning
Test-driven development, a conversation with Martin Fowler, Part V-Bill Venners on artima.com
Test driven development and Web Services-Peter Provost, uses nunit
Test driven development in. Net-Peter Provost, uses nunit
Test driven development in enterprise integration projects-Gregor hohpe and Wendy istvanick
Test driven development using nunit-Jason Gorman
Test first guidelines-Sean Shubin
Testing ASP. NET Applications with nunitasp and nunit-Justin gehtland
Testing for programmers-Brian Marick, very good!
Unit testing and test-first development-on msdn
Unit testing database code-Richard Dallaway
Unit testing in. Net-Charlie Poole, 79 PowerPoint slides
Unit testing in. net -Justin gehtland
When do you stop unit testing? -Gordon weakliem
Work Guidelines: Test driven development
Working backwards-James Newkirk, Robert C. Martin
Write unit tests-Nick Smith in Visual Studio magazine
Writing automated browser tests using nunit and IE-Dave Chaplin

Refactoring
Books

Refactoring: improving the design of existing code by Martin Fowler-Excellent
Refactoring workbook by William wake-very good
Refactoring to patterns by Joshua kerievesky-forthcoming book, see the web site

Software

C # refactoring tool-$110 for 1-9 licenses, $99 for 10 or more
C # refactory-$99 first license, $50 each additional, 30 for $549
Doteasy-currently free
Flywheel-$449
Resharper-use a username and passwordEapuser, Pricing not set
Visual Studio-will include refactoring in the Whidbey release, due in 2005.

Web sites

Agile. NET development-refactoring-by Jason Gorman, C # tutorial on refactoring
Fowler refactoring example-by Dave veeneman, a C # Translation of the 'startpoint' example in chapter 1 of Fowler's refactoring book
Refactoring home page-a portal on refactoring maintained by Martin Fowler
Refactoring Yahoo! Group
Refactoring with Martin Fowler-artima interview by Bill Venners
The process of database refactoring-by Scott Ambler
Refactoring refactoring-article by Robert X. cringely that questions refactoring
Pages on the C2 wiki:

    • Whatisrefactoring
    • Refactormercilessly
    • Historyofrefactoring
    • Whynotenou?factoringhappens

 

Reference: http://blog.csdn.net/hychieftain/archive/2004/12/07/207768.aspx

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.