Blogs about: Tdd
Featured Blog
TDD and random numbers in ruby
I’m about to TDD a Ruby class whose behaviour will involve the use of random numbers. I expect the algorithms within the class to evolve as I implement new stories, so I don’t want to des… more »
silk and spinach
Google Test Automation Conference
Anthony Stevens wrote 3 days ago: I just applied to participate in the GTAC 2008 conference, which is the “Google Test Automatio … more »
HSP Workshop - Bridal Session
— 1 comment
jenniferjpkim wrote 4 days ago: Hyon Smith is now teaching photography workshops at his studio in downtown Fairfax, VA. For this mo … more »
Automated Test Distinctions: The Food Pyramid
— 1 comment
Martin Cron wrote 5 days ago: This is something I came up with a while ago when I was working on a large integration/orchestration … more »
Is pure TDD practical?
torgeirhelgevold wrote 6 days ago: As a software developer I have always considered unit testing an important asset to programming. … more »
TestNG: Concepts, Methods and Examples
Maurizio Storani wrote 1 week ago: TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities … more »
TDD with Monorail - Part 3
timescott wrote 1 week ago: I have created a layout and stylesheet which will do for now, at least it will look like a system. I … more »
TDD with Monorail - Part 2
timescott wrote 1 week ago: System Requirements So where do we begin? Well lets try to quantify what it is that will be expected … more »
JavaScript: Behavior Driven Development / Test Driven Development Tools Roundup
chrisincambo wrote 1 week ago: I’m sure with size, complexity and sheer number of JavaScript applications and frameworks that … more »
cfix 1.1 introduces NT kernel mode unit tests
jpassing wrote 1 week ago: cfix 1.1 introduces a number of new features. The most important among these is the additional abili … more »
Team System Unit Test and Output Directories
— 5 comments
Chaks wrote 1 week ago: I always use NUnit to write my unit tests but now at Intergen I also use Microsoft Visual Studio Tea … more »
should I worry about the unexpected?
— 2 comments
szczepiq wrote 2 weeks ago: The level of validation in typical state testing with assertions is different from typical interacti … more »
Development stages in learning TDD
1187hunterwasser wrote 2 weeks ago: When having a newborn baby you read a lot of books. Books on being a parent, books on being a father … more »
What type of developer are you?
technicaldeveloper wrote 2 weeks ago: Over my relatively short career as a developer so far, I have been privileged to work with a lot of … more »
Unit Testing: Examples, Concepts and Frameworks
Maurizio Storani wrote 2 weeks ago: “Testing is the process of executing a program with the intent of finding errors” (Myers … more »
First glance at NBehave with rhino Mocks
neilmartinagile wrote 2 weeks ago: using System; using System.Collections.Generic; using System.Linq; using System.Text; using NBehave … more »
PHP London July 2008
— 4 comments
nigeljames wrote 3 weeks ago: As always the London PHP meetup last night went off. I met a whole buncha new people. Some of whom w … more »
Pex - Automated Exploratory Testing for .NET
noocyte wrote 3 weeks ago: Pex - Automated Exploratory Testing for .NET | briankel | Channel 9 Pex is a tool being developed by … more »
Comparing Reference Types in Unit Tests.
— 3 comments
Vadim wrote 3 weeks ago: If you’ve done some unit testing, you’re familiar with Assert.AreEqual method. Hav … more »
Mockando funções do PHP
— 3 comments
Guilherme Cirne wrote 3 weeks ago: O phpunit é um framework para testes unitários em PHP. Esse framework inclui funcionalidades para … more »
