Test Driven Development in Ruby A Practical Introduction to TDD Using Problem and Solution Domain Analysis /
Learn the basics of test driven development (TDD) using Ruby. You will carry out problem domain analysis, solution domain analysis, designing test cases, and writing tests first. These fundamental concepts will give you a solid TDD foundation to build upon. Test Driven Development in Ruby is written...
Main Author: | |
---|---|
Corporate Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2017.
|
Subjects: | |
Online Access: | Full Text via HEAL-Link |
Table of Contents:
- 1. The Basics
- 2. Katas
- 3. Techniques in TDD
- 4. Importance of Test Cases
- 5. Character to Number Conversion
- 6. Conway's Game of Life
- 7. Gilded Rose
- 8. Dealing with Third Party APIs
- 9. Pair Ranking.