BookFrontier
Effective Testing With RSpec 3 by Myron Marston
Book

Effective Testing With RSpec 3

Build Ruby Apps With Confidence

The Pragmatic Programmers · 2017-10-03

Effective Testing With RSpec 3: Build Ruby Apps With Confidence

Buy on Amazon

See Lists Featuring This Book

Disclosure: Some outbound links are affiliate links. If you buy through them, we may earn a commission. It doesn't affect which books we include. Learn more in our disclosure policy.

Who It's For

  • Good for readers who enjoy Computers / Software Development & Engineering / Quality Assurance & Testing
  • Good for readers interested in development
  • Good for fans of Programming

What You Get

  • Themes: Development.
  • Reading lane: Software Development & Engineering and Programming Languages.
  • Publisher: The Pragmatic Programmers.

Categories

What we read

  • Computers / Software Development & Engineering / Quality Assurance & Testing

    85%
  • Computers / Programming Languages / Ruby

    82%
  • Computers / Software Development & Engineering / General

    80%

About This Book

"Our tests are broken again!" "Why does the suite take so long to run?" "What value are we getting from these tests anyway?" Solve your testing problems by building and maintaining quality software with RSpec - the popular BDD-flavored Ruby testing framework. This definitive guide from RSpec's lead developer shows you how to use RSpec to drive more maintainable designs, specify and document expected behavior, and prevent regressions during refactoring. Build a project using...

Read full description

"Our tests are broken again!" "Why does the suite take so long to run?" "What value are we getting from these tests anyway?" Solve your testing problems by building and maintaining quality software with RSpec - the popular BDD-flavored Ruby testing framework. This definitive guide from RSpec's lead developer shows you how to use RSpec to drive more maintainable designs, specify and document expected behavior, and prevent regressions during refactoring. Build a project using RSpec to design, describe, and test the behavior of your code. Whether you're new to automated tests or have been using them for years, this book will help you write more effective tests. RSpec has been downloaded more than 100 million times and has inspired countless test frameworks in other languages. Use this influential Ruby testing framework to iteratively develop a project with the confidence that comes from well-tested code. This book guides you through creating a Ruby project with RSpec, and explores the individual components in detail. Start by learning the basics of installing and using RSpec. Then build a real-world JSON API, using RSpec throughout the process to drive a BDD-style outside-in workflow. Apply an effective test strategy to write fast, robust tests that support evolutionary design through refactoring. The rest of the book provides the definitive guide to RSpec's components. Use rspec-core's metadata to slice and dice your spec suite. Dig into rspec-expectations' matchers: compose them in flexible ways, specify expected outcomes with precision, and diagnose problems quickly with the help of good failure messages. Write fast, isolated tests with rspec-mocks' test doubles while pushing your code toward simpler interfaces. The authors, with a combined 20 years of automated testing experience, share testing wisdom that will lead to a fun, productive testing experience. What You Need: To follow along with the book, you'll need Ruby 2.2+. The book will guide you through installing RSpec 3 and setting up a new project to use it.

Similar Books

Software Estimation Without Guessing by George Dinwiddie

Software Estimation Without Guessing

Shared categories: Computers / Software Development & Engineering / Quality Assurance & Testing · Computers / Software Development & Engineering / General

Pragmatic Programmer, the by Andy Hunt

Pragmatic Programmer, the

Shared categories: Computers / Software Development & Engineering / Quality Assurance & Testing · Computers / Software Development & Engineering / General

Learning Agile by Andrew Stellman

Learning Agile

Shared categories: Computers / Software Development & Engineering / Quality Assurance & Testing · Computers / Software Development & Engineering / General

Effective Software Testing by Mauricio Aniche

Effective Software Testing

Shared categories: Computers / Software Development & Engineering / Quality Assurance & Testing · Computers / Software Development & Engineering / General

Lessons Learned in Software Testing by Cem Kaner

Lessons Learned in Software Testing

Shared categories: Computers / Software Development & Engineering / Quality Assurance & Testing · Computers / Software Development & Engineering / General

The Nature of Software Development by Ron Jeffries

The Nature of Software Development

Shared categories: Computers / Software Development & Engineering / Quality Assurance & Testing · Computers / Software Development & Engineering / General

Clean Code by Robert C. Martin

Clean Code

Shared categories: Computers / Software Development & Engineering / Quality Assurance & Testing · Computers / Software Development & Engineering / General

Release It! by Michael T. Nygard

Release It!

Shared categories: Computers / Software Development & Engineering / Quality Assurance & Testing · Computers / Software Development & Engineering / General