Cantitate/Preț
Produs

Hands-on Test-Driven Development

Autor Greg Donald
en Limba Engleză Paperback – 13 dec 2023

În domeniul web development, tranziția de la scrierea codului la arhitecturarea unei soluții testabile reprezintă un salt calitativ imens. Suntem de părere că Hands-on Test-Driven Development reușește să demistifice acest proces, oferind o abordare extrem de practică pentru ecosistemul Ruby on Rails 7. Găsim în această carte o soluție pentru una dintre cele mai mari provocări ale inginerilor software: dificultatea de a vizualiza cum arată un test care eșuează înainte ca funcționalitatea să existe. Cartea nu se rezumă la teorie, ci ne trece prin construcția completă a unui blog, integrând tehnologii moderne precum Ruby 3 și RSpec. Apreciem structura logică a materialului, care progresează de la fundamentele limbajului Ruby către configurarea RSpec și FactoryBot. Dacă Test Driven Development in Ruby v-a oferit cadrul teoretic și analiza domeniului, această lucrare oferă instrumentele practice necesare pentru un flux de lucru profesional. Autorul insistă asupra unor aspecte adesea ignorate, precum „view specs” și utilizarea Capistrano pentru testarea interfeței cu utilizatorul. Capitolele sunt organizate pentru a oglindi etapele reale de dezvoltare: de la modele și pagini, la autentificare, administrare și, în final, lansarea în producție. Spre deosebire de alte manuale, aici vedem exact cum se integrează Capybara și headless Chrome pentru a simula comportamentul utilizatorului, asigurând o acoperire completă a testelor. Este un ghid tehnic riguros care transformă testarea dintr-o sarcină secundară într-un motor de design software, eliminând testele care trec „din greșeală” și oferind certitudinea unui cod robust.

Citește tot Restrânge

Preț: 32297 lei

Preț vechi: 40371 lei
-20%

Puncte Express: 484

Carte tipărită la comandă

Livrare economică 15-29 iunie


Specificații

ISBN-13: 9781484297476
ISBN-10: 1484297474
Pagini: 248
Ilustrații: XIII, 232 p. 19 illus.
Dimensiuni: 178 x 254 x 14 mm
Greutate: 0.47 kg
Ediția:First Edition
Editura: Apress
Locul publicării:Berkeley, CA, United States

De ce să citești această carte

Recomandăm această carte programatorilor Ruby de nivel începător și intermediar care doresc să adopte fluxul de lucru TDD în proiecte reale cu Rails 7. Cititorul câștigă experiență practică în utilizarea RSpec și FactoryBot, învățând să scrie teste unitare și de sistem care previn erorile de producție. Este resursa ideală pentru a învăța cum să livrezi aplicații web sigure și ușor de întreținut.


Despre autor

Greg Donald este un inginer software cu experiență, specializat în dezvoltarea aplicațiilor web. Expertiza sa se concentrează pe ecosistemul Ruby și pe implementarea metodologiilor de testare automatizată în medii de producție. Prin intermediul lucrărilor sale publicate la Apress, Donald își propune să educe comunitatea de dezvoltatori în adoptarea celor mai bune practici de inginerie software, punând un accent deosebit pe Test-Driven Development (TDD) și pe utilizarea eficientă a framework-ului Ruby on Rails.


Descriere scurtă

Learn to properly test Ruby and Ruby on Rails applications by first writing failing tests, and then by implementing application code to make the failing tests pass. This book will teach you how to employ test-driven development (TDD) using RSpec while building a blog from start to finish. By the end of the book, you will be ready to deploy their fully tested blog to their own production web server using the latest versions of Ruby 3 and Ruby on Rails 7.
The biggest challenge with learning and becoming comfortable with test-driven development is that software engineers often cannot imagine what writing a failing test looks like in practice. They write their implementation code first, and only then think about writing tests around their implementation code. This leads to tests that pass by accident, or tests that do not actually test anything. This book will give you the confidence to write tests in the RSpec domain-specific language. You will see your tests fail "properly" before proceeding with writing any implementation code to get them to pass.
This book covers the latest techniques for writing RSpec tests, including "system" specs, and the often overlooked "view" specs, and how to integrate RSpec with other tools like Capybara, headless Chrome, and the new web driver gem. It also covers FactoryBot for mock test data and offers experienced advice on how to avoid creating tests that fail randomly.
What You Will Learn
  • Build a blog application from start to finish using test driven development
  • Install and explore popular tools used in professional Ruby software engineering
  • Evaluate the benefits of effective testing in RSpec
  • Explore Capistrano for advanced user interface testing
 
Who Is This Book For
Beginner to intermediate Ruby software engineers who are interested in learning to use TDD with RSpec to test and build web applications using Ruby on Rails. Readers should have some basic experience with Ruby and Ruby on Rails and have read the "Getting Started with Rails" guide, or something similar.

Cuprins

Chapter 1: Intro.- Chapter 2: What is Test-Driven Development?.- Chapter 3: Getting started with Ruby.- Chapter 4: Getting started with Ruby on Rails.- Chapter 5: Setting up RSpec and FactoryBot.- Chapter 6: Adding Initial Models.- Chapter 7: Creating Pages.- Chapter 8: Build Homepage Contents.- Chapter 9: Side Bar Contents.- Chapter 10: Page Tags.- Chapter 11: Images.- Chapter 12: User Authentication.- Chapter 13: Administration.- Chapter 14: Odds and Ends.- Chapter 15: Deploy to Production.

Notă biografică

Greg Donald has been a professional software engineer since 1996 and has worked with Ruby on Rails since 2006. Prior to that, he worked on many Perl and PHP projects, often finding the lack of tests made them hard to maintain and extend. After having seen the results of software written using different testing methods, he became a test driven development enthusiast and practitioner, determining no other method would ever be more successful in producing quality software than TDD. He decided to write this book to promote TDD and share his positive experiences using it.

Caracteristici

Uses a hands-on approach to TDD with one recurring example that readers can build gradually Shows the entire process of building a software application, from start to finish, using TDD Demonstrates writing failed test specs to understand how to test effectively using RSpec