Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Behat in 2 minutes

Sebastian
November 21, 2013

Behat in 2 minutes

This is a 2 minute talk in which I introduce behat to the audience. It's a little teaser to let people know what behat is about and how Mink fits into the picture.

Sebastian

November 21, 2013
Tweet

More Decks by Sebastian

Other Decks in Programming

Transcript

  1. Write user stories Scenario: Homepage link to contact Given I

    am on the homepage When I click on “contact” Then I should be redirected to contact page
  2. Implement how to act upon them /** * @Given I

    am on the homepage */ public function iAmOnHomepage() { // do something }
  3. Layer between PHP and browser emulator: • Goutte • Sahi

    • Zombie.js • Selenium • Selenium2