Posts marked with “testing”

Development principles

by · March 19, 2010

0
 

What are the most important principles in software development? An insight on the basic motifs of the current methodologies.

 

Why TDD is based on testing first

by · March 11, 2010

1
 

Test-Driven Development is a test-first approach, and it could never be different. The advantages of test-first outweigh the time spent writing tests.

 

Professional Programming: DTAP – Part 1: What is DTAP?

by · July 27, 2009

2
 

Development, Testing, Acceptance, and Production, (DTAP) these are the for development areas your code should move through. How many of them does your team actually deploy?