Items related to Hands-on Test-Driven Development: Using Ruby, Ruby...

Hands-on Test-Driven Development: Using Ruby, Ruby on Rails, and RSpec - Softcover

 
9781484297476: Hands-on Test-Driven Development: Using Ruby, Ruby on Rails, and RSpec
  • PublisherApress
  • Publication date2023
  • ISBN 10 1484297474
  • ISBN 13 9781484297476
  • BindingPaperback
  • LanguageEnglish
  • Edition number1
  • Number of pages248

Buy Used

Condition: As New
Unread book in perfect condition... View this item

Shipping: US$ 2.64
Within U.S.A.

Destination, rates & speeds

Add to basket

Search results for Hands-on Test-Driven Development: Using Ruby, Ruby...

Stock Image

Donald, Greg
Published by Apress, 2023
ISBN 10: 1484297474 ISBN 13: 9781484297476
New Softcover

Seller: GreatBookPrices, Columbia, MD, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 46841577-n

Contact seller

Buy New

US$ 60.43
Convert currency
Shipping: US$ 2.64
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Seller Image

Donald, Greg
Published by Apress 12/13/2023, 2023
ISBN 10: 1484297474 ISBN 13: 9781484297476
New Paperback or Softback

Seller: BargainBookStores, Grand Rapids, MI, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback or Softback. Condition: New. Hands-On Test-Driven Development: Using Ruby, Ruby on Rails, and Rspec 0.96. Book. Seller Inventory # BBS-9781484297476

Contact seller

Buy New

US$ 63.08
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 5 available

Add to basket

Stock Image

Donald, Greg
Published by Apress, 2023
ISBN 10: 1484297474 ISBN 13: 9781484297476
New Softcover

Seller: California Books, Miami, FL, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # I-9781484297476

Contact seller

Buy New

US$ 68.00
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Donald, Greg
Published by Apress, 2023
ISBN 10: 1484297474 ISBN 13: 9781484297476
Used Softcover

Seller: GreatBookPrices, Columbia, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: As New. Unread book in perfect condition. Seller Inventory # 46841577

Contact seller

Buy Used

US$ 65.56
Convert currency
Shipping: US$ 2.64
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Donald, Greg
Published by Apress, 2023
ISBN 10: 1484297474 ISBN 13: 9781484297476
Used Softcover

Seller: Book Deals, Tucson, AZ, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Good. Good condition. This is the average used book, that has all pages or leaves present, but may include writing. Book may be ex-library with stamps and stickers. 1.01. Seller Inventory # 353-1484297474-gdd

Contact seller

Buy Used

US$ 84.20
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Donald, Greg
Published by Apress, 2023
ISBN 10: 1484297474 ISBN 13: 9781484297476
New paperback First Edition

Seller: Russell Books, Victoria, BC, Canada

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

paperback. Condition: New. First Edition. Special order direct from the distributor. Seller Inventory # ING9781484297476

Contact seller

Buy New

US$ 74.24
Convert currency
Shipping: US$ 9.99
From Canada to U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Donald, Greg
Published by Apress, 2023
ISBN 10: 1484297474 ISBN 13: 9781484297476
New Softcover

Seller: Ria Christie Collections, Uxbridge, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. In. Seller Inventory # ria9781484297476_new

Contact seller

Buy New

US$ 74.34
Convert currency
Shipping: US$ 15.45
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Donald, Greg
Published by Apress, 2023
ISBN 10: 1484297474 ISBN 13: 9781484297476
Used Softcover

Seller: GreatBookPricesUK, Woodford Green, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: As New. Unread book in perfect condition. Seller Inventory # 46841577

Contact seller

Buy Used

US$ 70.73
Convert currency
Shipping: US$ 19.35
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Seller Image

Greg Donald
Published by Apress Nov 2023, 2023
ISBN 10: 1484297474 ISBN 13: 9781484297476
New Taschenbuch
Print on Demand

Seller: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germany

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Taschenbuch. Condition: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -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 LearnBuild a blog application from start to finish using test driven developmentInstall and explore popular tools used in professional Ruby software engineeringEvaluate the benefits of effective testing in RSpecExplore Capistrano for advanced user interface testingWho Is This Book ForBeginner 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. 248 pp. Englisch. Seller Inventory # 9781484297476

Contact seller

Buy New

US$ 66.42
Convert currency
Shipping: US$ 25.20
From Germany to U.S.A.
Destination, rates & speeds

Quantity: 2 available

Add to basket

Stock Image

Donald, Greg
Published by Apress, 2023
ISBN 10: 1484297474 ISBN 13: 9781484297476
New Softcover

Seller: GreatBookPricesUK, Woodford Green, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 46841577-n

Contact seller

Buy New

US$ 74.33
Convert currency
Shipping: US$ 19.35
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

There are 7 more copies of this book

View all search results for this book