From 75f7a8ec1f725f7eb0d9d8e02d778d201d9e8fb3 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Tue, 10 Jul 2012 13:57:10 +0100 Subject: [PATCH] More text tweaks to BDD. --- _posts/07-03-01-Behavior-Driven-Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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