摘要: 一、覆盖率概念 覆盖率是用来度量测试完整性的一个手段,是测试技术有效性的一个度量。分为:白盒覆盖、灰盒覆盖和黑盒覆盖;测试用例设计不能一味追求覆盖率,因为测试成本随覆盖率的增加而增加。 覆盖率=(至少被执行一次的item数)/item的总数 https://www.cnblogs.com/Carol 阅读全文
posted @ 2018-06-12 21:22 闪电旅途 阅读(821) 评论(0) 推荐(0) 编辑
摘要: 接口测试概述 定义 API testing is a type of software testing that involves testing application programming interfaces (APIs) directly and as part of integratio 阅读全文
posted @ 2018-06-12 21:11 闪电旅途 阅读(643) 评论(0) 推荐(0) 编辑