<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 18 May 2013 13:50:17 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHP in Action Blog: Using Selenium with SimpleTest]]></title>
      <guid>http://www.phpdeveloper.org/news/7077</guid>
      <link>http://www.phpdeveloper.org/news/7077</link>
      <description><![CDATA[<p>
From the "PHP in Action" blog, there comes <a href="http://www.reiersol.com/blog/index.php?blogId=1">this guide</a> to integrating <a href="http://www.openqa.org/selenium/>Selenium</a> in with <a href="http://www.simpletest.org/">SimpleTest</a> to make for even more complete testing of your applications.
</p>
<blockquote>
From reading all this, you might get the idea that you can't run Selenium from SimpleTest. That's not the case. All you need is to call the PEAR package Testing_Selenium directly. It's slightly more typing than an API that is built into the test framework, but it won't kill you.
</blockquote>
<p>
They <a href="http://www.reiersol.com/blog/index.php?blogId=1">list the steps</a> you'll need to follow to get things working, but don't provide much more than that. There's a simple script included that you can test the installation with that makes a request to Google for the term "hello world design patterns" and asserts two different patterns to look for.
</p>]]></description>
      <pubDate>Thu, 11 Jan 2007 07:42:00 -0600</pubDate>
    </item>
  </channel>
</rss>
