Guest User

Untitled

a guest
Feb 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Your Guide to Testing
  2.  
  3. 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.
  4.  
  5. Table of Contents
  6.  
  7. Chapter 1: Why Test?
  8. Chapter 2: The Process
  9. Chapter 3: Recipes
  10. Fixtures or not
  11. Mocking
  12. Unit Tests
  13. Functional Tests
  14. Integration Tests
  15. Acceptance Tests
  16.  
  17.  
  18. Chapter 5: FAQ's
  19.  
  20. Rails
  21. Why is my db full of old test data?
Add Comment
Please, Sign In to add comment