Write your tests first.
Tag Archives: testing
Make the robots talk.
Your unit tests should convey more information.
Little things matter.
Cover your code in unit tests.
Hacking is overrated.
Throwing crap together is not a good strategy.
These are software too.
Your build and test scripts deserve first class treatment.
Developers and testers, unite.
These two parties should collaborate heavily in the development process.
Once bitten, twice shy.
Use automation to prevent bugs from re-occurring.
Use the AAA pattern in tests.
Arrange, act, assert.
Kent Beck’s Rules of Simple Design, #1
The code must run all the tests.
Don’t write flaky tests.
Stop chasing your tail with unreliable tests.