用户界面模糊测试 - Android
有什么方法可以对任何应用程序的 UI 部分进行模糊测试吗?基本上我只是想向应用程序扔一些随机的用户输入数据(即按下按钮、选择工具、将查询插入文本框...),看看它是否在某个时刻抛出错误。
这有可能吗?可以在 Android SDK 上完成吗?
Is there any way to be able to fuzz test the UI portions of any application? Basically I just want to throw some random user input data (ie. press button, select tool, insert query into text box ...) to the app and see if it throws an error at some point.
Is this at all possible and can it be done on the Android SDK?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如alextsc在评论中建议的那样, UI/Application Examer Monkey 完全按照您的方式执行想。它还为您提供了许多日志记录选项。
As alextsc suggested in a comment, the UI/Application Exerciser Monkey does exactly what you want. It also gives you many options on logging.