测试用例的设计 非传统 example based testing,每个测试用例对应的预期基于 某种属性。非银弹。提供一种测试思路。
测试用例设计 遇到的问题
提升测试覆盖率,编写更多的测试用例
减少测试用例,以便快速得到结果
参见https://github.com/HypothesisWorks/hypothesis
点击空白处退出提示
演示地址
https://testerhome.com/topics/16868
测试用例的设计 非传统 example based testing,每个测试用例对应的预期基于 某种属性。非银弹。提供一种测试思路。
测试用例设计 遇到的问题
提升测试覆盖率,编写更多的测试用例
减少测试用例,以便快速得到结果
参见https://github.com/HypothesisWorks/hypothesis
评论