By tag: tdd
0
kicks
Edument CQRS and Intentful Testing Starter Kit
C# code to help you get started with writing intentful tests for a domain, expressing it as commands, events and exceptions. These ideas are often associated with the CQRS pattern.
0
kicks
Development team best practices and techniques - review and quiz
A list of best practices used by mature development teams. In the form of "Quiz" - you can point which of them you use and answer how advanced your team is.
0
kicks
How TDD assists me
Did a quick writeup of how TDD assists me on a day to day basis while trying to get some work done in paradise
0
kicks
Testable navigation with Stateless
In this post we will look at handling advanced navigation flows within MVC and web forms applications in a testable maner using a state machine.
0
kicks
Continuous Testing 2.0 is here
Continuous Testing 2.0 has been released, enabling an even better, faster TDD workflow. Lots of improvements and new features including Smart Test Run Prioritization and early abortion of runs.
0
kicks
Dev Magic Fake Framework Released on CodePlex
Dev Magic Fake is a faking framework and open source project that provides the ability to focus on how to complete, verify and test the application behaviors and response without focus on coding or developing the underline layers until the application features finished, tested and approved
0
kicks
Docx 2 UnitTest
A Visual Studio 2010 custom tool to generate unit tests from Microsoft® Word® 2007/2010 documents.
0
kicks
Unit Testable WCF Web Services in MVVM and Silverlight 4
I figured that there has to be a better way to solve this everyday problem so while working on my personal MVVM framework (yes, everyone is building one these days) i was setting these goals regarding the Web Service calls from my MVVM applications:
1. simplify as much as possible asynchronous...
0
kicks
Auto-mocking hierarchies (a.k.a. recursive mocks) with Moq
In this post I will show how the auto-mocking hierarchies (a.k.a. recursive mocks) feature of Moq can greatly simplify your unit tests.
0
kicks
ASP.NET MVC, TDD and Fluent Validation
"Yesterday I wrote about ASP.NET MVC, TDD and AutoMapper, and how you can use them together in a DDD application. Today I thought I would follow up and explain how to apply these techniques to another important (but boring) part of any web application: user input validation."
0
kicks
Introduction to Test-Driven Development with ASP.NET MVC
Introduction to Test-Driven Development (TDD) with ASP.NET MVC.
0
kicks
ASP.NET MVC TDD using Visual Studio 2010
Phil Haack announced yesterday that the tooling support for ASP.NET MVC is available for Visual Studio 2010. Troy Goode already blogged about the designer snippets (which are really really cool, just like other parts of the roadmap for ASP.NET MVC 2.0). I’ll give the new TDD workflow introduced in V...
0
kicks
A Software Craftsman’s 200$ Bookshelf Upgrade!
About three weeks ago, I asked my readers and some people in the Norwegian developer community about what books they have in their bookshelf. The response was good, and I ended up with many good book recommendations.
Today I placed a new order on Amazon, and spent 200$ to upgrade my bookshelf. If...
0
kicks
Toward a Better Use of Context/Specification
have you hand-rolled your own base class for your Context/Specification style specs? Curious whats different between a Context/Specification base class and a typical unit testing base class? read on...
0
kicks
Redefining ALT.NET or rather, rediscovering it’s meaning
I’ve heard about ALT.NET about a year ago. At first, I thought that it was about using alternatives to Microsoft or to avoid Microsoft software. ALT.NET was supposed to be about going “alternative” and being against “The Man” and being for “The People”. Well, I must agree that I wasn’t totally right...