读书笔记
文章平均质量分 76
Lynn_yan
这个作者很懒,什么都没留下…
展开
-
The notes of How We Test Software At Microsoft(1)
略过1-3章,直接从第四章开始读。Chapter4:A Practical Approach to Test Case DesignPracticing good software design and test designTest design has many parallels with good software design and with good design in原创 2010-03-16 17:34:00 · 854 阅读 · 0 评论 -
The notes of How We Test Software At Microsoft(2)
Estimating Test Time正如书中提到,我周围大多team估算项目的时间都是“simply add a few weeks of “buffer” or “stabilization” time at the end of a product cycle”。这是非常不科学的做法。也提到一种“copy the development time”的做法,让我想到曾经看过的两篇关原创 2010-03-17 16:56:00 · 775 阅读 · 0 评论 -
The notes of How We Test Software At Microsoft(3)
Chapter5:Functional Testing TechniquesThe need for Functional Testing再次提到exploratory testing,探索性测试主要是行为性测试(behavioral testing),对于熟悉产品的新功能非常有效,也可以让测试人员有效的快速的评测一个产品,但是不能很好衡量一个复杂的软件或项目。Equivalence原创 2010-03-24 11:05:00 · 809 阅读 · 0 评论 -
The notes of How We Test Software At Microsoft(4)
Boundary Value Analysis所谓边界条件,是值输入和输出等价类中哪些恰好处于边界,或超过边界,或在边界以下的状态。边界值分析方法与等价类划分方法存在两方面不同:· 与等价类中挑选出任意一个元素为代表不同,边界值分析需要选择一个或多个元素,以便等价类的每个边界都经过一次测试。· 与仅仅关注输入条件(输入空间)不同,还需要考虑从结果空间(输原创 2010-03-26 17:23:00 · 1266 阅读 · 0 评论 -
The notes of How We Test Software At Microsoft(6)
Chapter 11Non-Functioanl Testing非功能测试<br />定义非功能的测试领域包括了性能,负载,安全,可靠性和其他很多方面。非功能测试有时也被称作行为测试或质量测试。非功能测试的众多属性的一个普遍特征是一般不能直接测量。这些属性是被间接地测量,例如用失败率来衡量可靠性或圈复杂度,用设计审查指标来评估可测性。<br />国际化标准组织(ISO)在ISO9216和ISO25000:2005中定义了几个非功能属性。这些属性包括:<br />· Reliability可靠原创 2010-06-03 09:41:00 · 748 阅读 · 0 评论 -
The notes of How We Test Software At Microsoft(5)
Chapter 10 Test Automation 测试自动化<br />具体的环境决定了自动化测试的价值。有些时候,自动化每一个测试都是合理的。其他时候,完全不用自动化测试却可能是合理的。Sometimes it make sense to automate every single test. On other occasions, it might make sense to automate nothing.<br />自动化还是不自动化需要考虑以下因素:Effort 投入:确定创建自动化测试的投原创 2010-06-01 11:02:00 · 722 阅读 · 0 评论 -
哈佛大学幸福课笔记一
Happiness is much more contignent on our state of mind than ours status or the state of our bank account.快乐是由我们的精神状态决定,而不是社会地位或银行存款。Lao原创 2011-09-15 21:10:01 · 1449 阅读 · 0 评论 -
哈佛大学幸福课笔记二
If we focus on what is working, we'll have more working in our world.如果我们在集中研究起作用的,它就会在世界上起更大的作用。The aim of positive psychology is to ca原创 2011-09-22 21:29:18 · 1077 阅读 · 0 评论