测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
会员
a1354592998 (少女)
第 21961 位会员 / 2017-10-19
1 篇帖子 • 47 条回帖
0 关注者
4 正在关注
118 收藏
未设置 GitHub 信息.
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • m4 16+512 纠结 是买 Mac mini 还是 MacBook air 主要是 MacBook pro 太贵 at 2025年05月14日

    mac mini 海鲜市场淘了 1 台,香香的

  • Nico,从零开始干掉 Appium,移动端自动化测试框架实现(一) at 2024年07月10日

    👍

  • qt 开发的桌面版程序,UI 自动化如何做?支持跨平台。比如 mac,windows,linux 等 at 2023年09月04日

    cuketest 试试

  • 【求助】一台 PC 主机部署 ubuntu 系统,通过网络进行 adb 连接移动端设备,单台 PC 最多可以连接几台移动端设备? at 2023年07月31日

    目前可以链接 40 台,没有 offline 现象,主要是 hub 很关键。目前用的是西普莱 10 个口的

  • tidevice 开启 iOS16 Developer Mode 的功能开发过程 at 2023年01月28日

    非常受用,可以研究一下了,感谢~

  • 谈谈如何使用 opencv 进行图像识别 at 2022年04月20日

    👍 学习了,很有用~

  • 移动应用性能工具探索之路——安卓篇 at 2021年11月24日

    最新的 Android 版本,很多 api 已经不适用了~

  • 实时可视化 iOS 性能数据 tidevice+pyiosdevice+mysql+grafana at 2021年11月18日

    你这块 gpu 数据是怎么获取,发现最新的 tidevice 获取不到数据

  • 除 PerfDog 之外,还有什么性能测试工具。 at 2021年09月15日

    我们一直都自己再弄,不难

  • 实时可视化 iOS 性能数据 tidevice+pyiosdevice+mysql+grafana at 2021年09月07日

    目前也在规划这块工具,感谢楼主分享~

  • (无需编译 WDA) 纯 Python 在 windows/mac 系统执行 iOS 自动化测试,同时获取性能数据 at 2021年05月10日

    问题解决好了😆

  • (无需编译 WDA) 纯 Python 在 windows/mac 系统执行 iOS 自动化测试,同时获取性能数据 at 2021年05月10日

    @ 小抄 我本地试了一下,运行发现一直提示报错信息:

    appium 调试日志的报错信息:

    [debug] [XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: connect ECONNREFUSED 127.0.0.1:8200). Retrying...
    

    我本地 ide 里面报错信息:

    Traceback (most recent call last):
      File "D:/pythonworkpace/tideviceTest/PreviewCameraTest.py", line 58, in <module>
        driver = webdriver.Remote("http://127.0.0.1:4723/wd/hub", desired_capabilities=desired_caps)
      File "D:\Program Files\Python\lib\site-packages\appium\webdriver\webdriver.py", line 155, in __init__
        proxy
      File "D:\Program Files\Python\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 157, in __init__
        self.start_session(capabilities, browser_profile)
      File "D:\Program Files\Python\lib\site-packages\appium\webdriver\webdriver.py", line 225, in start_session
        response = self.execute(RemoteCommand.NEW_SESSION, parameters)
      File "D:\Program Files\Python\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
        self.error_handler.check_response(response)
      File "D:\Program Files\Python\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
        raise exception_class(message, screen, stacktrace)
    selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Unable to start WebDriverAgent session because of xcodebuild failure: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: connect ECONNREFUSED 127.0.0.1:8200 Make sure you follow the tutorial at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md. Try to remove the WebDriverAgentRunner application from the device if it is installed and reboot the device.
    
    
    

    我试过电脑和手机都重启了,发现不管用呀,求指导一下

  • 面向 windows 程序的 UI 自动化测试研究历程 at 2021年04月27日

    airtest 可以支持 Windows 应用的 ui 测试

  • WebDriverAgent 源码菜鸟解析篇 at 2021年04月27日

    期待下次来个 XCTest 的教程👍

  • Golang 版 libimobiledevice at 2021年04月19日

    Java 版本期待哪位大神翻译一下😁

  • 如何知道轮播图图片数量? at 2021年03月12日

    截图对比

  • 硬货来啦!!使用纯 python 实现 Instruments 协议,跨平台 (win,mac,linux) 获取 iOS 性能数据 at 2020年12月16日

    厉害,马上入手研究

  • Android 后台耗电分析及优化 at 2020年12月11日

    请问,你这是 bugreport 信息解析出来,通过以上规则去衡量耗电报告的吗

  • 厦门 “泰斯特 Club” 第一届测试技术沙龙 at 2020年12月08日

    有时间,没日期?闹着玩?

  • 让 Appium XCUITest 驱动识别 Flutter App 元素跑起来真机自动化 at 2020年09月08日

    厉害

  • 基于 Springboot+layui 实现接口自动化平台 at 2020年09月04日

    蛮不错的,值得期待,等待开源

  • 接口测试之抓包实战解决 Android 高版本无法抓取 https at 2020年08月27日

    确定不需要 root 权限吗?不需要的话可以尝试一下

  • 时至今日tkinter, pyqt, wxpython 那个 GUI 才更好,更完善,新手如何选择? at 2020年08月20日

    能把需求搞出来,事情做好。怎么会过时呢。就好比是汽车一样,一辆旧的也能上高速的

  • PerfDog 助力自动化性能测试探索 at 2020年08月11日

    什么时候有 perfdog 的接口发开源出来

  • 基于 Django 和 Vue 前后端分离接口自动化平台 at 2020年07月31日

    排队等开源

  • 1
  • 2
  • 下一页
  • 关于 / 活跃用户 / 中国移动互联网测试技术大会 / 反馈 / Github / API / 帮助推广
    TesterHome社区,测试之家,由众多测试工程师组织和维护的技术社区,致力于帮助新人成长,提高测试地位,推进质量发展。Inspired by RubyChina
    友情链接 WeTest腾讯质量开放平台 / InfoQ / 掘金 / SegmentFault / 测试窝 / 百度测试吧 / IT大咖说
    简体中文 / 正體中文 / English

    ©testerhome.com 测试之家   渝ICP备2022001292号
      渝公网安备 50022202000435号    版权所有 © 重庆年云聚力信息技术有限公司