TesterHome
  • 社区
  • 问答
  • 社团
  • 招聘
  • 酷站
  • Wiki
  • 开源项目
  • TTF榜单
  • 注册
  • 登录
会员
xiaoj (YueChen)
第 7758 位会员 / 2016-03-07
10 篇帖子 • 198 条回帖
30 关注者
2 正在关注
23 收藏
打赏支持
GitHub Public Repos
  • py-ios-device 53

    A python based Apple instruments protocol,you can get CPU, Memory and other metrics from real iO...

  • YamlAppium 15

    Pytest 运行 Yaml 来驱动 Appium 进行 UI 测试

  • mobile-gui 7

    使用 pyqt5 编写Android, iOS 手机命令控制工具。

  • atx-server 1

    manage all the atx-agents

  • idb 0

    idb is a flexible command line interface for automating iOS simulators and devices

  • ios_instruments_client 0

  • bplist-python 0

    Apple binary Property List reader/writer for Python

  • WebDriverAgent 0

    A WebDriver server for iOS that runs inside the Simulator.

  • allure2 0

    Allure Framework is a flexible lightweight multi-language test reporting tool. It provides clear ...

  • sockdump 0

    Dump unix domain socket traffic with bpf

More on GitHub
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 热门话题
  • 最近回帖
  • 自动化工具 用 Pytest+Appium+Allure 做 UI 自动化的那些事~(有点干)
    135 个赞 / 21 条回复
  • 自动化工具 硬货来啦!!使用纯 python 实现 Instruments 协议,跨平台 (win,mac,linux) 获取 iOS 性能数据
    34 个赞 / 22 条回复
  • 自动化工具 让 Appium XCUITest 驱动识别 Flutter App 元素跑起来真机自动化
    10 个赞 / 16 条回复
  • 自动化工具 使用 Pytest 运行 yaml 文件来驱动 Appium 自动化测试
    10 个赞 / 4 条回复
  • Appium Appium 做 flutter 自动化测试实践&采坑
    4 个赞 / 12 条回复
  • 开源测试工具 能运行在 win、mac ,可操作 iOS 和 Android 设备 GUI 命令行的开源小工具
    1 个赞 / 0 条回复
  • Appium Android 选择元素时,明明使用的是 find_element_by_id (‘xxx’),查看日志的查找元素 变成了 ["css selector","[id=\"xxx\"]",导致找不到。
    0 个赞 / 3 条回复
  • Appium appium Android 使用 UiAutomator2 ,做循环点击的时候,每次总是重复点击第一个,求解
    0 个赞 / 3 条回复
  • Appium 小米手机运行的时候报错,再这是输入法提示错误
    0 个赞 / 3 条回复
  • Appium appium win10 64 启动直接未响应闪退,有办法解决么?
    0 个赞 / 2 条回复
  • 硬货来啦!!使用纯 python 实现 Instruments 协议,跨平台 (win,mac,linux) 获取 iOS 性能数据 at 2021年01月21日

    大佬牛逼,真机试了下可以启动 wda 👍

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

    @codeskyblue 大佬终于开源了呀 ,最近也抽时间在看 xctest 相关,看大佬项目模拟器已经搞完了,赶紧去膜拜下的代码😝

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

    增加一个 unix_socket.py 小工具,模拟 socat 中间人代理, 直接监听 iOS 与 usbmuxd 传输,可将数据包自动转换成明文数据,使用方法看 unix_socket.py

  • 求助:如何捕捉太快消失的 toast? at 2021年01月12日

    对于 toast 来说

    //android.widget.Toast[@text='发送成功'] 要比 //*[contains(@text,'发送成功')] 效率快很多 试试看吧

  • python 列表推导式与 assert 的结合使用 at 2021年01月08日

    all() 或者 any() 函数

    assert all(["SPA" in i for i in lst])
    
  • 硬货来啦!!使用纯 python 实现 Instruments 协议,跨平台 (win,mac,linux) 获取 iOS 性能数据 at 2021年01月06日

    看文章里这条,原因我也未知,有时候这个服务就会挂掉,需要连接下 xcode 或者 instruments 工具就能用了,instruments 挂掉了尝试激活 instruments 服务脚本我也在研究

    如果抛出 StartServiceError 异常,需要使用 xcode 激活一下设备,激活方式打开 xcode ,插上手机点击 “信任”,即可拔掉数据线。(理论上这一步也可以用脚本进行激活,暂未实现)

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

    这个直接查看源码 demo 里面有使用方法,问题 2 这种是其他小伙伴封装的使用方法

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

    👊 👊 👊 能给大家一些帮助就好~~

  • 公告:关于精准测试一些杂事 at 2020年12月29日

    每篇文章连载一些 “公司内部一些不愉快的事情” ,关注增增长😂 😂 😂

  • 给出 Python 中变量名的列表,如何创建一个具有变量名称作为键的字典 (到变量的值) at 2020年12月23日

    locals() 是获取局部变量 ,而列表生成式迭代时候类似创建了个函数,那么你在这个函数空间内,locals() 就取不到 name 和 zip 例如:

    def my_range():
        print(locals())
    my_range()
    >> {}
    

    1.在列表生成式外面用变量赋值 2.使用 globals()

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