<?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: Introduction to JUnit</title>
	<atom:link href="http://testautomationfaq.com/introduction-to-junit/feed/" rel="self" type="application/rss+xml" />
	<link>http://testautomationfaq.com/introduction-to-junit/</link>
	<description>Just code It</description>
	<lastBuildDate>Wed, 08 Apr 2009 05:25:43 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ramana2k</title>
		<link>http://testautomationfaq.com/introduction-to-junit/comment-page-1/#comment-16</link>
		<dc:creator>ramana2k</dc:creator>
		<pubDate>Wed, 08 Apr 2009 05:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://testautomationfaq.com/basic-introduction-to-junit/#comment-16</guid>
		<description>how to create a junit test suite for my selenium RC tests.

i had written 10 classes(test cases) for my testing using junit. if i run individually. no issues.

every class has setup() and tear down() methods.in setup() i am starting up the selenium server and client.and in teardown() i am shutting down the server.


now i want to sum up all the classes(test cases) into one test suite.

Can any one help me for the right procedure.i am using junit4.x version.

Thanks,
Ramana.</description>
		<content:encoded><![CDATA[<p>how to create a junit test suite for my selenium RC tests.</p>
<p>i had written 10 classes(test cases) for my testing using junit. if i run individually. no issues.</p>
<p>every class has setup() and tear down() methods.in setup() i am starting up the selenium server and client.and in teardown() i am shutting down the server.</p>
<p>now i want to sum up all the classes(test cases) into one test suite.</p>
<p>Can any one help me for the right procedure.i am using junit4.x version.</p>
<p>Thanks,<br />
Ramana.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

