Software code and tests are read much more than they are written.
Tag Archives: testing
Don’t put test scripts in production.
They don’t belong there.
Keep the build clean.
Don’t accept failed tests.
Observe single test cases in your IDE.
It’s a powerful tool, extremely useful in examining code coverage.
Do not introduce extra logic for tests.
All logic should serve a business purpose.