测试之家
  • Topics
  • QA
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • Sign Up
  • Sign In
版主
Lihuazhang (恒温)
第 110 位Users / 2013-10-21
阿里巴巴 @ 上海
405 篇帖子 • 7860 条回帖
2537 关注者
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
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • [已解决] 请教各位大神为啥有的手机上没有 Resource ID 的?内详 at February 08, 2014

    #2 楼 @terryuki 这是 Android 4.3 的 features 么?

  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    #4 楼 @benlooking 那是 linux 的环境变量 你对应 windows 得变换下

  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    To remove the adb error, try the following: add the path to the sdk folder to the PATH variable. You can do that by editing / creating the .bash_profile file and add the following : export PATH=${PATH} ANDROID_HOME=/sdk/

    See https://github.com/appium/appium/tree/master/docs/cn

    看看能不能解决。

  • [已解决] 请教各位大神为啥有的手机上没有 Resource ID 的?内详 at February 08, 2014

    是哪个 Android 版本啊?
    可以看下 https://github.com/appium/appium/pull/1055
    还有 https://groups.google.com/forum/#! topic/appium-discuss/LcjbXPFX1N0

  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    运行时 异常啊? 好像是说找不到 bootstrap

  • TesterHome 社区 iPhone 客户端已上架 App Store,欢迎各位下载试用 at February 07, 2014

    #2 楼 @jimneylee 这个项目如何用 xcodebuild build 一个 app 出来啊? 总是失败。cocopod 难道不一样?

  • TesterHome 社区 iPhone 客户端已上架 App Store,欢迎各位下载试用 at February 06, 2014

    #2 楼 @jimneylee 底下应该用我们的 logo…

  • TesterHome 社区 iPhone 客户端已上架 App Store,欢迎各位下载试用 at February 06, 2014

    😍很酷啊

  • Appium inspetor 无法运行 at February 05, 2014

    #3 楼 @532589730 这么早上班了啊?

  • 请问下大家的 http://localhost:4723/wd/hub 能打开吗? at February 02, 2014

    这个错误是在 unknownCommand 的时候抛出来的。

    exports.unknownCommand = function (req, res) {
      logger.info("Responding to client that we did not find a valid resource");
      res.set('Content-Type', 'text/plain');
      res.send(404, "That URL did not map to a valid JSONWP resource");
    };
    

    你直接访问 http://localhost:4723/wd/hub, 当然会出这个错误,因为没有 routing 对应。

    至于脚本为啥出错,需要更多的信息。

  • Appium inspetor 无法运行 at January 28, 2014

    Original error: A valid device type is required in the capabilities list)","origValue":"A valid device type is required in the capabilities list"},"sessionId":null}

  • appium 发布 0.14 版本 at January 27, 2014

    #4 楼 @jiguanghover 为什么不看帖子呢?

  • 征集 TesterHome T-shirt Logo at January 23, 2014

  • 征集 TesterHome T-shirt Logo at January 23, 2014

  • 【已解决】请问哪位大神解答下在 windows 下怎么启动真机运行测试脚本 at January 23, 2014

    #22 楼 @hwm831002 哦,忘记和你说,只支持 mac 的。。。

  • 【已解决】请问哪位大神解答下在 windows 下怎么启动真机运行测试脚本 at January 23, 2014

    #19 楼 @hwm831002 你要在模拟器或者机器上启动应用先

  • 【已解决】请问哪位大神解答下在 windows 下怎么启动真机运行测试脚本 at January 23, 2014

    #13 楼 @hwm831002 2003 建议你 google 下?

  • 【已解决】请问哪位大神解答下在 windows 下怎么启动真机运行测试脚本 at January 23, 2014

    #11 楼 @hwm831002 手机的驱动要装呀。 你装个百度手机助手试试看。现在这些手机助手都能认出你的手机来

  • 【已解决】请问哪位大神解答下在 windows 下怎么启动真机运行测试脚本 at January 23, 2014

    #9 楼 @hwm831002 没有啊。。。

    这种算。

  • 【已解决】请问哪位大神解答下在 windows 下怎么启动真机运行测试脚本 at January 23, 2014

    #7 楼 @hwm831002 被 adb 认出来就可以了

  • 【已解决】请问哪位大神解答下在 windows 下怎么启动真机运行测试脚本 at January 22, 2014

    那是驱动的问题了。。。

  • UiAutomator 中文输入实现 at January 22, 2014

    #11 楼 @guris_xie http://testerhome.com/topics/419 试试看这个

  • 【已解决】请问哪位大神解答下在 windows 下怎么启动真机运行测试脚本 at January 22, 2014

    和系统无关啊,这个论坛里都有解答的。 关键只有两点:

    1. 确保你的真机连上并被认出来了。 这个用 adb devices 就可以确认
    2. 确保你的 appium 连接的是你的真机, 这个的话,如果你不开模拟器的话,基本找的是你的真机。
  • 工作的点点滴滴。(保持更新) at January 22, 2014

    第一个例子,我也遇到过。。

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

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