<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Development with jQuery &amp; Qunit</title>
	<atom:link href="http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
	<description>all about a it - freelancers life</description>
	<lastBuildDate>Wed, 03 Mar 2010 19:08:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/comment-page-1/#comment-372</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 03 Mar 2010 19:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.swift-lizard.com/?p=172#comment-372</guid>
		<description>Hi abu3ammar10,

to my mind unit testing is no meant for js within a single page but rather for js files providing methods to use for the page, so if you have any methods within a page you should exclude them to a external js file. In that case you should be able to unit test your js. For your other questions there is no standard answer for that, everyone has his or her own style. As far as I can tell the &quot;normal&quot; procedure is that unit tests include all the code needed  for the test to succed, it is almost the same as a java unit test, even there one will provide the data needed.</description>
		<content:encoded><![CDATA[<p>Hi abu3ammar10,</p>
<p>to my mind unit testing is no meant for js within a single page but rather for js files providing methods to use for the page, so if you have any methods within a page you should exclude them to a external js file. In that case you should be able to unit test your js. For your other questions there is no standard answer for that, everyone has his or her own style. As far as I can tell the &#8220;normal&#8221; procedure is that unit tests include all the code needed  for the test to succed, it is almost the same as a java unit test, even there one will provide the data needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abu3ammar</title>
		<link>http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/comment-page-1/#comment-329</link>
		<dc:creator>abu3ammar</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.swift-lizard.com/?p=172#comment-329</guid>
		<description>Hi,
Nice article there.
Got a couple of questions though still dangling in mind.

what if the javascript i want to unit test is inside a server page like jsp.
what is the standar practice to do? do i put the unit test inside that jsp or in another jsp?
if it&#039;s in another jsp, how to access the dom objects of the target jsp from the unit test jsp?

this is the first time i came across the idea of unit testing a javascript. so i&#039;m kind of confused about the deployment and mechanism.

Thanks and Best Regards,
abu3ammar.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Nice article there.<br />
Got a couple of questions though still dangling in mind.</p>
<p>what if the javascript i want to unit test is inside a server page like jsp.<br />
what is the standar practice to do? do i put the unit test inside that jsp or in another jsp?<br />
if it&#8217;s in another jsp, how to access the dom objects of the target jsp from the unit test jsp?</p>
<p>this is the first time i came across the idea of unit testing a javascript. so i&#8217;m kind of confused about the deployment and mechanism.</p>
<p>Thanks and Best Regards,<br />
abu3ammar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antwan Skibski</title>
		<link>http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/comment-page-1/#comment-236</link>
		<dc:creator>Antwan Skibski</dc:creator>
		<pubDate>Wed, 10 Feb 2010 15:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.swift-lizard.com/?p=172#comment-236</guid>
		<description>Hello, nice day! Your content is incredibly impressive. I never imagined that it was probable to accomplish something like that until after I checked out your content. You undoubtedly gave an incredible insight on how this kind of whole process functions. I’ll make sure to return for more information. Keep it up!</description>
		<content:encoded><![CDATA[<p>Hello, nice day! Your content is incredibly impressive. I never imagined that it was probable to accomplish something like that until after I checked out your content. You undoubtedly gave an incredible insight on how this kind of whole process functions. I’ll make sure to return for more information. Keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaScript单元测试工具 — QUnit &#124; 幼学笔记</title>
		<link>http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/comment-page-1/#comment-179</link>
		<dc:creator>JavaScript单元测试工具 — QUnit &#124; 幼学笔记</dc:creator>
		<pubDate>Thu, 04 Feb 2010 04:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.swift-lizard.com/?p=172#comment-179</guid>
		<description>[...] Development with jQuery &amp; Qunit [...]</description>
		<content:encoded><![CDATA[<p>[...] Development with jQuery &amp; Qunit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herminia Lagerstrom</title>
		<link>http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/comment-page-1/#comment-149</link>
		<dc:creator>Herminia Lagerstrom</dc:creator>
		<pubDate>Wed, 27 Jan 2010 17:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.swift-lizard.com/?p=172#comment-149</guid>
		<description>Just thought you&#039;d be interested to know that I have added you to my bookmarks You make valid points in a concise and pertinent fashion, I will read more of your stuff, thank you for your time. one of my articles hope u enjoy reading &lt;a href=&quot;http://makrna.com/take-surveys-get-paid&quot; rel=&quot;nofollow&quot;&gt;getting paid for surveys&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Just thought you&#8217;d be interested to know that I have added you to my bookmarks You make valid points in a concise and pertinent fashion, I will read more of your stuff, thank you for your time. one of my articles hope u enjoy reading <a href="http://makrna.com/take-surveys-get-paid" rel="nofollow">getting paid for surveys</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Alex</title>
		<link>http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/comment-page-1/#comment-66</link>
		<dc:creator>Mark Alex</dc:creator>
		<pubDate>Thu, 31 Dec 2009 08:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.swift-lizard.com/?p=172#comment-66</guid>
		<description>Nice contribution. Thanks.</description>
		<content:encoded><![CDATA[<p>Nice contribution. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/comment-page-1/#comment-31</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Thu, 17 Dec 2009 19:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.swift-lizard.com/?p=172#comment-31</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by SwiftLizard: New Blog post: http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by SwiftLizard: New Blog post: <a href="http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/.." rel="nofollow">http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Development with jQuery &#38; Qunit &#124; SwiftLizard Interactive {Design, Development} -- Topsy.com</title>
		<link>http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/comment-page-1/#comment-13</link>
		<dc:creator>Tweets that mention Development with jQuery &#38; Qunit &#124; SwiftLizard Interactive {Design, Development} -- Topsy.com</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.swift-lizard.com/?p=172#comment-13</guid>
		<description>[...] This post was mentioned on Twitter by SwiftLizard, Codrops Team. Codrops Team said: Development with jQuery &amp; Qunit http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by SwiftLizard, Codrops Team. Codrops Team said: Development with jQuery &amp; Qunit <a href="http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/" rel="nofollow">http://www.swift-lizard.com/2009/11/24/test-driven-development-with-jquery-qunit/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

