The Cucumber Booktxt,chm,pdf,epub,mobi下载 作者:Matt Wynne/Aslak Hellesøy 出版社: Pragmatic Bookshelf 副标题: Behaviour-Driven Development for Testers and Developers 出版年: 2012-2 页数: 250 定价: $ 33.90 装帧: Paperback ISBN: 9781934356807
内容简介 · · · · · ·Your customers want rock-solid, bug-free software that does exactly what they expect it to do. Yet they can't always articulate their ideas clearly enough for you to turn them into code. The Cucumber Book dives straight into the core of the problem: communication between people. Cucumber saves the day; it's a testing, communication, and requirements tool - all rolled into one. ...
Your customers want rock-solid, bug-free software that does exactly what they expect it to do. Yet they can't always articulate their ideas clearly enough for you to turn them into code. The Cucumber Book dives straight into the core of the problem: communication between people. Cucumber saves the day; it's a testing, communication, and requirements tool - all rolled into one. We'll show you how to express your customers' wild ideas as a set of clear, executable specifications that everyone on the team can read. You'll learn how to feed those examples into Cucumber and let it guide your development. You'll build just the right code to keep your customers happy, and not a line more. The first part of the book teaches you how to use the core features of Cucumber. You'll learn how to use Cucumber's Gherkin DSL to describe-- in plain language - the behavior your customers want from the system. You'll learn how to write Ruby code that interprets those plain language specifications and checks them against your application. In Part 2, you'll consolidate the knowledge you just gained with a worked example. Although it was born in the Ruby community, you can use Cucumber to test almost any system, from a simple shell script or a Perl script, to enterprise PHP or a Java web application. In Part 3, you'll find a selection of recipes for some of the most common situations you'll encounter using Cucumber in the wild. You'll learn how to test Ajax-heavy web applications with Capybara and Selenium, REST web services, Ruby on Rails applications, command-line applications, legacy applications and lots more! Written by the creator of Cucumber and one of its most experienced users and contributors, The Cucumber Book is an authoritative guide that will give you and your team all the knowledge you need to start using Cucumber with confidence. What You Need: Windows, Mac OS X (with XCode) or Linux Ruby 1.9.2 and upwards
作者简介 · · · · · ·Matt Wynne works as an independent consultant, helping teams like yours learn to enjoy delivering software to the best of their abilities. In his spare time he is a core developer on the Cucumber project, and he blogs at http://blog.mattwynne.net and tweets as @mattwynne. Aslak Hellesøy is the founder of the Cucumber project and works as a senior developer with DRW Trading in L...
Matt Wynne works as an independent consultant, helping teams like yours learn to enjoy delivering software to the best of their abilities. In his spare time he is a core developer on the Cucumber project, and he blogs at http://blog.mattwynne.net and tweets as @mattwynne. Aslak Hellesøy is the founder of the Cucumber project and works as a senior developer with DRW Trading in London, writing very fast and very smart software in several different programming languages. In his previous job he was the Chief Scientist of BEKK Consulting in Norway. Aslak tweets as @aslak_hellesoy.
目录 · · · · · ·Cucumber Fundamentals Why Cucumber? First Taste Gherkin Basics Step Definitions: From the Outside Expressive Scenarios · · · · · ·() Cucumber Fundamentals Why Cucumber? First Taste Gherkin Basics Step Definitions: From the Outside Expressive Scenarios A Worked Example Step Definitions: On the Inside Support Code Cucumber Applied Bootstrapping Rails Using Capybara to Test Web Applications Adding Tests to a Legacy Application Testing a REST Web Service Command Line Applications with Aruba Patterns and Anti-Patterns Tuning your Cucumber Handling Message Queues and Asynchronous Systems · · · · · · ()
|
感觉真是不错。
一口气看完,真正是好书。
实在太喜欢了
生动有趣的诠释了