Test code should rarely be resilient
Fail fast. Faster! Faster!! One of the key differences between web application code and the automated test project code that accompanies it is that application code typically executes as a […]
Fail fast. Faster! Faster!! One of the key differences between web application code and the automated test project code that accompanies it is that application code typically executes as a […]
More lessons from the school of Hard Knocks If I think of more, I’ll change the number but for now, 7 seems fine. I. Favor test execution before over after