Load Test Driven Development
We are going to explore whether Load Test Driven Development is an idea that would be worth pursuing for your organisation.
We will recap on what Test-Driven Development (TDD) is in the next section but fundamentally
Test-Driven Development is a philosophy and practice that involves building and executing tests before implementing the code or a component of a system
Now when you think about this, does it make sense to try and run a performance test before we have developed any code?
We think it does and we are going to explain why. For clarity we are not suggesting that Load test Driven Development should replace TDD but rather to compliment it.