<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd">

<channel>
	<title>The Codebelay Blog &#187; QA</title>
	<atom:link href="http://www.codebelay.com/blog/category/qa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codebelay.com/blog</link>
	<description>Safely Reach New Tech Heights Through Our Startup Insights</description>
	<lastBuildDate>Wed, 25 Jan 2012 19:12:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Automated Functional Testing with Selenium IDE</title>
		<link>http://www.codebelay.com/blog/2008/08/25/automated-functional-testing-with-selenium-ide/</link>
		<comments>http://www.codebelay.com/blog/2008/08/25/automated-functional-testing-with-selenium-ide/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 17:41:00 +0000</pubDate>
		<dc:creator>barce</dc:creator>
				<category><![CDATA[QA]]></category>
		<category><![CDATA[automated testing]]></category>
		<category><![CDATA[functional testing]]></category>

		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=155</guid>
		<description><![CDATA[Are you a web developer that gets tired of typing the same thing over and over when you&#8217;re coding forms? Look no further than Selenium IDE. It&#8217;s a firefox extension that you can download, and that allows you to do automated, functional testing. You simply let Selenium record what you are typing and your mouseclicks, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Are you a web developer that gets tired of typing the same thing over and over when you&#8217;re coding forms? Look no further than <a href="http://selenium-ide.openqa.org/">Selenium IDE</a>. It&#8217;s a <a href="http://selenium-ide.openqa.org/download.jsp">firefox extension that you can download</a>, and that allows you to do automated, functional testing. </p>
<p><img src="/img/seleniumide.png" alt="screenshot of selenium IDE"/></p>
<p>You simply let Selenium record what you are typing and your mouseclicks, and then save what you clicked and typed as a test file. You can play back that test file as many times as you need to get that pesky bug fixed. Now you can troll <a href="http://forums.worldofwarcraft.com/">the WoW forums</a> with all the time you saved.</p>
<p>Another tool to look out for is functional testing from the command-line using <a href="http://www.symfony-project.org/book/1_1/15-Unit-and-Functional-Testing">symfony&#8217;s functional testing tools</a>. Unlike Selenium, you won&#8217;t need to open the browser. Currently symfony&#8217;s functional tester doesn&#8217;t work with sessions yet.</p>
<p>From the Perl camp, there&#8217;s also <a href="http://search.cpan.org/dist/WWW-Mechanize/lib/WWW/Mechanize.pm#SYNOPSIS">WWW::Mechanize</a>, but it won&#8217;t work with testing Ajax functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codebelay.com/blog/2008/08/25/automated-functional-testing-with-selenium-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.666 seconds -->

