<?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>Software Sweden &#187; tools</title>
	<atom:link href="http://www.softwaresweden.com/tag/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwaresweden.com</link>
	<description>It&#039;s not just code - Programming is about managing complexities</description>
	<lastBuildDate>Wed, 06 Jul 2011 20:49:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>JMUnit: simple and good enough</title>
		<link>http://www.softwaresweden.com/2008/07/24/jmunit-simple-and-good-enough/</link>
		<comments>http://www.softwaresweden.com/2008/07/24/jmunit-simple-and-good-enough/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 17:34:26 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[jmunit]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sony ericsson]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://softwaresweden.com/blog/?p=28</guid>
		<description><![CDATA[I ended up using JMUnit for my mobile java project. The Sony Ericsson jUnit tool is great when you have to run the tests from a PC on a real device or from a &#8220;real&#8221; jUnit application. It&#8217;s a more advanced tool, but for my needs at the moment, it&#8217;s a bit overkill. So I [...]]]></description>
			<content:encoded><![CDATA[<p>I ended up using <a href="http://softwaresweden.com/blog/?p=26">JMUnit</a> for my mobile java project. The Sony Ericsson jUnit tool is great when you have to run the tests from a PC on a real device or from a &#8220;real&#8221; jUnit application. It&#8217;s a more advanced tool, but for my needs at the moment, it&#8217;s a bit overkill.</p>
<p>So I ended up with what can only be described as the direct opposite: <a href="http://sourceforge.net/projects/jmunit/">JMUnit</a> is extremey simple. If I change my mind in the future, converting the test cases to jUnit shouldn&#8217;t be too difficult.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2008/07/24/jmunit-simple-and-good-enough/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unit testing java mobile</title>
		<link>http://www.softwaresweden.com/2008/07/22/unit-testing-java-mobile/</link>
		<comments>http://www.softwaresweden.com/2008/07/22/unit-testing-java-mobile/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 08:01:19 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[mobile java]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://softwaresweden.com/blog/?p=26</guid>
		<description><![CDATA[I used to work for Sony Ericsson and my first job for the company was developing the J2ME SDK. The last thing I did as a developer was initiating the Mobile jUnit development (another guy finished it, though, and he should get the credit for it becoming a great tool.) This was a couple of [...]]]></description>
			<content:encoded><![CDATA[<p>I used to work for Sony Ericsson and my first job for the company was developing the <a href="https://developer.sonyericsson.com/site/global/docstools/java/p_java.jsp">J2ME SDK</a>. The last thing I did as a developer was initiating the <a href="https://developer.sonyericsson.com/getDocument.do?docId=85608">Mobile jUnit</a> development (another guy finished it, though, and he should get the credit for it becoming a great tool.)</p>
<p>This was a couple of years ago and now when I am in the need for a unit testing framework for Java ME it seems not much has happened. There seems to be basically <a href="http://blog.emptyway.com/2007/04/05/comparison-of-java-me-unit-testing-frameworks/">three options</a> and none of them seems very actively developed. I wonder why.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2008/07/22/unit-testing-java-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using iMacros for testing</title>
		<link>http://www.softwaresweden.com/2008/07/19/using-imacros-for-testing/</link>
		<comments>http://www.softwaresweden.com/2008/07/19/using-imacros-for-testing/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 08:34:27 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[firefox plugins]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://softwaresweden.com/blog/?p=22</guid>
		<description><![CDATA[I&#8217;ll try using the iMacros Firefox plugin for testing a web service I&#8217;m developing. Will get back on how good it works. Speaking of Firefox plugins, Firebug is a must have if you&#8217;re doing web development. Updated: a quick test and comparison to Selenium makes the latter the winner for testing.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll try using the <a href="https://addons.mozilla.org/en-US/firefox/addon/3863">iMacros Firefox</a> plugin for testing a web service I&#8217;m developing. Will get back on how good it works.</p>
<p>Speaking of Firefox plugins, <a href="http://getfirebug.com/">Firebug</a> is a must have if you&#8217;re doing web development.</p>
<p><strong>Updated</strong>: a quick test and comparison to <a href="http://selenium.openqa.org/index.html#Selenium_IDE">Selenium</a> makes the latter the winner for testing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2008/07/19/using-imacros-for-testing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Subversion and dav using https: Method PROPFIND is not defined</title>
		<link>http://www.softwaresweden.com/2008/07/18/subversion-and-dav-using-https-method-propfind-is-not-defined/</link>
		<comments>http://www.softwaresweden.com/2008/07/18/subversion-and-dav-using-https-method-propfind-is-not-defined/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 14:15:35 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://softwaresweden.com/blog/?p=18</guid>
		<description><![CDATA[The following error message can occur when trying to use subversion on an apache2 server over https and dav: 501 Method PROPFIND is not defined in RFC 2068 and is not supported by the Servlet API. The error message is quite misleading. It can be caused by a simple misspelling of the server. In my [...]]]></description>
			<content:encoded><![CDATA[<p>The following error message can occur when trying to use subversion on an apache2 server over https and dav:</p>
<blockquote><p>501 Method PROPFIND is not defined in RFC 2068 and is not supported by the Servlet API.</p></blockquote>
<p>The error message is quite misleading. It can be caused by a simple misspelling of the server. In my case I tried to connect to zyx.server.com when the actual address was xyz.server.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2008/07/18/subversion-and-dav-using-https-method-propfind-is-not-defined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

