<?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>测试 &#8211; 外刊IT评论</title>
	<atom:link href="https://www.aqee.net/tag/%e6%b5%8b%e8%af%95/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aqee.net</link>
	<description>程序员工作、生活、爱情、事业</description>
	<lastBuildDate>Wed, 08 Sep 2021 03:01:19 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>小测试：你是&#8221;保守派程序员&#8221;还是&#8221;自由派程序员&#8221;</title>
		<link>https://www.aqee.net/post/quiz-conservative-or-freedom/</link>
					<comments>https://www.aqee.net/post/quiz-conservative-or-freedom/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Fri, 09 Sep 2016 03:26:24 +0000</pubDate>
				<category><![CDATA[杂项]]></category>
		<category><![CDATA[测试]]></category>
		<guid isPermaLink="false">http://www.vaikan.com/?p=9113</guid>

					<description><![CDATA[最近，我在阅读 Steve Yegg 的文集《程序员的呐喊》。这是一本非常有趣的书，里面甚至包含了一个小测试（原文），区分一个程序员到底是保守派还是自由派。]]></description>
										<content:encoded><![CDATA[最近，我在阅读 Steve Yegg 的文集《程序员的呐喊》。这是一本非常有趣的书，里面甚至包含了一个小测试（原文），区分一个程序员到底是保守派还是自由派。]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/quiz-conservative-or-freedom/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>事后诸葛亮：如何写出没有bug的软件</title>
		<link>https://www.aqee.net/post/wrong-solutions/</link>
					<comments>https://www.aqee.net/post/wrong-solutions/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Sun, 02 Mar 2014 16:47:35 +0000</pubDate>
				<category><![CDATA[批评评论]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[代码审查]]></category>
		<category><![CDATA[安全漏洞]]></category>
		<category><![CDATA[测试]]></category>
		<guid isPermaLink="false">http://www.vaikan.com/?p=7962</guid>

					<description><![CDATA[网上对苹果iOS7操作系统中最新暴露出的一个严重安全漏洞的讨论读起来十分有趣。是什么导致了这样一个弱者的bug？下面是网友们总结出的几个原因：    用C语言很难写出正确无误的程序,，   苹果公司的程序员不用心，    编码风格中允许忽略大括号，    苹果公司里没有正规的代码审查，    使用了goto语句....]]></description>
										<content:encoded><![CDATA[网上对苹果iOS7操作系统中最新暴露出的一个严重安全漏洞的讨论读起来十分有趣。是什么导致了这样一个弱者的bug？下面是网友们总结出的几个原因：    用C语言很难写出正确无误的程序,，   苹果公司的程序员不用心，    编码风格中允许忽略大括号，    苹果公司里没有正规的代码审查，    使用了goto语句....]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/wrong-solutions/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>程序员最艰巨的十大任务</title>
		<link>https://www.aqee.net/post/the-ten-toughest-tasks-in-development/</link>
					<comments>https://www.aqee.net/post/the-ten-toughest-tasks-in-development/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Sun, 08 Dec 2013 16:18:12 +0000</pubDate>
				<category><![CDATA[心得体会]]></category>
		<category><![CDATA[优化]]></category>
		<category><![CDATA[文档]]></category>
		<category><![CDATA[测试]]></category>
		<category><![CDATA[预估工期]]></category>
		<guid isPermaLink="false">http://www.aqee.net/?p=7615</guid>

					<description><![CDATA[程序员最艰巨的任务跟编写代码没有多少关系。如果你认为自己还是一个水平一般的程序员，在你真正的能进入到高手行列前，请确保你已经克服了下列晋级的障碍。]]></description>
										<content:encoded><![CDATA[程序员最艰巨的任务跟编写代码没有多少关系。如果你认为自己还是一个水平一般的程序员，在你真正的能进入到高手行列前，请确保你已经克服了下列晋级的障碍。]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/the-ten-toughest-tasks-in-development/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>一个新手为老代码写测试程序的心得</title>
		<link>https://www.aqee.net/post/what-i-learned-as-a-junior-developer-writing-tests-for-legacy-code/</link>
					<comments>https://www.aqee.net/post/what-i-learned-as-a-junior-developer-writing-tests-for-legacy-code/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Sun, 10 Nov 2013 16:28:24 +0000</pubDate>
				<category><![CDATA[心得体会]]></category>
		<category><![CDATA[测试]]></category>
		<category><![CDATA[维护]]></category>
		<guid isPermaLink="false">http://www.aqee.net/?p=7482</guid>

					<description><![CDATA[作为一个在Rackspace公司的初级程序员(在Airbrake开发组)，我经常会有一种相似的感觉，它催促我不停的大量产出代码，以为这样能让产品更强壮。当正如我的膝盖每次在下蹲时都要忍受痛苦一样，未经测试的老的功能特征在大量出现的新功能的重压下开始变形，开始断裂。]]></description>
										<content:encoded><![CDATA[作为一个在Rackspace公司的初级程序员(在Airbrake开发组)，我经常会有一种相似的感觉，它催促我不停的大量产出代码，以为这样能让产品更强壮。当正如我的膝盖每次在下蹲时都要忍受痛苦一样，未经测试的老的功能特征在大量出现的新功能的重压下开始变形，开始断裂。]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/what-i-learned-as-a-junior-developer-writing-tests-for-legacy-code/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>测试人员不是拦住bug的守门员</title>
		<link>https://www.aqee.net/post/why-testers-are-not-the-goalkeepers-of-bugs/</link>
					<comments>https://www.aqee.net/post/why-testers-are-not-the-goalkeepers-of-bugs/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Tue, 10 Sep 2013 16:43:30 +0000</pubDate>
				<category><![CDATA[批评评论]]></category>
		<category><![CDATA[测试]]></category>
		<category><![CDATA[软件测试]]></category>
		<guid isPermaLink="false">http://www.aqee.net/?p=7210</guid>

					<description><![CDATA[守门员要守住bug，并不意味着他们是唯一为bug溜入负责的人。除了守门员外，我们还应该有后卫，中场和前锋，他们是项目团队的组成部分。]]></description>
										<content:encoded><![CDATA[守门员要守住bug，并不意味着他们是唯一为bug溜入负责的人。除了守门员外，我们还应该有后卫，中场和前锋，他们是项目团队的组成部分。]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/why-testers-are-not-the-goalkeepers-of-bugs/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>一本好书：《谷歌如何测试软件》</title>
		<link>https://www.aqee.net/post/how-google-tests-software/</link>
					<comments>https://www.aqee.net/post/how-google-tests-software/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Wed, 03 Jul 2013 16:37:32 +0000</pubDate>
				<category><![CDATA[批评评论]]></category>
		<category><![CDATA[测试]]></category>
		<category><![CDATA[读书]]></category>
		<category><![CDATA[软件测试]]></category>
		<guid isPermaLink="false">http://www.aqee.net/?p=6833</guid>

					<description><![CDATA[这并不是一本讲“如何做”的书，并不是在说关于如何测试软件的具体步骤。相反，它站在一个更高层面上，大部分的篇幅都在致力于描述谷歌公司里各种不同的测试角色。从这个访谈以及这本书里，我感觉有三个独特的主题呈现在我面前。]]></description>
										<content:encoded><![CDATA[这并不是一本讲“如何做”的书，并不是在说关于如何测试软件的具体步骤。相反，它站在一个更高层面上，大部分的篇幅都在致力于描述谷歌公司里各种不同的测试角色。从这个访谈以及这本书里，我感觉有三个独特的主题呈现在我面前。]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/how-google-tests-software/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>我的神呀，测试驱动开发真的有效！</title>
		<link>https://www.aqee.net/post/test-driven-development-actually-works/</link>
					<comments>https://www.aqee.net/post/test-driven-development-actually-works/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Mon, 29 Oct 2012 16:02:26 +0000</pubDate>
				<category><![CDATA[心得体会]]></category>
		<category><![CDATA[测试]]></category>
		<category><![CDATA[驱动测试开发]]></category>
		<guid isPermaLink="false">http://www.aqee.net/?p=5195</guid>

					<description><![CDATA[我们经常听到人们宣扬说，在开发软件时写测试代码(单元测试，功能测试等)能有效的减少产品中的bug。如何验证这样的言论？通常，这些人都是已经在使用驱动测试开发(TDD)或行为驱动开发(BDD)，而且，他们所在的公司在诞生第一天起就有着很强的测试文化。]]></description>
										<content:encoded><![CDATA[我们经常听到人们宣扬说，在开发软件时写测试代码(单元测试，功能测试等)能有效的减少产品中的bug。如何验证这样的言论？通常，这些人都是已经在使用驱动测试开发(TDD)或行为驱动开发(BDD)，而且，他们所在的公司在诞生第一天起就有着很强的测试文化。]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/test-driven-development-actually-works/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
		<item>
		<title>跟谷歌测试工程师的对话</title>
		<link>https://www.aqee.net/post/conversation-with-a-test-engineer/</link>
					<comments>https://www.aqee.net/post/conversation-with-a-test-engineer/#respond</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Tue, 09 Oct 2012 16:07:44 +0000</pubDate>
				<category><![CDATA[批评评论]]></category>
		<category><![CDATA[测试]]></category>
		<guid isPermaLink="false">http://www.aqee.net/?p=5072</guid>

					<description><![CDATA[Alan Faulkner是谷歌的测试工程师，他的工作对象是谷歌的DoubleClick广告报价管理系统(Bid Manager)，这个系统提供让广告代理商和广告客户在多个广告上进行报价竞标的功能。]]></description>
										<content:encoded><![CDATA[Alan Faulkner是谷歌的测试工程师，他的工作对象是谷歌的DoubleClick广告报价管理系统(Bid Manager)，这个系统提供让广告代理商和广告客户在多个广告上进行报价竞标的功能。]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/conversation-with-a-test-engineer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>软件测试不是一个功能</title>
		<link>https://www.aqee.net/post/testing-is-not-a-feature/</link>
					<comments>https://www.aqee.net/post/testing-is-not-a-feature/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Mon, 23 Apr 2012 16:05:57 +0000</pubDate>
				<category><![CDATA[批评评论]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[测试]]></category>
		<category><![CDATA[驱动测试开发]]></category>
		<guid isPermaLink="false">http://www.aqee.net/?p=3928</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/testing-is-not-a-feature/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>测试人员是&#8230;</title>
		<link>https://www.aqee.net/post/a-tester-is/</link>
					<comments>https://www.aqee.net/post/a-tester-is/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Tue, 06 Mar 2012 16:47:45 +0000</pubDate>
				<category><![CDATA[幽默讽刺]]></category>
		<category><![CDATA[测试]]></category>
		<guid isPermaLink="false">http://www.aqee.net/?p=3687</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/a-tester-is/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

使用页面缓存Disk: Enhanced 

Served from: www.aqee.net @ 2026-05-05 07:04:21 by W3 Total Cache
-->