<?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>blog.udzura.jp &#187; Testing</title>
	<atom:link href="http://blog.udzura.jp/categories/tech/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.udzura.jp</link>
	<description>Got on the Weird Rails</description>
	<lastBuildDate>Mon, 07 May 2012 00:25:44 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>RSpec のメタ情報が知りたい</title>
		<link>http://blog.udzura.jp/2012/04/26/how-to-know-rspec-metadata/</link>
		<comments>http://blog.udzura.jp/2012/04/26/how-to-know-rspec-metadata/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 06:02:55 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1465</guid>
		<description><![CDATA[RSpec の DSL には、 example と言うメソッドがあり、そこを経由して現在実行中の example の情報を得ることができる。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16  [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2012/04/26/how-to-know-rspec-metadata/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>「ソフトウェアテスト　最初の一歩」セミナー に参加した</title>
		<link>http://blog.udzura.jp/2011/11/11/softwaretest-first-step-report/</link>
		<comments>http://blog.udzura.jp/2011/11/11/softwaretest-first-step-report/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 05:43:01 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[勉強記録]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1271</guid>
		<description><![CDATA[Time to Read 1分 11 が三つ並んだのでブログを書きます。！ 昨日、 NHN さんで行われた「ソフトウェアテスト　最初の一歩」に参加してきた。 セミナーで言われていたことは大変明解で、要はテストを分類する上 [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2011/11/11/softwaretest-first-step-report/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>mocksmtpd を使ったメール送信のテスト</title>
		<link>http://blog.udzura.jp/2011/10/19/test-sending-mail-with-mocksmtpd/</link>
		<comments>http://blog.udzura.jp/2011/10/19/test-sending-mail-with-mocksmtpd/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 01:09:31 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Padrino]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1227</guid>
		<description><![CDATA[Time to Read 3分 mocksmtpd という便利ルビージェムがある。詳細な使い方は 作者さんの日記 にもあるが、今日はより簡単にメール配信のテストが出来るようなおまじないのやり方を紹介する（主に、未来の自分 [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2011/10/19/test-sending-mail-with-mocksmtpd/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>PHP のテストを Ruby で書く</title>
		<link>http://blog.udzura.jp/2011/08/09/writing-php-test-by-ruby/</link>
		<comments>http://blog.udzura.jp/2011/08/09/writing-php-test-by-ruby/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 02:40:09 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Rack]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1103</guid>
		<description><![CDATA[Time to Read 5分 皆さん、楽しくテスト書いてますか～～～ 今日は、 rack-legacy を使うことで、 PHP のアプリケーションなのになぜか Ruby のコードでテストできて（受け入れテストのあたりで [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2011/08/09/writing-php-test-by-ruby/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>なぜ、個人のサービスなのにテストを書くのか。</title>
		<link>http://blog.udzura.jp/2011/07/29/why-we-write-test-on-private-services/</link>
		<comments>http://blog.udzura.jp/2011/07/29/why-we-write-test-on-private-services/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 02:18:01 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[＜技術一般＞]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1061</guid>
		<description><![CDATA[Time to Read 3分 以下のエントリは、自分内ブレインストーミングの結果を書き起こしただけのモノなので、数年後どころか数ヶ月後でも意見が変わっているかもしれない。と言う前提で。 三つ、考えられる。 「未来の自分 [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2011/07/29/why-we-write-test-on-private-services/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>各言語で(Cucumberみたいに)受け入れテストを自動化するライブラリ簡易まとめ</title>
		<link>http://blog.udzura.jp/2011/02/03/acceptance-test-automation-libs/</link>
		<comments>http://blog.udzura.jp/2011/02/03/acceptance-test-automation-libs/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 09:25:51 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.udr.me/?p=841</guid>
		<description><![CDATA[Time to Read 2分 ざっくりしたものですが。。。 Ruby Cucumber http://cukes.info/ 本家。「シナリオ（feature、など他の呼び方あり）」と「step definition」 [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2011/02/03/acceptance-test-automation-libs/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>RSpecのマッチャをよりよくするたった3行の方法</title>
		<link>http://blog.udzura.jp/2011/02/02/make-rspec-matcher-better-in-3-lines/</link>
		<comments>http://blog.udzura.jp/2011/02/02/make-rspec-matcher-better-in-3-lines/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 04:06:47 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.udr.me/?p=837</guid>
		<description><![CDATA[しばらく、 blog.udr.me こっちで運営します。 リンク切れ等は気づいてから駆動で直していますんで、もし発見したら教えてください。 ＊　＊　＊ Time to Read 1分 今回は、RSpec2.x以降の話。1 [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2011/02/02/make-rspec-matcher-better-in-3-lines/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>

