摘要: 概述 黑盒测试: 是以用户的角度,从输入数据与输出数据的对应关系出发进行测试的。 白盒测试: 又称结构测试、透明盒测试、逻辑驱动测试或基于代码的测试。 单元测试: 又称模块测试,是开发者编写的一小段代码,用于检验被测代码的一个很小的、很明确的功能是否正确。 功能测试: 根据产品特性、操作描述和用户方案,测试一个产品的特性和可操作行为以确定它们满足设计需求。 压力测... 阅读全文
posted @ 2014-02-23 13:06 ShawnWithSmallEyes 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 引用自Google API Guides Dimension A dimension value defined in XML. A dimension is specified with a number followed by a unit of measure. For example: 10px, 2in, 5sp. The following units of measure are... 阅读全文
posted @ 2014-02-23 12:28 ShawnWithSmallEyes 阅读(376) 评论(0) 推荐(0) 编辑