RSpec Essentials. Develop testable, modular, and maintainable Ruby software for the real world using RSpec - Helion
Tytuł oryginału: RSpec Essentials. Develop testable, modular, and maintainable Ruby software for the real world using RSpec
ISBN: 9781784392956
stron: 222, Format: ebook
Data wydania: 2016-04-21
Księgarnia: Helion
Cena książki: 107,10 zł (poprzednio: 119,00 zł)
Oszczędzasz: 10% (-11,90 zł)
This book will teach you how to use RSpec to write high-value
tests for real-world code. We start with the key concepts of
the unit and testability, followed by hands-on exploration of
key features. From the beginning, we learn how to integrate
tests into the overall development process to help create
high-quality code, avoiding the dangers of testing for its
own sake.
We build up sample applications and their corresponding
tests step by step, from simple beginnings to more
sophisticated versions that include databases and external
web services. We devote three chapters to web applications
with rich JavaScript user interfaces, building one from the
ground up using behavior-driven development (BDD) and
test-driven development (TDD).
The code examples are detailed enough to be realistic while
simple enough to be easily understood. Testing concepts,
development methodologies, and engineering tradeoffs are
discussed in detail as they arise. This approach is designed
to foster the reader’s ability to make well-informed decisions
on their own.
Osoby które kupowały "RSpec Essentials. Develop testable, modular, and maintainable Ruby software for the real world using RSpec", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
RSpec Essentials. Develop testable, modular, and maintainable Ruby software for the real world using RSpec eBook -- spis treści
- 1. Exploring testability from unit tests to behavior-driven development
- 2. Specifying behavior with examples and matchers
- 3. Manipulating state with doubles and hooks
- 4. Optimizing development with setup and support code
- 5. Simulating external services with VCR
- 6. Driving web UIs with Capybara
- 7. Building a real app with BDD from the outside in
- 8. Tackling the challenges of end-to-end testing
- 9. Verifying environments in development and production
- 10. BDD for the rest of us