<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technovated &#187; Testing</title>
	<atom:link href="http://www.technovated.com/tag/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technovated.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 Jun 2010 07:50:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Acceptance testing PHP using selenium</title>
		<link>http://www.technovated.com/2007/01/26/acceptance-testing-php-using-selenium/</link>
		<comments>http://www.technovated.com/2007/01/26/acceptance-testing-php-using-selenium/#comments</comments>
		<pubDate>Fri, 26 Jan 2007 10:09:42 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://soapbox.technovated.com/2007/01/26/acceptance-testing-php-using-selenium/</guid>
		<description><![CDATA[As we are approaching the final stages of one of out projects, I have been doing some serious acceptance testing to make sure that the site is functioning correctly. To set the testing up, I was given a steer in the right direction and used the Seagull wiki as a guide for the installation&#8230;.hat tip [...]]]></description>
			<content:encoded><![CDATA[<p>As we are approaching the final stages of one of out projects, I have been doing some serious acceptance testing to make sure that the site is functioning correctly. To set the testing up, I was given a steer in the right direction and used the <a href="http://trac.seagullproject.org/wiki/Standards/UnitTesting#UsingSeleniumforAcceptanceTests">Seagull wiki </a>as a guide for the installation&#8230;.hat tip to Demian.</p>
<p>It is really easy to set the test suite up and to get going, all you really need are the following two downloads:</p>
<ol>
<li><a href="http://www.openqa.org/selenium-core/download.action">Selenium core test suite</a></li>
<li>To record tests the <a href="http://www.openqa.org/selenium-ide/ ">Selenium IDE</a> in Firefox</li>
</ol>
<p>Once you have installed the Selenium core web application and the plug-in for Firefox (Firefox rocks!!) you good to go:</p>
<ol>
<li>Plan the various tests which you would like to run</li>
<li>Set the Firefox IDE to record your actions</li>
<li>Once you&#8217;ve completed a certain test save the test in an .html file</li>
<li>Include a link to your test file in your main index.html (TestSuite) file, which acts as a table of contents for the various tests</li>
<li>Then you can either run the tests individually or as a batch</li>
</ol>
<p>If you would like a <a href="http://blog.thinkphp.de/archives/133-Practical-Testing-PHP-Applications-with-Selenium.html">more detailed tutorial</a>, I found the one on the <a href="http://blog.thinkphp.de/">thinkPHP blog</a> to be quite useful.</p>
<p>As Demian says, you start getting &#8220;addicted&#8221; to creating tests and eventually try to become a perfectionist &#8211; which is a good place to be in if you want to produce error free sites for clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technovated.com/2007/01/26/acceptance-testing-php-using-selenium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
