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

Full description

Bibliographic Details
Main Author: Paranj, Bala
Format: eBook
Language:English
Published: Berkeley, CA Apress 2017, 2017
Edition:1st ed. 2017
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 02336nmm a2200313 u 4500
001 EB001384221
003 EBX01000000000000000907186
005 00000000000000.0
007 cr|||||||||||||||||||||
008 170406 ||| eng
020 |a 9781484226384 
100 1 |a Paranj, Bala 
245 0 0 |a Test Driven Development in Ruby  |h Elektronische Ressource  |b A Practical Introduction to TDD Using Problem and Solution Domain Analysis  |c by Bala Paranj 
250 |a 1st ed. 2017 
260 |a Berkeley, CA  |b Apress  |c 2017, 2017 
300 |a XXI, 288 p. 106 illus., 87 illus. in color  |b online resource 
505 0 |a 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 
653 |a Compilers (Computer programs) 
653 |a Compilers and Interpreters 
653 |a Software engineering 
653 |a Programming Techniques 
653 |a Computer programming 
653 |a Software Engineering 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4842-2638-4 
856 4 0 |u https://doi.org/10.1007/978-1-4842-2638-4?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.45 
520 |a 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 by a developer for developers. The concepts are first explained, then a coding demo illustrates how to apply the theory in practice. At the end of each chapter an exercise is given to reinforce the material. Complete with working files and code samples, you'll be able to work alongside the author, a trainer, by following the material in this book. You will: Carry out problem domain analysis, solution domain analysis, designing test cases, and writing tests first Use assertions Discover the structure of a test and the TDD cycle Gain an understanding of minimal implementation, starter test, story test, and next test Handle refactoring using Ruby Hide implementation details Test precisely and concretely Make your code robust