<?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>Test Automation FAQ &#187; junit</title>
	<atom:link href="http://testautomationfaq.com/tag/junit/feed/" rel="self" type="application/rss+xml" />
	<link>http://testautomationfaq.com</link>
	<description>Just code It</description>
	<lastBuildDate>Thu, 30 Jul 2009 02:52:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Introduction to JUnit</title>
		<link>http://testautomationfaq.com/introduction-to-junit/</link>
		<comments>http://testautomationfaq.com/introduction-to-junit/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 00:36:30 +0000</pubDate>
		<dc:creator>testautomationfaq</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[junit]]></category>

		<guid isPermaLink="false">http://testautomationfaq.com/basic-introduction-to-junit/</guid>
		<description><![CDATA[JUnit is a framework for the Java programming language.  This framework was developed by Kent Beck and Erich Gamma and is one of the most successful and widely used  automated Unit testing frameworks.
Basic installation steps include:

Download and Install JUnit
Define a Subclase of TestCase
Override setUP() method Initialize the environment
Define one or many test() method [...]]]></description>
			<content:encoded><![CDATA[<p>JUnit is a framework for the Java programming language.  This framework was developed by Kent Beck and Erich Gamma and is one of the most successful and widely used  automated Unit testing frameworks.</p>
<p>Basic installation steps include:</p>
<ol>
<li>Download and Install JUnit</li>
<li>Define a Subclase of TestCase</li>
<li>Override setUP() method Initialize the environment</li>
<li>Define one or many test() method that exercises objects under test and asserts expected results</li>
<li>OVerride tearDown() method to release resources properly</li>
<li>Define a suite() method to create a test suite</li>
<li>Execute tests one at a time or execute a suite of tests</li>
</ol>
<p><!-- technorati tags start --></p>
<p style="text-align:right;font-size:10px;">Technorati Tags: <a rel="tag" href="http://www.technorati.com/tag/java testing">java testing</a>, <a rel="tag" href="http://www.technorati.com/tag/junit">junit</a>, <a rel="tag" href="http://www.technorati.com/tag/unit testing">unit testing</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://testautomationfaq.com/introduction-to-junit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Test Automation FAQ</title>
		<link>http://testautomationfaq.com/test-automation-faq/</link>
		<comments>http://testautomationfaq.com/test-automation-faq/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 01:53:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[defects]]></category>
		<category><![CDATA[httpunit]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[watir]]></category>
		<category><![CDATA[wet]]></category>
		<category><![CDATA[Selenium IDE]]></category>
		<category><![CDATA[Selenium RC]]></category>
		<category><![CDATA[Test Automation]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have worked over 10 years in the Software Quality Assurance Industry and this is website is way for me to share some of my experience and is my gift back to the community.
I plan to share some of my experiences with Open Source Automation tools as well as some Commercial ones I have used [...]]]></description>
			<content:encoded><![CDATA[<p>I have worked over 10 years in the Software Quality Assurance Industry and this is website is way for me to share some of my experience and is my gift back to the community.</p>
<p>I plan to share some of my experiences with Open Source Automation tools as well as some Commercial ones I have used in the past.  I&#8217;ll share some information on:</p>
<ul>
<li>Planning a Test Automation Project</li>
<li>Choosing the write tool</li>
<li>The What, Why, How and When of Test Automation</li>
<li>Tips using some popular tools &amp; frameworks including Junit, HTTPUnit, Selenium, Watir and Wet</li>
<li>Processes and Procedures</li>
<li>Finding good people</li>
</ul>
<p>Any many more topics.</p>
]]></content:encoded>
			<wfw:commentRss>http://testautomationfaq.com/test-automation-faq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

