美文网首页
自动化测试原则

自动化测试原则

作者: hypercode | 来源:发表于2022-04-26 14:23 被阅读0次

以下四个原则概述的理念满足移动自动化需求:

1.您不必重新编译您的应用程序或以任何方式对其进行修改以使其自动化。
2.您不应该被锁定在特定的语言或框架中来编写和运行您的测试。
3.当涉及到自动化 API 时,移动自动化框架不应该重新发明轮子。
4.移动自动化框架应该有开源的精神和真实行动。

1.You shouldn't have to recompile your app or modify it in any way in order to automate it.
2.You shouldn't be locked into a specific language or framework to write and run your tests.
3.A mobile automation framework shouldn't reinvent the wheel when it comes to automation APIs.
4.A mobile automation framework should be open source, in spirit and practice as well as in name!

相关文章

网友评论

      本文标题:自动化测试原则

      本文链接:https://www.haomeiwen.com/subject/hnncyrtx.html