Cucumber Recipes
Automate Anything with BDD Tools and Techniques
by: Erin Dees (formerly Ian Dees), Matt Wynne, Aslak Hellesoy
Published | 2013-02-06 |
---|---|
Internal code | dhwcr |
Print status | In Print |
Pages | 274 |
User level | Intermediate |
Keywords | cucumber, testing, jvm, C, .net, php, javascript, ios, android, mac os x, testing |
Related titles | The Cucumber Book |
ISBN | 9781937785017 |
Other ISBN |
Channel epub: 9781680503364 Channel PDF: 9781680503371 Kindle: 9781941222003 Safari: 9781941222607 Kindle: 9781941222003 |
BISACs | COM051330 COMPUTERS / Software Development & Engineering / Quality Assurance & TestingCOM051410 COMPUTERS / Programming Languages / RubyCOM051410 COMPUTERS / Programming Languages / Ruby |
Highlight
You can test just about anything with Cucumber. We certainly have, and in Cucumber Recipes we’ll show you how to apply our hard-won field experience to your own projects. Once you’ve mastered the basics, this book will show you how to get the most out of Cucumber—from specific situations to advanced test-writing advice. With over forty practical recipes, you’ll test desktop, web, mobile, and server applications across a variety of platforms. This book gives you tools that you can use today to automate any system that you encounter, and do it well.
Description
The Cucumber Book showed you how your team can work together to write executable specifications—documents that tell a clear story and also happen to be working test code. We’ll arm you with ready-rolled solutions to real-world problems: your tests will run faster, read more clearly, and work in any environment.
Our first tips will help you fit Cucumber into your workflow. Powerful filters will tame tables full of test data, transforming them into the format your application needs. Custom output formatters will generate reports for any occasion. Continuous Integration servers will run your Cucumber tests every time the code changes. Next, you’ll find recipes tailored to the platform you’re running on. Ever wanted to know how to test a Grails app from Cucumber? Need to put a Windows program through its paces? How about a mobile app running on Android or iOS? We’ll show you how to do all of these.
Throughout the book, you’ll see how to make Cucumber sing as you interoperate with different platforms, languages, and environments. From embedded circuits to Python and PHP web apps, Cucumber has something for you.
What You Need:
You’ll need basic working knowledge of Cucumber and Ruby. Individual recipes may have additional requirements; for example, a recipe on Windows automation might pull in an open source GUI driver.
We’ve written the recipes for compatibility with Ruby 1.9.3 and 1.8.7, plus Cucumber 1.1.4. Other versions may work as well, but these are the ones we test with.
Contents and Extracts
- Introduction
- Cucumber Techniques
- Compare and Transform Tables of Data
- Generate an RTF Report With a Custom Formatter
- Run Slow Setup/Teardown Code With Global Hooks excerpt
- Refactor to Extract Your Own Application Driver DSL
- Compare Images
- Test Across Multiple Cores
- Test Across Multiple Machines With SSH
- Run Your Features Automatically With Guard and Growl
- Add Cucumber To Your Continuous Integration Server
- Publish Your Documentation on Relish
- Drive Cucumber’s Wire Protocol
- Implement a Wire Protocol Listener
- Java
- Use Cucumber Directly With JRuby
- Use Cucumber With Java Via Cucumber-JVM excerpt
- Drive a Spring Model
- Drive Hibernate Persistence
- Drive a Grails App
- Test Scala Code
- Test Clojure Code
- Drive a Swing Interface With Marathon
- .NET and Windows
- Get Good Text Output On Windows
- Test .NET Code Using Cucumber Syntax
- Drive a Windows App Using win_gui
- Drive a Windows App Using White
- Mobile and Web
- Test On iOS Using Frank
- Test On Android
- Test Across Multiple Mobile OSes With Calabash
- Test On Windows Phone
- Parse HTML Tables excerpt
- Drive JavaScript / CoffeeScript Using Cucumber-JS
- Test a Web App Using Watir
- Test a PHP App With cuke4php
- Play Back Canned Network Data Using VCR
- Drive a Flash App Using Cuke4AS3
- Monitor a Web Service Using Nagios and Cucumber
- Other Languages and Platforms
- Drive a Mac GUI Using AppleScript and System Events
- Drive a Mac GUI Using MacRuby and AXElements
- Test Python Code Using Lettuce
- Test Erlang Code
- Test Lua Code Using cucumber-lua
- Test a GUI on Linux, Mac, or Windows With Sikuli
- Test an Arduino Project Using Serial
- RSpec Tutorial