It’s a simple way to avoid repeating mistakes.
Tag Archives: testing
Don’t count on others to test.
Do your job and be responsible.
Testing can find bugs, but it can’t prove the absence of bugs.
It can certainly find bugs, but it is not proof that all is well.
Write a story.
Use cases should tell an interesting narrative.
Follow the example.
It pays to write good examples.
You aren’t gonna need it.
YAGNI. Believe it.
Write tests with realistic data.
Use detailed examples with precise answers.
Control your test data.
Don’t let it control you.
Don’t cheat.
Take your code coverage seriously.
Check your coverage.
Test all conditions.