Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 Sikuli 用于移动应用程序测试,有没有人使用它在移动设备上使用 iOS Safari 或 Android 浏览器进行移动 Web 测试?
我使用 Sikuli 来测试移动应用程序(不仅仅是网络)。
它以这种方式工作(所有操作都使用 Sikuli 执行):
1)启动手机模拟器;
2)部署应用程序(如果需要);
3) 启动应用程序;
4)运行测试用例(点击某处,输入文本,滑动,检查是否得到预期等);
5) 密切应用;
6)关闭模拟器。
我喜欢的 - 可以使用 Sikuli 执行滑动和/或拖放操作。