Overview
- 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
Access this book
Tax calculation will be finalised at checkout
Other ways to access
About this book
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.Similar content being viewed by others
Keywords
Table of contents (15 chapters)
Authors and Affiliations
About the author
Bibliographic Information
Book Title: Hands-on Test-Driven Development
Book Subtitle: Using Ruby, Ruby on Rails, and RSpec
Authors: Greg Donald
DOI: https://doi.org/10.1007/978-1-4842-9748-3
Publisher: Apress Berkeley, CA
eBook Packages: Professional and Applied Computing, Apress Access Books, Professional and Applied Computing (R0)
Copyright Information: Greg Donald 2024
Softcover ISBN: 978-1-4842-9747-6Published: 13 December 2023
eBook ISBN: 978-1-4842-9748-3Published: 12 December 2023
Edition Number: 1
Number of Pages: XIII, 232
Number of Illustrations: 19 b/w illustrations
Topics: Programming Techniques, Web Development