Test Driven Development: In Practice
A practical guide to implementing Test Driven Development (TDD) by building a message service with .NET, XUnit, and Moq.
A practical guide to implementing Test Driven Development (TDD) by building a message service with .NET, XUnit, and Moq.
An introduction to Test Driven Development (TDD), explaining its core principles, the Red-Green-Refactor cycle, and the author's personal experience with it.
A tutorial on building a RESTful API for movies using Koa 2, Postgres, and Test Driven Development (TDD) with Mocha and Chai.
A guide to writing maintainable tests for iOS apps, covering the Red-Green-Refactor cycle and the Arrange-Act-Assert pattern.
A Swift development tip on testing private functions by prioritizing public access modifiers for better testability.
A Swift development tip on testing private functions by prioritizing public access modifiers for better testability.
Swift unit testing tutorial on verifying method calls using Test Driven Development (TDD) with iOS examples.
Swift unit testing screencast on using Test Driven Development to verify method calls in iOS apps.
Explores the two main goals of Test Driven Development (TDD) for iOS apps in Swift: proper code placement and correct logic.
Explores the two main goals of Test Driven Development (TDD) for iOS/Swift apps: ensuring code is in the right place and logic is correct.
Discusses the importance of unit testing in Swift to avoid writing legacy code, inspired by Michael Feathers' definition of legacy code as code without tests.
Article argues that Swift code without tests becomes legacy code, emphasizing the importance of unit testing for code quality.
Author shares slides from two Spring One 2GX 2014 presentations on AngularJS with Spring Boot and Spring Batch performance tuning.
A positive review of Michael Hartl's 'Ruby on Rails Tutorial' book, praising its clear explanations and focus on Test Driven Development.
A brief post highlighting two new Python programming books: one on Tkinter GUI development and another on Test-Driven Development for web apps.
A developer shares custom testing utilities for Django, including convenience methods for GET/POST requests and a context manager for user login.
Using Modipyd's pyautotest with Growl notifications for automated, feedback-driven Python testing during development.
A technical guide on writing a custom lexer by hand, covering structure, state management, and test-driven development.
A tutorial on using Test-Driven Development (TDD) workflow in Visual Studio 2010 for ASP.NET MVC controller development.
A screencast introducing unit testing with mock objects, TDD, and the Moq framework for creating maintainable tests.