<?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>SDLC Blog &#187; QA</title>
	<atom:link href="http://www.rodenas.org/blog/category/qa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rodenas.org/blog</link>
	<description>Software Development Life Cycle: Methodologies and Tools for the Enterprise</description>
	<lastBuildDate>Fri, 09 Sep 2011 12:02:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Where are my mock objects you lazy son of &#8230;!</title>
		<link>http://www.rodenas.org/blog/2009/06/07/where-are-my-mock-objects-you-lazy-son-of/</link>
		<comments>http://www.rodenas.org/blog/2009/06/07/where-are-my-mock-objects-you-lazy-son-of/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 22:22:57 +0000</pubDate>
		<dc:creator>ferdy</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[QA]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://www.rodenas.org/blog/?p=849</guid>
		<description><![CDATA[TweetTweet]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.rodenas.org/blog/2009/06/07/where-are-my-mock-objects-you-lazy-son-of/&via=ferdy&text=Where are my mock objects you lazy son of ...!&related=:&lang=en&count=vertical" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.rodenas.org/blog/2009/06/07/where-are-my-mock-objects-you-lazy-son-of/&via=ferdy&text=Where are my mock objects you lazy son of ...!&related=:&lang=en&count=vertical" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p><object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/l1wKO3rID9g&#038;hl=es&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/l1wKO3rID9g&#038;hl=es&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rodenas.org/blog/2009/06/07/where-are-my-mock-objects-you-lazy-son-of/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Test Driven Development on IEEE Software</title>
		<link>http://www.rodenas.org/blog/2007/05/08/test-driven-development-on-ieee-software/</link>
		<comments>http://www.rodenas.org/blog/2007/05/08/test-driven-development-on-ieee-software/#comments</comments>
		<pubDate>Tue, 08 May 2007 21:26:19 +0000</pubDate>
		<dc:creator>ferdy</dc:creator>
				<category><![CDATA[Methodologies]]></category>
		<category><![CDATA[QA]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.rodenas.org/blog/2007/05/08/test-driven-development-on-ieee-software/</guid>
		<description><![CDATA[TweetTweetThe May/June 2007 issue (subscription required) of the IEEE Software magazine has a special section devoted to Test Driven Development: This special issue of IEEE Software includes seven feature articles on various aspects of TDD and a Point/Counterpoint debate on the use of mock objects in applying it. Notably, these articles demonstrate the ways TDD [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.rodenas.org/blog/2007/05/08/test-driven-development-on-ieee-software/&via=ferdy&text=Test Driven Development on IEEE Software&related=:&lang=en&count=vertical" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.rodenas.org/blog/2007/05/08/test-driven-development-on-ieee-software/&via=ferdy&text=Test Driven Development on IEEE Software&related=:&lang=en&count=vertical" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>The <a href="http://opac.ieeecomputersociety.org/opac?year=2007&#038;volume=24&#038;issue=3&#038;acronym=software">May/June 2007 issue</a> (subscription required) of the <a href="http://www.computer.org/software">IEEE Software magazine</a> has a special section devoted to <a href="http://en.wikipedia.org/wiki/Test-driven_development">Test Driven Development</a>:</p>
<blockquote><p>
This special issue of IEEE Software includes seven feature articles on various aspects of TDD and a Point/Counterpoint debate on the use of mock objects in applying it. Notably, these articles demonstrate the ways TDD is being used in nontrivial situations (database development, embedded software development, GUI development, performance tuning). This signifies an adoption level for the practice beyond the visionary phase and into the early mainstream.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.rodenas.org/blog/2007/05/08/test-driven-development-on-ieee-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM Rational open beta for testing SOA applications and Web Services</title>
		<link>http://www.rodenas.org/blog/2007/01/28/ibm-rational-open-beta-for-testing-soa-applications-and-web-services/</link>
		<comments>http://www.rodenas.org/blog/2007/01/28/ibm-rational-open-beta-for-testing-soa-applications-and-web-services/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 23:38:40 +0000</pubDate>
		<dc:creator>ferdy</dc:creator>
				<category><![CDATA[IBM]]></category>
		<category><![CDATA[QA]]></category>
		<category><![CDATA[SOA]]></category>

		<guid isPermaLink="false">http://www.rodenas.org/blog/2007/01/28/ibm-rational-open-beta-for-testing-soa-applications-and-web-services/</guid>
		<description><![CDATA[TweetTweetIBM has opened a beta program for Quality Management solutions for testing SOA applications. It contains downloads for Rational Tester for SOA, which is powered by IBM Rational Performance Tester and IBM Rational Performance Tester Extension for SOA. You can download the beta code at the Rational software early programs site, and a developerWorks forum [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.rodenas.org/blog/2007/01/28/ibm-rational-open-beta-for-testing-soa-applications-and-web-services/&via=ferdy&text=IBM Rational open beta for testing SOA applications and Web Services&related=:&lang=en&count=vertical" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.rodenas.org/blog/2007/01/28/ibm-rational-open-beta-for-testing-soa-applications-and-web-services/&via=ferdy&text=IBM Rational open beta for testing SOA applications and Web Services&related=:&lang=en&count=vertical" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>IBM has opened a beta program for Quality Management solutions for testing <acronym title="Service Oriented Architecture">SOA</acronym> applications. It contains downloads for Rational Tester for SOA, which is powered by <a href="http://www-306.ibm.com/software/awdtools/tester/performance/index.html">IBM Rational Performance Tester</a> and IBM Rational Performance Tester Extension for SOA.</p>
<p>You can download the beta code at the <a href="https://www14.software.ibm.com/iwm/web/cc/earlyprograms/rational/P1656/">Rational software early programs</a> site, and a <a href="http://www-128.ibm.com/developerworks/forums/dw_forum.jsp?forum=1059&#038;cat=24">developerWorks forum</a> is available for support.</p>
<p>(Via <a href="http://www.websphere-world.com/modules.php?name=News&#038;file=article&#038;sid=1745">WebSphere-World</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rodenas.org/blog/2007/01/28/ibm-rational-open-beta-for-testing-soa-applications-and-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

