This document discusses tools and techniques for building regression test suites in Symfony projects. It covers using the BehatBundle to write functional tests with the Gherkin language and defining scenarios with keywords like Given, When, Then. It also discusses the MinkBundle for integrating different browser drivers like Zombie JS, Sahi, and Selenium to run the tests. The BehatBundle maps Gherkin features and scenarios to PHP test classes and methods.