Test automation has always been about speed. We measured success by how many tests we ran per minute and celebrated shorter regression cycles. However, we now stand at the edge of the next evolution.
Test-Driven Development (TDD) represents an iterative software development strategy in which developers author automated tests before writing the corresponding production code. This methodology is ...