• 有遇到过,毕竟少,播放过程中忽然播放失败的比较多

  • 我个人觉得客户端使用起来方便,我很喜欢。

  • 1、国家码与手机号不一致或不正确
    2、国家码、手机号正确,验证码错误
    3、国家码、手机号正确,验证码超时不可用
    4、国家码、手机号正确,验证码已经使用后再次使用
    5、国内特定号段不支持无法下发验证码,如新开放的号段,前端手机号码限制或短信验证码服务商尚未支持
    6、所使用的短信验证码服务商对国外号码不支持无法下发验证码
    7、前端获取的验证码和后端的不一致
    8、运营商故障未下发验证码
    9、前端验证码接口调用错误:非登录验证码接口或版本迭代旧接口废弃前端接口未更新
    10、前端验证码登录接口调用错误:非验证码登录接口或版本迭代旧接口废弃前端接口未更新
    11、前端验证接口或登录接口调用某些参数有误
    12、账号被冻结
    13、请求缓慢,前端没有请求中提示也未作登录按钮限制,用户多次点击登录,自己踢自己
    14、后台服务异常如宕机

  • 1、代理工具,如 charles
    2、iOS 开发工具进行限速
    3、iptable

  • 京东支付,抽奖异常 at 2020年10月15日

    同意,现在什么都要求快,很多时候只能牺牲一些细节和更深一层的测试。

  • 工作十年,很茫然 at 2020年10月15日

    同楼主。
    在以前的公司,测试 android、iOS、Winphone、web、小程序的产品,翻翻书写一下我所要覆盖的测试内容的测试 demo,偶尔写写些脚本,业务能力基本是之前团队里面数一数二。
    离职后找工作,发现之前工作涉及的东西比较少也比较单一,主流的很多东西也没有真正的用过,感觉很尴尬。

  • 小米一样有这个问题的。
    说好像国内的 rom 应该都是这样,应该是被系统拦截了。

  • MTSC2019-深圳站 议题征集 at 2019年09月16日

    报名听讲…

  • 极光在 oppo 内测的时候就已经支持 oppo 推送了啊
    极光还支持 fcm

  • Charles 使用详解 at 2018年07月24日

    我最近使用 Charles 重写 android 手机请求、黑名单等,都会失效。当时同时连接 Wi-Fi 和蜂窝数据流量,查了半天,把手机数据流量关掉就好了。但是发现第一个请求设置有效,同一个域名,第二个请求失效,非常的头疼。
    官方 4.2.6,已注册。
    不知道你是否遇到过?

  • 企业移动应用平台项目

  • 有兴趣的可以发简历试试😎

  • 玲玲老师的书名是啥

  • 期望接口自动化

  • #138 楼 @jiffy 还没有,之前一直在忙工作,打算现在重新折腾下。

  • 什么时候啊,就怕坚持不下来。

  • #1 楼 @Alan_ 什么时候啊,就怕坚持不下来。

  • #136 楼 @jiffy 其实我觉得是 appium 使用 ideviceinstaller 的时候需要得到 root 权限,因为在终端执行 ideviceinstaller 命令行必须加 sudo 才能正常。

  • #133 楼 @jiffy 我到 appium 官方社区提问了,也还没有解决。
    我都在怀疑是不是我 os 版本太高,而相关的应用没有支持到这个系统导致的了。

  • 我也遇到这个问题,运行到模拟器 app 连续闪退闪开,然后模拟器就自动关闭。
    我的 app 是用代码编译出来的,用的是开发证书。

    用真机测试,已运行安装了该 app,也配置了 app 所在绝对路径,但是会提示应用未安装,最终安装失败。

  • 测试设备已经安装了该 app

    配置如上,点击 Launch,点击 inspector,弹出提示
    日志如下:
    [debug] [UIAuto] Dynamic bootstrap path: /Users/xxxx/Library/Application Support/appium/bootstrap/bootstrap-378e63247ec4c133.js
    [debug] [UIAuto] Reusing dynamic bootstrap: /Users/xxxx/Library/Application Support/appium/bootstrap/bootstrap-378e63247ec4c133.js
    [debug] [iOS] Running ios real device reset flow

    [debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
    [debug] [iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'

    [debug] [iOS] Creating iDevice object with udid f44efcef93f529a3e140bf8cfdbc03327d1cd10d

    [debug] [iOS] App is not installed. Will try to install.

    [MJSONWP] Encountered internal error running command: Error: Installing /Users/xxxx/Downloads/AppiumTestApp.app failed
    at /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-ios-driver/node_modules/node-idevice/main.js:159:6
    at ChildProcess.exithandler (child_process.js:193:7)
    at emitTwo (events.js💯13)
    at ChildProcess.emit (events.js:185:7)
    at maybeClose (internal/child_process.js:850:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)

    [HTTP] <-- POST /wd/hub/session 500 862 ms - 202

    [HTTP] --> GET /wd/hub/status {}

    [MJSONWP] Calling AppiumDriver.getStatus() with args: []

    [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.5.3"...
    [HTTP] <-- GET /wd/hub/status 200 12 ms - 83

  • 配置了 ipa 文件、模拟器、ios 系统版本,运行后点击 inspector,启动了模拟器,但是安装应用失败,最后自动关闭了模拟器。
    部分日志如下:
    [Appium] Welcome to Appium v1.5.3
    ...
    [iOSLog] [IOS_SYSLOG_ROW] Aug 15 21:59:57 lingz-
    mac SpringBoard[6687]: [FBSystemService] Error launching io.appium.testApp.lingz: Unspecified (1)
    [iOSLog] [IOS_SYSLOG_ROW] Aug 15 21:59:57 --- last message repeated 1 time ---
    [iOSLog] [IOS_SYSLOG_ROW] Aug 15 21:59:57 lingz-mac SpringBoard[6687]: Application 'UIKitApplication:io.appium.testApp.lingz[0xcce2]' exited for an unknown reason.

    [iOSLog] [IOS_SYSLOG_ROW] Aug 15 21:59:58 lingz-mac dataaccessd[6743]: 0x7f8ca1701ae0|DA|Error|spinnerIdentifiers to be implemented by subclass

    [iOSLog] [IOS_SYSLOG_ROW] Aug 15 21:59:58 lingz-mac com.apple.CoreSimulator.SimDevice.17525F80-F5A0-457F-A64C-8B5A73115B00.launchd_sim6671: Program specified by service does not contain one of the requested architectures: �
    [iOSLog] [IOS_SYSLOG_ROW] Aug 15 21:59:58 lingz-mac SpringBoard[6687]: Unable to get pMJSONWP] Calling AppiumDriver.getStatus() with args: []
    [iOSLog] [IOS_SYSLOG_ROW] Aug 15 21:59:57 lingz-mac com.apple.CoreSimulator.SimDevice.17525F80-F5A0-457F-A64C-8B5A73115B00.launchd_sim6671: Program specified by service does not contain one of the requested architectures: �
    [iOSLog] [IOS_SYSLOG_ROW] Aug 15 21:59:57 lingz-mac SpringBoard[6687]: Unable to get pid for 'UIKitApplication:io.appium.testApp.lingz[0xcce2]': No such process (err 3)
    [iOSLog] [IOS_SYSLOG_ROW] Aug 15 21:59:57 lingz-mac SpringBoard[6687]: Bootstrapping failed for id for 'UIKitApplication:io.appium.testApp.lingz[0xf0ca]': No such process (err 3)
    [iOSLog] [IOS_SYSLOG_ROW] Aug 15 21:59:58 lingz-mac SpringBoard[6687]: Bootstrapping failed for
    [iOSLog] [IOS_SYSLOG_ROW] Aug 15 21:59:58 lingz-mac SpringBoard[6687]: [FBSystemService] Error launching io.appium.testApp.lingz: Unspecified (1)
    [iOSLog] [IOS_SYSLOG_ROW] Aug 15 21:59:58 --- last message repeated 1 time ---

  • #2 楼 @silent_8 只能重启

  • 这个应该是系统 bug,9.1 开始,我便遇到了同样的问题,出现问题的应用是:信息

  • 深圳的只能飘过……其实上述是税后还是税前啊……