<?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>thecrumb &#187; testing</title>
	<atom:link href="http://thecrumb.com/tag/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecrumb.com</link>
	<description>ramblings of a coldfusion developer</description>
	<lastBuildDate>Thu, 09 Sep 2010 23:19:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Two New Testing/Automation Tools</title>
		<link>http://thecrumb.com/2008/04/24/two-new-testingautomation-tools/</link>
		<comments>http://thecrumb.com/2008/04/24/two-new-testingautomation-tools/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 19:29:51 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=436</guid>
		<description><![CDATA[I found both these over the weekend and they both look really interesting: Cubic &#8211; from the same folks that make Selenium CubicTest is a graphical Eclipse plug-in for writing Selenium and Watir tests. It makes web tests faster and easier to write, and provides abstractions to make tests more robust and reusable. CoScripter &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I found both these over the weekend and they both look really interesting:</p>
<p><a title="Cubic" href="http://cubictest.openqa.org/">Cubic</a> &#8211; from the same folks that make Selenium</p>
<blockquote><p>CubicTest is a graphical Eclipse plug-in for writing Selenium and Watir tests.  				It makes web tests faster and easier to write, and provides abstractions to make tests more robust and reusable.</p></blockquote>
<p><a title="CoScripter" href="http://services.alphaworks.ibm.com/coscripter/browse/about">CoScripter</a> &#8211; IBM(?)</p>
<blockquote><p>CoScripter is a system for recording, automating, and sharing       processes performed in a web browser such as printing photos online,       requesting a vacation hold for postal mail, or checking flight arrival       times.  Instructions for processes are recorded and stored in       easy-to-read text here on the CoScripter web site, so anyone can make       use of them.</p></blockquote>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2008/04/24/two-new-testingautomation-tools/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Testing Flex Applications?</title>
		<link>http://thecrumb.com/2008/04/07/testing-flex-applications/</link>
		<comments>http://thecrumb.com/2008/04/07/testing-flex-applications/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 16:56:28 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=410</guid>
		<description><![CDATA[We are exploring using Flex more (goodbye Powerbuilder!) here at work. We are also doing more and more testing and hope to eventually implement continuous integration. I&#8217;ve seen a few tools to unit test Flex but I&#8217;m curious how you test Flex at the application level? For our web applications we are currently using Selenium. [...]]]></description>
			<content:encoded><![CDATA[<p>We are exploring using Flex more (goodbye Powerbuilder!) here at work.  We are also doing more and more testing and hope to eventually implement continuous integration.</p>
<p>I&#8217;ve seen a few tools to unit test Flex but I&#8217;m curious how you test Flex at the application level?  For our web applications we are currently using Selenium.</p>
<p>Is there something similar for Flex?</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2008/04/07/testing-flex-applications/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How Do You Have Selenium Setup?</title>
		<link>http://thecrumb.com/2007/11/30/how-do-you-have-selenium-setup/</link>
		<comments>http://thecrumb.com/2007/11/30/how-do-you-have-selenium-setup/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 19:28:50 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/2007/11/30/how-do-you-have-selenium-setup/</guid>
		<description><![CDATA[I&#8217;m trying to come up with a standardized setup for Selenium so I can share it with our team and everyone can have the same configuration. I have Selenium IDE installed within Firefox to record tests and I&#8217;m tinkering with different ways of setting up Selenium Core to run test suites locally. Our projects are [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to come up with a standardized setup for Selenium so I can share it with our team and everyone can have the same configuration.</p>
<p>I have Selenium IDE installed within Firefox to record tests and I&#8217;m tinkering with different ways of setting up Selenium Core to run test suites locally. Our projects are stored in SVN and I want to store the test scripts there as well.  I&#8217;m thinking I can store the scripts in a <em>/testing</em> directory and then include them within the webroot of my project on checkout using the svn:externals property.</p>
<p>If you use Selenium &#8211; how do you have it setup and configured?  Do you use the Core or just Selenium IDE to run your tests?</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2007/11/30/how-do-you-have-selenium-setup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
