WARNING: This is old and likely obsolete.
- published date: 2013-10-04 20:07
- keywords: [“ruby”, “swaac”, “testing”]
- source: http://gaslight.co/blog/6-ways-to-remove-pain-from-feature-testing-in-ruby-on-rails
- uninstall Cucumber
- use Page Objects
- have useful failure messages
- embrace asynchronous testing
- get serious about data building
- prefer refining existing tests over writing new tests
- who’s testing your tests?