This document discusses integration testing with Cucumber, Webrat, and Selenium. It provides information on each tool and how they can be used together. Cucumber is used to write feature tests in a plain language format. Webrat allows interacting with pages and making assertions in Ruby. Selenium is used to drive a real browser for tests. The document includes code examples of using each tool individually and together in a Cucumber test suite.