测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
新手
tongshanshanshan (woyebuzhidaowoshishei)
第 5338 位会员 / 2015-09-17
8 篇帖子 • 132 条回帖
105 关注者
10 正在关注
39 收藏
菜鸟的进阶之路!
打赏支持
GitHub Public Repos
  • AutoLine 1

    AutoLine是一个通用的自动化测试开源平台

  • testDesignPattern 1

  • TestRunner 0

  • CyshApiTest 0

  • navicat-keygen 0

    A keygen for Navicat

  • atx-server 0

    manage all the atx-agents

  • testCircle1 0

  • sibi 0

    V2EX 撕逼大战

  • tongshan1.github.io 0

  • flasky 0

    Companion code to my O'Reilly book "Flask Web Development".

More on GitHub
  • 個人信息
  • 個人專欄
  • 帖子
  • 回帖
  • 收藏
  • 正在關注
  • 關注者
  • macaca 连接真机问题请教 at 2016年12月22日

    #9 楼 @GeorgeZh app 在打包的时候打 debug 版的啊。。

  • 如何通过 AppiumDriver 获取当前页面的所有元素 at 2016年12月22日

    page_source

  • unittest 中只 def 一个用例函数的情况下怎么生成多条报告 at 2016年12月22日

    #5 楼 @666 😃 😃 有用就行~~~

  • unittest 中只 def 一个用例函数的情况下怎么生成多条报告 at 2016年12月21日

    直接参数化运行,不要再 test_1 里面读取用例,读取完了之后注入 case。
    https://pypi.python.org/pypi/ParamUnittest#downloads

  • 来做个调查,大家是使用哪种语言作为测试脚本语言? at 2016年12月06日

    人生苦短,我用 python

  • [公告] App Inspector 重磅升级 at 2016年12月05日

    我用 app-inspector -u xxxxxx --verbose 连接安卓机器,无法连接上,log 如下:

    >> server.js:16:12 [master] pid:6307 server start with config:
     { port: 5678,
      verbose: true,
      udid: 'xxxx',
      ip: '192.168.1.36',
      host: 'local',
      loaded_time: '2016-12-05 14:30:13' }
    >> app-inspector.js:42:10 [master] pid:6307 server start at: http://192.168.1.36:5678
    

    我打开http://192.168.1.36:5678,页面上显示 *waiting device start... * 。

    我去看了一下源码,发现执行到 /usr/local/lib/node_modules/app-inspector/node_modules/uiautomator-client/lib/uiautomator-client.js 的 line27

    yield this.adb.rm(`${ANDROID_TMP_DIR}/${FILE_NAME}.jar`);
    

    就没有执行下去了。
    问了人,说
    this.adb.rm(${ANDROID_TMP_DIR}/${FILE_NAME}.jar) 没有返回值,所以停在这边不往下执行,查看 adb.rm() 的返回值 为:{}
    打开 abd shell, 执行 rm /data/local/tmp/uiautomator-bootstrap.jar

    shell@hwedison:/ $ rm /data/local/tmp/uiautomator-bootstrap.jar
    rm: /data/local/tmp/uiautomator-bootstrap.jar: No such file or directory
    

    怀疑是 adb 的问题,但是不知道如果验证和修改了?请问是什么问题?
    @xdf

  • macaca 连接真机问题请教 at 2016年12月01日

    #5 楼 @xdf 已提

  • macaca 连接真机问题请教 at 2016年12月01日

    #4 楼 @codeskyblue 好的,我会看看的。感谢推荐。

  • macaca 连接真机问题请教 at 2016年11月30日

    为何我修改 webdriveranget 的 displayname 和 bundleID 都不成功。显示的都是原来的 id,而且 bundle id 都不是我修改的 bundleid。
    @xdf

  • macaca 连接真机问题请教 at 2016年11月30日

    我要吐血了,我解决了。是 app 要用 debug 版的。我居然在这个问题上卡一天,十分佩服我自己。。。。

  • APP 内 webview 页面上下滑动没有效果,代码如下,求大神指点 at 2016年11月23日

    swipe(self, start_x, start_y, end_x, end_y, duration=None),不行么?

  • 蒲公英专家测试周年庆丨感激涕零无以言表,盖楼送书以表谢意 at 2016年11月17日

    蒲公英专家测试 我还没有中过奖呢,让我中一次吧

  • Jmeter 插件开发 at 2016年11月10日

    #6 楼 @jojotester 1904736199 我 qq

  • Jmeter 插件开发 at 2016年11月10日

    #4 楼 @jojotester 可以在官方 qq 群里找到我。

  • [上海] BTCC 招聘 移动端测试工程师 at 2016年11月08日

    #2 楼 @21forever 必须的

  • [上海] BTCC 招聘 移动端测试工程师 at 2016年11月08日

    🌹 🌹 🌹 🌹 🌹 简历砸来~~~

  • Jmeter 插件开发 at 2016年10月16日

    #1 楼 @DoctorQ 就是研究一下。。。

  • [上海] web 测试工程师 (了解 Python 语言) at 2016年09月14日

    🌹 🌹 🌹 🌹 🌹

  • [上海] web 测试工程师 (了解 Python 语言) at 2016年09月14日

    快来快来~~~

  • 济南测试 at 2016年07月01日

    我工作 2 年,已经跳了 3 家公司了。。。

  • Appium+python 框架 (二) at 2016年06月30日

    #49 楼 @draycen 怎么了?

  • [上海] 上海萨图西有限公司 (BTCC) 招聘 移动端测试工程师 2 名 at 2016年06月28日

    顶~~~~~

  • 感谢你们 at 2016年06月14日

    #7 楼 @testly 做自己就好,为啥要做第二个谁谁谁,当然,我是很崇拜 monkey 大神的。

  • 我是来秀表情的!🆗 at 2016年06月14日

    😆 😓 😔 😨 😷 👶 🙀 👭 😭 😮 😠 😡 😣 👣 😾 😞

  • Appium+python 框架 (二) at 2016年06月13日

    #47 楼 @apm017 你就叫 testerhome 的官方群吧

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

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