Power Up Testing Efficiency by 40% in just 12 weeks. Join the Pilot Program

What is Test Driven Development? Pros, Cons and Examples

This process of writing tests before the actual code is in place is called TDD, or test-driven development. It is a very short development cycle where the developer writes an automated test case that sometimes fails, then creates just enough code for it to pass, and then re-factors common code into acceptable standards. TDD has… Continue reading What is Test Driven Development? Pros, Cons and Examples