目前希望:
总用例是保存在哪里的?
业务用例加个唯一 id,然后自动化用例的 @test 里面加上对应的唯一 id 到 name 或者 desc 里,并在自动化执行的时候上报 id 到统计程序,可以满足?
对于复杂交互 APP,功能点巨多的产品,就不要统计覆盖率了。小公司,UI 自动化保证你基本流程冒烟测试就好了吧,要不用例多起来后,后期维护起来很耗时,新版本迭代,还没等你脚本兼容调试好,手工测试都点完了迭代上线了
目前还是整在线的 excel 去维护了,业务测试在上面进行用例输出,我负责标记完成,先试行下看下成效如何。就是需要能够自动 down 最新的 excel 到环境中的话,应该没问题
回帖按钮似乎都没有看到了 @ 陈恒捷
From the distance, it looked like a skinny tube, but as we got closer, we could see it flesh out before our eyes. It was tubular, all right, but fatter than we could see from far away. Furthermore, we were also astonished to notice that the building was really in two parts: a pagoda sitting on top of a tubular one-story structure. Standing ten feet away
跟手工执行统计方法一样。
自动化只是换了执行手段。
自动化用例与用例库一对多&多对一的关联,最后计算用例库的自动化覆盖率(有自动化用例关联的用例数/总用例数)