diff --git a/_posts/07-03-01-Behavior-Driven-Development.md b/_posts/07-03-01-Behavior-Driven-Development.md index 3f58f66..c1b87a1 100644 --- a/_posts/07-03-01-Behavior-Driven-Development.md +++ b/_posts/07-03-01-Behavior-Driven-Development.md @@ -8,4 +8,4 @@ With BDD, you write human-readable stories that describe the behavior of your ap can then be run as actual tests against your application. * [Behat](http://behat.org/) is inspired by Ruby's [Cucumber](http://cukes.info/) project -* [Selenium](http://seleniumhq.org/) is a browser automation tool, which automates the "clicking around the site" method of testing. It can also be [combined with PHPUnit](http://www.phpunit.de/manual/3.1/en/selenium.html) \ No newline at end of file +* [Selenium](http://seleniumhq.org/) is a browser automation tool, which can be [integrated with PHPUnit](http://www.phpunit.de/manual/3.1/en/selenium.html) \ No newline at end of file