<?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>Ajax Bestiary &#187; Testing</title>
	<atom:link href="http://www.ajaxbestiary.com/tag/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxbestiary.com</link>
	<description>AJAX Development, News, Techniques &#38; More</description>
	<lastBuildDate>Wed, 01 Feb 2012 12:46:54 +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>Javascript Testing with Test from Javascript MVC</title>
		<link>http://www.ajaxbestiary.com/2008/05/19/javascript-testing-with-test-from-javascript-mvc/</link>
		<comments>http://www.ajaxbestiary.com/2008/05/19/javascript-testing-with-test-from-javascript-mvc/#comments</comments>
		<pubDate>Mon, 19 May 2008 13:27:23 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[Javascript MVC]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/?p=322</guid>
		<description><![CDATA[I&#8217;m always looking for ways to improve my javascript development and after a few weeks of playing, Javascript MVC test looks like it might be one the best tools yet. We all know the power of testing our code.  A proper suite of unit tests can be among a projects most valuable assets.  They can [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>I&#8217;m always looking for ways to improve my javascript development and after a few weeks of playing, Javascript MVC test looks like it might be one the best tools yet.</p>
<p>We all know the power of testing our code.  A proper suite of unit tests can be among a projects most valuable assets.  They can ensure against the regressions rampant in rapid application development cycles that may not have adequate opportunities for proper QA.  Most importantly, when coupled with continuous integration tools, a comprehensive test suite catches many bugs close to when they are written and when they are easiest to correct.</p>
<p>Historically, testing javascript hasn&#8217;t been the most useful or productive of tasks.  The type of data manipulation, object inheritance and communication most conducive to unit testing has been minimized in most javascript applications.  Instead, most javascript is highly event driven and is often loosely tied to any specific server side data model.  Test MVC stands to provide a powerful testing framework for just those tasks we normally use javascript for.</p>
<p>Key Features</p>
<p> </p>
<ul>
<li><a href="http://javascriptmvc.com/learningcenter/test/index.html#accurate">Cross browser<sup>1</sup></a> support for typical DOM events, like keypress, click, submit, blur, and focus</li>
<li>Simulate writing text or dragging an element</li>
<li>Easily simulate AJAX functionality with sample data in fixture files</li>
</ul>
<div>You can find out more here</div>
<div><span style="color: #551a8b; text-decoration: underline;">http://javascriptmvc.com/learningcenter/test/index.html<br />
</span></div>
<p> </p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2008/05/19/javascript-testing-with-test-from-javascript-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streamline Your Code &#8211; Test &#8211; Debug Cycle with Fireclipse</title>
		<link>http://www.ajaxbestiary.com/2007/10/26/streamline-your-code-test-debug-cycle-with-fireclipse/</link>
		<comments>http://www.ajaxbestiary.com/2007/10/26/streamline-your-code-test-debug-cycle-with-fireclipse/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 14:08:55 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Handy Scripts]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/10/26/streamline-your-code-test-debug-cycle-with-fireclipse/</guid>
		<description><![CDATA[Although there are some comments that it may not be ready for Prime Time.  Fireclipse may be the tool you need to supercharge your development cycle.  What it is An Eclipse Plugin &#38; Expanded version of Firebug. The Expanded Firebug provides an Eclipse Tab within the browser environment.  The Eclipse plugin integrates the Firebug console [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Although there are some comments that it may not be ready for Prime Time.  Fireclipse may be the tool you need to supercharge your development cycle.</p>
<p><strong> What it is</strong></p>
<p>An Eclipse Plugin &amp; Expanded version of Firebug.</p>
<p>The Expanded Firebug provides an Eclipse Tab within the browser environment.  The Eclipse plugin integrates the Firebug console into eclipse.</p>
<p>Get it Online Here: <a href="http://www.almaden.ibm.com/u/bartonjj/fireclipse/index.html">http://www.almaden.ibm.com/u/bartonjj/fireclipse/index.html </a></p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/10/26/streamline-your-code-test-debug-cycle-with-fireclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streamline jQuery Debugging with Firebug Logging</title>
		<link>http://www.ajaxbestiary.com/2007/10/23/streamline-jquery-debugging-with-firebug-logging/</link>
		<comments>http://www.ajaxbestiary.com/2007/10/23/streamline-jquery-debugging-with-firebug-logging/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 12:19:00 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/10/23/streamline-jquery-debugging-with-firebug-logging/</guid>
		<description><![CDATA[Here&#8217;s a handy jQuery plugin to speedup development and greatly enhance debugging. http://happygiraffe.net/blog/archives/2007/09/26/jquery-logging  This lets you simply add a .log command to a jquery chain and have the result logged to the firebug console with all relevant contextual information.  Fast, easy and simple.]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Here&#8217;s a handy jQuery plugin to speedup development and greatly enhance debugging.</p>
<p><a href="http://happygiraffe.net/blog/archives/2007/09/26/jquery-logging">http://happygiraffe.net/blog/archives/2007/09/26/jquery-logging </a></p>
<p>This lets you simply add a .log command to a jquery chain and have the result logged to the firebug console with all relevant contextual information.  Fast, easy and simple.</p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/10/23/streamline-jquery-debugging-with-firebug-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crosscheck, Browser Independent Unit Testing for Javascript</title>
		<link>http://www.ajaxbestiary.com/2007/10/17/crosscheck-browser-independent-unit-testing-for-javascript/</link>
		<comments>http://www.ajaxbestiary.com/2007/10/17/crosscheck-browser-independent-unit-testing-for-javascript/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 13:41:05 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[Handy Scripts]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/10/17/crosscheck-browser-independent-unit-testing-for-javascript/</guid>
		<description><![CDATA[What is it: Crosscheck is an open source testing framework for verifying your in-browser javascript. It helps you ensure that your code will run in many different browsers such as Internet Explorer and Firefox, but without needing installations of those browsers. The only thing you need is a Java Virtual Machine. How it works: It [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p><img src="http://www.ajaxbestiary.com/wp-content/uploads/2007/10/crosscheck.png" alt="Crosscheck Logo" /></p>
<p><strong>What is it:</strong></p>
<p>Crosscheck is an open source testing framework for verifying your in-browser javascript. It helps you ensure that your code will run in many different browsers such as <a href="http://www.microsoft.com/windows/ie/ie6/default.mspx">Internet Explorer</a> and <a href="http://www.mozilla.com/firefox">Firefox</a>, but <em>without needing installations of those browsers</em>. The only thing you need is a Java Virtual Machine.</p>
<p><strong>How it works:</strong></p>
<p>It executes javascript in a browserless environment &amp; records the results.  It is capable of testing against both IE and Firefox on any computer.</p>
<p><strong>It&#8217;s limitations: </strong></p>
<p>For many of us, fine grained javascript unit testing doesn&#8217;t make the most sense.  An automated environment can&#8217;t tell you if something looks right or if the drag is actually dragging, but it can verify that defined functions &amp; ajax calls are performing as expected.</p>
<p>It&#8217;s free, open source &amp; worth investigating for your next project.</p>
<p>Find Crosscheck online at <a href="http://www.thefrontside.net/crosscheck">www.thefrontside.net/crosscheck</a><br />
Learn more about using crosscheck from<a href="http://www.nearinfinity.com/blogs/page/jharwig?entry=javascript_unit_testing"> Jason Harwig&#8217;s Blog </a></p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/10/17/crosscheck-browser-independent-unit-testing-for-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

