I\'m working on a project which is in serious need of some performance tuning.
How do I write a test that fails if my optimizations do not in improve the speed of the pr
kent beck and his team automated all the tests in TDD.
here for performance testing also we can automate the tests in TDD.
the criteria here in performance testing is we should test the yes or no cases
if we know the specfications well n good we can automate them also in TDD