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.
我正在开发一个客户想要对UI 组件进行自动测试的项目(例如,使用 Appium 或 UI Automator),该项目基于 SIM 工具包。
目的是测试是否显示 GUI 组件(感谢发送到 SIM 小程序的命令)。
但是,系统不允许检查是否显示来自内部 API 的对象(基本上是 SIM 菜单)。
我的问题是:如何自动测试这些内部对象?有没有我可以拉下的标志对系统说“嘿,让我测试你试图隐藏的这个组件”?基本上我猜系统出于安全原因不允许处理这些组件。
提前致谢