Created
December 23, 2008 23:04
-
-
Save fearoffish/39501 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your Guide to Testing | |
This book will assume the user already knows Ruby and Ruby on Rails. It will focus on the different techniques you can use to test behaviour in Ruby/Rails applications. | |
Table of Contents | |
Chapter 1: Why Test? | |
Chapter 2: The Process | |
Chapter 3: Recipes | |
Fixtures or not | |
Mocking | |
Unit Tests | |
Functional Tests | |
Integration Tests | |
Acceptance Tests | |
Chapter 5: FAQ's | |
Rails | |
Why is my db full of old test data? | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment