Introduction to Testing
- What is test-driven development?
- What is behavior-driven development?
- What’s a test?
- What can be tested?
- What are the different kinds of testing?
- How do you test in Rails?
Resources
- Frameworks, Libraries, and Gems
- An Example
- TokenApp A small Rails app created using TDD. Check out the commit log to see the process.
- Other Resources
- How Would You Test This?
- Ruby Koans (Learn Ruby the test-driven way.)