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...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Paranj, Bala (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress : Imprint: Apress, 2017.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • 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.