<?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: Testing Legacy Servers with Arquillian	</title>
	<atom:link href="https://www.softwaretestingmagazine.com/knowledge/testing-legacy-servers-with-arquillian/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.softwaretestingmagazine.com/knowledge/testing-legacy-servers-with-arquillian/</link>
	<description></description>
	<lastBuildDate>Fri, 08 Jun 2012 21:47:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Alper Akture		</title>
		<link>https://www.softwaretestingmagazine.com/knowledge/testing-legacy-servers-with-arquillian/#comment-1005</link>

		<dc:creator><![CDATA[Alper Akture]]></dc:creator>
		<pubDate>Fri, 08 Jun 2012 21:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwaretestingmagazine.com/?p=1596#comment-1005</guid>

					<description><![CDATA[I&#039;ve used Arquillian quite a bit. It started out as a nice tool, after a little learning curve. However, once tests get complex, it becomes a nightmare to maintain. The problem is, that you need to declare your dependencies in your shrinkWrap. This is the code that creates your micro deployment artifact. If you add a dependency to a class (by way of injection, or other means), and that is not included in your shrinkWrap, you have just broken your test. And there&#039;s not clear indication of what the missing dependency is. It can take many hours to try and figure out what broke. I think if this can be made easier, some clear indication of what&#039;s missing, like you get with javac, it would be much better.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve used Arquillian quite a bit. It started out as a nice tool, after a little learning curve. However, once tests get complex, it becomes a nightmare to maintain. The problem is, that you need to declare your dependencies in your shrinkWrap. This is the code that creates your micro deployment artifact. If you add a dependency to a class (by way of injection, or other means), and that is not included in your shrinkWrap, you have just broken your test. And there&#8217;s not clear indication of what the missing dependency is. It can take many hours to try and figure out what broke. I think if this can be made easier, some clear indication of what&#8217;s missing, like you get with javac, it would be much better.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
