<?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: Why nobody is web testing in Java</title>
	<atom:link href="http://gabrito.com/post/why-nobody-is-web-testing-in-java/feed" rel="self" type="application/rss+xml" />
	<link>http://gabrito.com/post/why-nobody-is-web-testing-in-java</link>
	<description>Anecdotes on Java, Ruby, Sysadmin, SEO, Design, and Management</description>
	<pubDate>Tue, 06 Jan 2009 05:24:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aleksander Slominski</title>
		<link>http://gabrito.com/post/why-nobody-is-web-testing-in-java/comment-page-1#comment-551</link>
		<dc:creator>Aleksander Slominski</dc:creator>
		<pubDate>Tue, 18 Apr 2006 04:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/why-nobody-is-web-testing-in-java#comment-551</guid>
		<description>Very good workaround is to use embedded servlet container (like tomcat) and create new JUnit test runner that starts embedded tomcat before tests and shuts it down when test are finished - it is very fast, no WARing, and you can set breakpoints both in server  and application code ...</description>
		<content:encoded><![CDATA[<p>Very good workaround is to use embedded servlet container (like tomcat) and create new JUnit test runner that starts embedded tomcat before tests and shuts it down when test are finished - it is very fast, no WARing, and you can set breakpoints both in server  and application code &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bram Smeets</title>
		<link>http://gabrito.com/post/why-nobody-is-web-testing-in-java/comment-page-1#comment-547</link>
		<dc:creator>Bram Smeets</dc:creator>
		<pubDate>Mon, 17 Apr 2006 12:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/why-nobody-is-web-testing-in-java#comment-547</guid>
		<description>Altough I agree on your argument that there is still a lack of a mature web testing framework, you should have a look at &lt;a href="http://www.openqa.org/selenium/" rel="nofollow"&gt;Selenium&lt;/a&gt;.
This is a good attempt to building a good web testing framework. It also has support for including web tests into your Continuous Integration solution.
And it's Open Source ;-)</description>
		<content:encoded><![CDATA[<p>Altough I agree on your argument that there is still a lack of a mature web testing framework, you should have a look at <a href="http://www.openqa.org/selenium/" rel="nofollow">Selenium</a>.<br />
This is a good attempt to building a good web testing framework. It also has support for including web tests into your Continuous Integration solution.<br />
And it&#8217;s Open Source <img src='http://gabrito.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Lightbody</title>
		<link>http://gabrito.com/post/why-nobody-is-web-testing-in-java/comment-page-1#comment-530</link>
		<dc:creator>Patrick Lightbody</dc:creator>
		<pubDate>Sat, 15 Apr 2006 16:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/why-nobody-is-web-testing-in-java#comment-530</guid>
		<description>Todd,
Your concerns are exactly the reason I founded Autoriginate and recently released HostedQA. While we don't have the CI integration just yet (it's coming any day now), the fact is that most QA solutions out there don't deal with the concern of automating the _whole_ process (known initial state, resetting persistence state, deploying application, etc).

If you'd like a free trial for HostedQA, just sign up for the form at http://www.autoriginate.com and I'll get you started right away.</description>
		<content:encoded><![CDATA[<p>Todd,<br />
Your concerns are exactly the reason I founded Autoriginate and recently released HostedQA. While we don&#8217;t have the CI integration just yet (it&#8217;s coming any day now), the fact is that most QA solutions out there don&#8217;t deal with the concern of automating the _whole_ process (known initial state, resetting persistence state, deploying application, etc).</p>
<p>If you&#8217;d like a free trial for HostedQA, just sign up for the form at <a href="http://www.autoriginate.com" rel="nofollow">http://www.autoriginate.com</a> and I&#8217;ll get you started right away.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
