测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
会员
codeskyblue (codeskyblue)
第 6853 位会员 / 2016-01-11
Alibaba Inc @ 杭州
148 篇帖子 • 1356 条回帖
786 关注者
6 正在关注
61 收藏
打赏支持
GitHub Public Repos
  • gohttpserver 2681

    The best HTTP Static File Server, write with golang+vue

  • go-sh 1123

    like python-sh, for easy call shell with golang.

  • tidevice3 241

    wrapper for pymobiledevice3 to make it more easy to use.

  • uiautodev 220

    Mobile UI viewer in browser, view the UI in a tree view, and generate XPath automatically.

  • servefs 30

    file server written with python(fastapi), which support upload,delete,preview,edit

  • sshg 7

    ssh client with quick search and remote config

  • imutils2 4

    another imutils for opencv simple use

  • wereadtopdf 3

    各类书籍转pdf 仅供研究学习

  • fidb 2

    forwarded service for iPhone (fidb forward <localPort> <devicePort> )

  • android-common 2

    Android Common Utils or Helper. Such as Log, Averager, Base64, Check, FlashLight, KeyguardLock, L...

More on GitHub
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • TCP/UDP 调试测试工具,进来看看会不会用到 at 2018年09月12日

    你要是不开源还是不用发给我了

  • TCP/UDP 调试测试工具,进来看看会不会用到 at 2018年09月12日

    有下载地址吗?

  • [转] 流言终结者- Flutter 和 RN 谁才是更好的跨端开发方案? at 2018年09月12日

    今天按照 flutter 的教程进行的 编译运行阶段突然卡住了,截图如下

    试了(的速度比较慢)也没有解决。

  • uiautomator2 和 ATX 是什么关系 at 2018年09月12日

    不过就目前的维护情况来说,不推荐用 ATX 那个库了,更推荐用其下面的两个子库 uiautomator2(Android) 和 facebook-wda(iOS), 加上 uiautomator2 新出了插件机制,估计会有人将 ATX 中的图像识别功能也集成过去

  • uiautomator2 和 ATX 是什么关系 at 2018年09月12日

    理解的很对

  • [转] 流言终结者- Flutter 和 RN 谁才是更好的跨端开发方案? at 2018年09月12日

    dart 好用吗

  • atx uiautomator2 插件:带刘海的截图 at 2018年09月10日

    我比较倾向于截图直接处理,这样直接双击图片就能看了,而不用依赖一些前端技术

  • 利用图像识别与 OCR 进行速度类测试 at 2018年09月08日

    既然肉眼都分辨不出来,测量这么精确有必要吗?而且系统的状况也会对测量有影响的吧

  • python uiautomator2 截图转为 base64 加入 HTMLTestRunner 报告中 at 2018年09月08日

    现在你可以不用改 uiautomator2 的源码了,现在新开发了插件机制,用函数 plugin_register('b64img', plugin-function here) 然后截图得时候 d.ext_b64img() 得到 base64 的字符串

  • 利用图像识别与 OCR 进行速度类测试 at 2018年09月08日

    关于启动速度,页面切换速度,一直不理解为什么不直接用 uiautomator 自动化工具评估响应时间,跟你说的视频方法误差估计也就 0.2s(人肉预估)

  • iOS 自动化性能采集 at 2018年09月08日

    楼主写的很好,很详细。关于 monkey 的性能有点想不通,monkey 既然是随机的那获取的性能的意义体现在什么地方?

  • python uiautomator2 截图转为 base64 加入 HTMLTestRunner 报告中 at 2018年09月06日

    感觉说的好有道理

  • 使用 Yaml 来做自动化测试 (Beta) at 2018年09月05日

    有的有的,get page source 的接口,或者 click,swipe 的接口。https://github.com/openatx/uiautomator2

  • 使用 Yaml 来做自动化测试 (Beta) at 2018年09月04日

    可以在里面用 Python 代码的

  • 使用 Yaml 来做自动化测试 (Beta) at 2018年09月04日

    如果 xpath 转成 id 那原来的 triggerAction 还会生效吗

  • 使用 Yaml 来做自动化测试 (Beta) at 2018年09月04日

    恩,没用到 selenium

  • 重磅消息!!! at 2018年09月04日

    标题党,我还以为是管理员发的呢

  • Android WebView 研究笔记 at 2018年09月04日

    但是 chromedriver 需要 adb 呀,或者说不用 chromedriver,直接基于 chrome_devtools 开搞

  • ATX-uiautomator2 app 原生 + webview 的实际操作记录 (安卓) at 2018年09月04日

    赞,实践精神

  • 浅谈如何提高自动化测试的稳定性和可维护性 (pytest&allure) at 2018年09月04日

    Jenkins 的 Pipeline 里面也有相应的 retry 函数 https://jenkins.io/doc/pipeline/steps/workflow-basic-steps/#retry-retry-the-body-up-to-n-times

  • 有那么多云测平台,小规模的公司,测试机不超过 10 部,还有必要自己搭建 STF 吗? at 2018年09月04日

    80W 的话,5000 一台的手机可以买 160 台了

  • Android WebView 研究笔记 at 2018年09月03日

    这有何难

  • Android WebView 研究笔记 at 2018年08月30日

    @seveniruby 大佬帮看看 ,你 webview 最熟悉了

  • [WDA] ios 真机自动化,通过 WDA 默认接口 swipe (x1,y1,x2,y2,duration),界面响应非常慢,请问有什么好的解决方法? at 2018年08月29日

    改 WDA 的源码喽

  • 新手解决 Appium 切换 webview 切不进去的几种方式 at 2018年08月29日

    还差个重启手机

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

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