测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
版主
Lihuazhang (恒温)
第 110 位会员 / 2013-10-21
阿里巴巴 @ 上海
405 篇帖子 • 7845 条回帖
2532 关注者
33 正在关注
33 收藏
人生很多事情你也已经经历了。从我们35岁开始,到60岁、70岁,也就是经历一些生老病死的日常事情。加油!
打赏支持
GitHub Public Repos
  • ai-agents-with-llama3 12

  • lihuazhang.github.com 9

    my blog

  • juit5-json-params 7

    juit5-json-params

  • MediaCrawler 1

    小红书笔记 | 评论爬虫、抖音视频 | 评论爬虫、快手视频 | 评论爬虫、B 站视频 | 评论爬虫、微博帖子 | 评论爬虫

  • javascript-algorithms 1

    Algorithms and data structures implemented in JavaScript with explanations and links to further r...

  • ahchoo 1

    test for cloudfoundry

  • AutoClick 1

    基于Robotium的自动遍历方案

  • UI-Testing-Cheat-Sheet 1

    How do I test this with UI Testing?

  • revolt-fx 0

  • letsmove 0

More on GitHub
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • linux 环境下搭建 appium 失败----Appium will not work if used or installed with sudo at 2014年09月13日

    把你的步骤贴出来 我们一步步解决

  • appium 调用 webdriver 中 send_keys 发送汉字可以吗?怎么解决? at 2014年09月13日

    #8 楼 @kyotokyoking iOS 还是支持的。

    java client 的 mapping

    ...
    String SET_VALUE = "setValue";
    ...
    ...
     .put(SET_VALUE, postC("/session/:sessionId/appium/element/:id/value"))
    

    appium server 端的

    rest.post('/wd/hub/session/:sessionId?/appium/element/:elementId?/value', controller.setValueImmediate);
    
    iOSController.setValueImmediate = function (elementId, value, cb) {
      value = escapeSpecialChars(value, "'");
      var command = ["au.getElement('", elementId, "').setValue('", value, "')"].join('');
      this.proxy(command, cb);
    };
    
    androidController.setValueImmediate = function (elementId, value, cb) {
      cb(new NotYetImplementedError(), null);
    };
    
    
  • 在 ios 7.x 中运行 swipe 代码怎么变成点击操作了呢?请大神解答 at 2014年09月12日

    #8 楼 @wangcityboy 论坛管理员又不是专门回答问题的… 大家交流,互帮互助。其他人回答你也一样啊

  • Android keycode 列表 (稍全) at 2014年09月12日

    #2 楼 @link1220 这是 android 的 keycode。。 看看代码的来历啊。。

  • Android keycode 列表 (稍全) at 2014年09月12日

    可以简单介绍下 如何使用吧

  • Testerhome 易拉宝方案 at 2014年09月11日

    小 A 的审美雨中不同啊。。。 我也选 a

  • Calabash-ios framework 的安装过程 at 2014年09月11日

    内容不错, 排版略粗糙啊。。

  • Appium v1.2.1 的 SetText 和 Clear 执行错误 at 2014年09月11日

    http://testerhome.com/topics/1328 可以看这个帖子。

  • 通过无线连接的方式来做 Appium 自动化 at 2014年09月11日

    哈哈,有意思。 其实 不管有线无线。 对于 adb server 而言都是一样的。

  • 关于测试人员的职业发展 at 2014年09月11日

    #14 楼 @xie_0723 哈哈 你的简历能不能过评审都不知道。。。

  • 运行 appium 自带实例时遇到的小坑~ at 2014年09月11日

    楼主的分享是好的,但是不知道楼主发帖的时候有没有看右边的发帖规则呢?

  • 【已解决】APP 自动化测试 与 功耗(耗电) 问题。 at 2014年09月11日

    #20 楼 @seasoncool2011 建议能在 testerhome 里面分享下不?当然博文也不错。。

  • 关于测试人员的职业发展 at 2014年09月11日

    #11 楼 @xie_0723 嗯 我主要在小公司待的比较多,所以有局限性。不过从我目前在阿里的情况来看,也差不多。。

  • 【已解决】【Appium-Android】有人遇到使用 send_keys 时,日志报 Clearing text not successful 的问题吗? at 2014年09月10日

    #4 楼 @xiang2743 解决了。3 楼说的很清楚。

  • 获取 Android 设备上当前运行的应用的 apk at 2014年09月10日

    亲测可用,兼容 mac。 非常棒!难得有拿过来就能用的脚本。

  • [新手求助]windows8.1 + python3.4 跑范例 contact 的 apk 死活连不上真机 at 2014年09月10日
    ADB.prototype.restartAdb = function (cb) {
      this.exec("kill-server", function (err) {
        if (err) {
          logger.error("Error killing ADB server, going to see if it's online " +
                       "anyway");
        }
        cb();
      });
    };
    

    这里就报错了。 按道理 adb kill-server 是不会报错的。

  • 【已解决】APP 自动化测试 与 功耗(耗电) 问题。 at 2014年09月09日

    #12 楼 @seasoncool2011 不能,
    All you need to do is, connect your device via usb. Then you will have an alert acknowledging the connection. Then pull down the notification tray. Tap on the usb connection. Then select media transfer. Thats it. Now you can transfer files between your computer and device without charging your device. In android phones, the os is programmed to charge the phone by default, whenever it is connected to the pc via usb.

    试试看这个。

  • 【已解决】APP 自动化测试 与 功耗(耗电) 问题。 at 2014年09月09日

    #9 楼 @monkey 嗯,有几个二手的工具,反正我不会用。。。

  • 【已解决】APP 自动化测试 与 功耗(耗电) 问题。 at 2014年09月09日

    #7 楼 @seveniruby 不支持 明显,我们用功耗仪都是开着 app 动来动去 看看电流,瓦数。

  • [新手求助]windows8.1 + python3.4 跑范例 contact 的 apk 死活连不上真机 at 2014年09月09日

    #3 楼 @terrylj 你试试看 用 adb install 可以安装应用么

  • [新手求助]windows8.1 + python3.4 跑范例 contact 的 apk 死活连不上真机 at 2014年09月09日

    ERROR: error: Failed to start an Appium session, err was: Error: Could not find a connected Android device. 说明 appium 认不出你的手机。

  • Failed to start an Appium session, err was: Error: spawn ENOENT 这个错大家有没有遇到过? at 2014年09月05日

    #6 楼 @link1220 这个目录是放 bootstrap.js 的。 iOS 用这个 js 做为 cmd 的枢纽

  • Failed to start an Appium session, err was: Error: spawn ENOENT 这个错大家有没有遇到过? at 2014年09月05日

    看日志好像 prepareBootstrap 出错了。然后 startInstruments 的时候就挂了。

  • Failed to start an Appium session, err was: Error: spawn ENOENT 这个错大家有没有遇到过? at 2014年09月05日

    @link1220 应该没用,不知道问题在哪里。。这个实在看不出来。

  • 在 Eclipse 中运行真机测试时报错,请大侠帮忙。 at 2014年09月05日

    @wangcityboy 你告诉我错误没用啊。你要调试啊, eclipse 调试会不?

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

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