Posts marked with “testing”
Development principles
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
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?
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?