<?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>I&#039;m CaLendarW Blog &#187; test-driven</title>
	<atom:link href="http://wongkalun.idv.hk/tag/test-driven/feed/" rel="self" type="application/rss+xml" />
	<link>http://wongkalun.idv.hk</link>
	<description>任何時間，都要用內心既一點光，照亮世界</description>
	<lastBuildDate>Wed, 07 Dec 2011 15:39:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Timer for Performance Testing</title>
		<link>http://wongkalun.idv.hk/2009/05/13/timer-for-performance-testing/</link>
		<comments>http://wongkalun.idv.hk/2009/05/13/timer-for-performance-testing/#comments</comments>
		<pubDate>Tue, 12 May 2009 16:07:18 +0000</pubDate>
		<dc:creator>calendarw</dc:creator>
				<category><![CDATA[coding snippet]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[nunit]]></category>
		<category><![CDATA[test-driven]]></category>

		<guid isPermaLink="false">http://wongkalun.idv.hk/?p=532</guid>
		<description><![CDATA[呢排重溫緊 Pragmatic Unit Testing in C# with Nunit, 開始試緊寫有關 Performance 既 Test Case, 書中有一段有關 Performance 既 Code: 段 code 係一個幾好既 example 去講點 Test Performance, 但當真係要試果陣, 就發現左樣野, 就係我搵唔到 Code 中既 Timer Class, 係我在 System 入面既幾個 namespace 中, 都搵唔到啱用既 Timer, 因為 System namespace 入面既 Timer 大部份都係用黎 Trigger Timeout Event, 而當中既 Stop method 都只係用黎停止 Event Trigger, 而沒有任何計時結果做到出黎, 所以經過一輪網上既搜尋之後, [...]]]></description>
		<wfw:commentRss>http://wongkalun.idv.hk/2009/05/13/timer-for-performance-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acceptance Test Driven Development</title>
		<link>http://wongkalun.idv.hk/2009/04/30/acceptance-test-driven-development/</link>
		<comments>http://wongkalun.idv.hk/2009/04/30/acceptance-test-driven-development/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 14:54:11 +0000</pubDate>
		<dc:creator>calendarw</dc:creator>
				<category><![CDATA[requirement]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[test-driven]]></category>

		<guid isPermaLink="false">http://wongkalun.idv.hk/?p=506</guid>
		<description><![CDATA[Last night, I went to join the meeting of Agile Hong Kong, the topic is Acceptance Test-Driven Development(ATDD), presented by Steven Mark, which look-like great, user friendly, and example-driven concept to improve the software quality and meet the customer expectation, the different between TDD and ATDD is that the TDD is more focus on unit [...]]]></description>
		<wfw:commentRss>http://wongkalun.idv.hk/2009/04/30/acceptance-test-driven-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Automate Test?</title>
		<link>http://wongkalun.idv.hk/2009/04/15/why-automate-test/</link>
		<comments>http://wongkalun.idv.hk/2009/04/15/why-automate-test/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 15:19:57 +0000</pubDate>
		<dc:creator>calendarw</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[diary]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[nunit]]></category>
		<category><![CDATA[test-driven]]></category>
		<category><![CDATA[建議]]></category>
		<category><![CDATA[精華]]></category>

		<guid isPermaLink="false">http://wongkalun.idv.hk/?p=444</guid>
		<description><![CDATA[Test Driven Development, 係以測試來驅動程式既設計, 目的係為了提高軟件既質素. 好多人覺得測試對軟件方面只在於用戶接受測試 (UAT), 因為只要通過 UAT, 公司就可以袋袋平安. 不過, UAT 通常都浪費人手, 而且該次 UAT 只計對於該次既軟件需求, 當需求需要更改, 所有既測試都要人手重頭做過, 浪費人力物力. 自動化軟件測試既好處係可以減省人手及時間, 以及提高軟件既質素及完整度. 以下係一個由 NUnit 提供既自動化測試例子: 以上只係其中一個例子用來測試軟件既完成度, 在現實上, Test Case 除左要測驗一般情況外, 仲要測試錯誤情況出來既結果, 保証軟件質素, 所以正常使用既情況係唔會得一個 Test Case 咁少. 要實行 Test Driven Development, 通常要有一個良好既 Object Oriented Design 以及 Design for Test, 如果沒有這兩個設計既技巧, 那測試既質素有可能會受影響. 愈多 Test Case 未必代表軟件的準確率愈高, 正常情況 Test [...]]]></description>
		<wfw:commentRss>http://wongkalun.idv.hk/2009/04/15/why-automate-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Jam: Automated Unit tests with Mocks and Stubs</title>
		<link>http://wongkalun.idv.hk/2008/10/09/code-jam-automated-unit-tests-with-mocks-and-stubs/</link>
		<comments>http://wongkalun.idv.hk/2008/10/09/code-jam-automated-unit-tests-with-mocks-and-stubs/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 15:24:08 +0000</pubDate>
		<dc:creator>calendarw</dc:creator>
				<category><![CDATA[diary]]></category>
		<category><![CDATA[agile development]]></category>
		<category><![CDATA[test-driven]]></category>

		<guid isPermaLink="false">http://wongkalun.idv.hk/?p=245</guid>
		<description><![CDATA[This is my second times go agile Hong Kong event, I go because I want to increase my testing knowledge. This code jam introduced the mock frameworks (like Mockito, EasyMock and JMock) and discussed the limitation and usability, also demonstrated different implementation of Java Mock frameworks, it is interesting but how can I make it [...]]]></description>
		<wfw:commentRss>http://wongkalun.idv.hk/2008/10/09/code-jam-automated-unit-tests-with-mocks-and-stubs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Today finding</title>
		<link>http://wongkalun.idv.hk/2008/08/13/today-finding-10/</link>
		<comments>http://wongkalun.idv.hk/2008/08/13/today-finding-10/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 14:50:35 +0000</pubDate>
		<dc:creator>calendarw</dc:creator>
				<category><![CDATA[daily finding]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[test-driven]]></category>

		<guid isPermaLink="false">http://wongkalun.idv.hk/?p=162</guid>
		<description><![CDATA[2008 Best of Open Source Software Awards It&#8217;s just for reference. 10 Ultimate Rules for Effective System Administration Interesting, but no time to do it, always for Hong Kong!! 10 quick fixes for the worst security nightmares Admin Reference~~ Is unit testing doomed? Supporting Document of TDD. Benefit and cost. .NET 3.5 Enhancements Training Kit [...]]]></description>
		<wfw:commentRss>http://wongkalun.idv.hk/2008/08/13/today-finding-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Test Frameworks</title>
		<link>http://wongkalun.idv.hk/2008/07/17/unit-test-frameworks/</link>
		<comments>http://wongkalun.idv.hk/2008/07/17/unit-test-frameworks/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 15:58:21 +0000</pubDate>
		<dc:creator>calendarw</dc:creator>
				<category><![CDATA[testing]]></category>
		<category><![CDATA[test-driven]]></category>

		<guid isPermaLink="false">http://wongkalun.idv.hk/?p=78</guid>
		<description><![CDATA[今日睇左本 Unit Test Frameworks, 都好簡單下. 入面講既野其實大部份自己都識, 所以用左半個鐘就睇晒成本野&#8230; 不過都有新野學到既, 例如 Abstract Test, Performance Tests 同 Test Fixture, 講真, 之前都唔明 FixtureSetup 同 Setup 有咩分別, 因為我好多時侯都係用 Setup, 所以無乜留意, 睇左本書之後識既野多左, 但我原本想學點寫好個 Test Case 佢就無講太多, 應該要搵 d 時間磨練下. dtsv.dtse_post_78_permalink = 'http://wongkalun.idv.hk/2008/07/17/unit-test-frameworks/'; dtsv.dtse_post_78_title = 'Unit Test Frameworks';]]></description>
		<wfw:commentRss>http://wongkalun.idv.hk/2008/07/17/unit-test-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test-driven development</title>
		<link>http://wongkalun.idv.hk/2007/08/14/test-driven-development/</link>
		<comments>http://wongkalun.idv.hk/2007/08/14/test-driven-development/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 15:59:47 +0000</pubDate>
		<dc:creator>calendarw</dc:creator>
				<category><![CDATA[testing]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[test-driven]]></category>

		<guid isPermaLink="false">http://wongkalun.idv.hk/?p=5</guid>
		<description><![CDATA[今日, 試左用 [http://nunit.org nunit] 黎寫 C# 既 Test Case, 感覺都 ok, 我諗我應該會開始寫呢方面既野多D. 因為呢排幫某 D project 轉做 [http://asp.net ASP.net] 2.0 同 refactoring, 所以就用緊 VS 2005 Express Edition, 而因為係 Express, 當我要 Debug ASP 果時, 行到有關 Dll 既位我就行唔到, 因為 Dll 係 C# Express, 而 ASP.net 係 Web Developer Express, 所以而家要用 Test Case 黎幫手做 Test!!~~ dtsv.dtse_post_5_permalink = 'http://wongkalun.idv.hk/2007/08/14/test-driven-development/'; dtsv.dtse_post_5_title [...]]]></description>
		<wfw:commentRss>http://wongkalun.idv.hk/2007/08/14/test-driven-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

