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 service whereas test project code executes as a script. This is significant because it implies a few structural differences.
All