测试之家
  • Topics
  • QA
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • Sign Up
  • Sign In
版主
Lihuazhang (恒温)
第 110 位Users / 2013-10-21
阿里巴巴 @ 上海
409 篇帖子 • 7910 条回帖
2585 关注者
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
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 【已解决】APP 自动化测试 与 功耗 (耗电) 问题。 at September 09, 2014

    #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 September 09, 2014

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

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

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

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

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

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

    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 September 05, 2014

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

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

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

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

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

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

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

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

    at com.teiron.app.AutoTest.TestRealiPhone.setUp(TestRealiPhone.java:50) 这 50 行是在干嘛? 你可以一行行 debug 啊。

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

    信息过少,无法分析啊。

  • 【已解决】控件定位适配问题,有点奇葩。 at September 04, 2014

    #4 楼 @beerbox 嗯 appium 用来学习真不错

  • 【上海】Marinsoftware 招聘,只要你会 WebDriver~ at September 04, 2014

    #9 楼 @ftvbftvbq @oscarxie 可以帮忙推荐下,他认识他们的老大

  • 【上海】Marinsoftware 招聘,只要你会 WebDriver~ at September 04, 2014

    #9 楼 @ftvbftvbq 嗯 这个公司好像都是通过猎头找的。 之前找我过两次。

  • 【上海】Marinsoftware 招聘,只要你会 WebDriver~ at September 04, 2014

    #4 楼 @ftvbftvbq 最多 cover 30w

  • 求助:content 切换上下文模式,报错:(Original error: Did not get session redirect from Chromedriver) at September 03, 2014

    #3 楼 @liqing380 错误的日志就是说你没有正确安装 chrome。 你可以看看 /proc/net/unix 里面的内容

  • 求助:content 切换上下文模式,报错:(Original error: Did not get session redirect from Chromedriver) at September 02, 2014

    手机上有 chrome 么?需要 google framework 吧。

  • 请教,运行脚本后,出现 Command failed 的错误。 at September 02, 2014

    #13 楼 @test_skp 会的。nosign 默认是 false 的

    if (this.args.noSign) {
    logger.debug('noSign capability set to true, skipping checking and signing of app');
    afterSigning();
    } else {
    this.adb.checkAndSignApk(this.args.app, this.args.appPackage, afterSigning);
    }
    };

  • 请教,运行脚本后,出现 Command failed 的错误。 at September 02, 2014

    加个头像

  • 请教,运行脚本后,出现 Command failed 的错误。 at September 02, 2014

    不应该这样看 你用 adb devices -l 看看

  • 【上海招聘】【饿了么】 Test Engineer at September 02, 2014

    看好饿了么,就是路边做广告,声音不太好听。

  • 请教,运行脚本后,出现 Command failed 的错误。 at September 02, 2014

    @test_skp desired_caps['deviceName'] = '2013022' , 2013022 是啥?

  • Why "remote object '/data/local/tmp/dump.xml' does not exist"? at September 01, 2014

    #5 楼 @blue_lana 只看到 /data/local/tmp 啊

  • testerhome 社区马上要到达 1500 人了 at September 01, 2014

    我都感觉最近的话题量下降了。热情不如以前了。

  • 【小公司必看】国内 app 云测服务对比 at August 30, 2014

    testin 好全…

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

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