RailsConf Slides from Testing Talk
Slides
Here are the slides from the RailsConf talk I did with zak.
Slides - Fast, Sexy, and Svelte: Our Kind of Rails TestingNotes
I added some notes that weren't on the slides during the presentation.
Also, somebody who took notes during the session posted them to pastie.
Default Choices
The techniques we talked about are more important than the specific tools we use. We talked about our default choices for tools, but there are some alternatives.
- Using strings for test names in Test::Unit
- Disconnecting tests from the database
-
Stubbing view rendering
- UnitController
- integrate_views (RSpec)
- Fixture alternatives
-
Parallel and distributed test runner
- DeepTest (for Test::Unit and RSpec)
- Parallelization for Selenium
Posted on 2008-06-01 | permalink | del.icio.us
Blog Archive
