项目需要做了一个图片拖动指定组件上删除,和排序的功能android测试正常, ios会出现拖动图片页面也跟着下滑的尴尬情况。 查文档下拉刷新配置默认是关闭的,后经查找文档发现在本页面page.json 配置项可通过 来禁用页面下拉滚动 不可在全局配置 app.json中配置 至此问题解决,由此可知遇 ...
分类:
微信 时间:
2018-06-01 13:38:21
阅读次数:
683
spydroid-android测试在android4.0系统上报错 [html] view plain copy start failed: -19 而且也发现,在使用MediaRecorder进行视频录制,调用start()方法时报错,发生spydroid-android测试在android4. ...
分类:
移动开发 时间:
2018-05-14 22:09:25
阅读次数:
325
Android测试(五):Instrumented 单元测试 发布时间 2017年12月20日 虫师 原文:https://developer.android.com/training/testing/unit-testing/instrumented-unit-tests.html Instrum ...
分类:
移动开发 时间:
2018-05-14 00:10:00
阅读次数:
258
Android测试(二):Android 测试基础 发布时间 2017年12月20日 虫师 原文:https://developer.android.com/training/testing/fundamentals.html 用户在不同的级别上与你的应用产生交互。从按下按钮到将信息下载到他们的设备 ...
分类:
移动开发 时间:
2018-05-14 00:09:33
阅读次数:
251
Android测试(一):在Android中测试App 发布时间 2017年12月20日 虫师 原文:https://developer.android.com/training/testing/index.html 测试你的App是开发过程中的重要组成部分。通过对应用程序持续的运行测试,你可以验证 ...
分类:
移动开发 时间:
2018-05-14 00:09:23
阅读次数:
222
Android测试(四):Local 单元测试 发布时间 2017年12月20日 虫师 原文:https://developer.android.com/training/testing/unit-testing/local-unit-tests.html 如果你的单元测试没有依赖或者只有简单的An ...
分类:
移动开发 时间:
2018-05-14 00:08:28
阅读次数:
247
Android测试(三):Android 单元测试 发布时间 2017年12月20日 虫师 原文:https://developer.android.com/training/testing/unit-testing/index.html 单元测试是你的应用程序测试策略的基本测试。 通过针对您的代码 ...
分类:
移动开发 时间:
2018-05-14 00:08:11
阅读次数:
237
Android测试(七):Espresso 自动化测试 发布时间 2017年12月20日 虫师 原文:https://developer.android.com/training/testing/ui-testing/espresso-testing.html 在单个应用程序中测试用户交互有助于确保 ...
分类:
移动开发 时间:
2018-05-14 00:08:04
阅读次数:
249
Android测试(六):Android UI自动化测试 发布时间 2017年12月20日 虫师 原文:https://developer.android.com/training/testing/ui-testing/index.html 用户界面(UI)测试可以确保你的应用程序满足其功能要求,并 ...
分类:
移动开发 时间:
2018-05-14 00:07:36
阅读次数:
226
Android测试(八):UI Automator 自动化测试 发布时间 2017年12月20日 虫师 原文:https://developer.android.com/training/testing/ui-testing/uiautomator-testing.html 涉及跨多个应用程序的用户 ...
分类:
移动开发 时间:
2018-05-14 00:07:28
阅读次数:
258