Remove Engineering Culture Remove Programming Remove TDD Remove Test-Driven Development
article thumbnail

5 ways to do Continuously Improved Testing

Xebia

These principles tell us our tests should be: Fast. Independent” is an especially common pitfall – it is very tempting to have tests depend on program state, its environment or on other tests. In the long run, this will result in tests that are hard to maintain and understand. Independent. Repeatable.

Testing 130