测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
版主
Lihuazhang (恒温)
第 110 位会员 / 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
  • 個人信息
  • 個人專欄
  • 帖子
  • 回帖
  • 收藏
  • 正在關注
  • 關注者
  • mac 环境下真机测试 报错 at 2014年06月25日

    请参考 http://testerhome.com/topics/1055

  • mac 环境下真机测试 报错 at 2014年06月25日

    发帖请遵从规则,请纠正,否则删帖。

  • 【上海招聘】英语流利说-招聘测试工程师--非常爽的工作环境 at 2014年06月25日

    上点图啊, 妹子都没,非常爽,文字不够啊。

  • 【上海招聘】英语流利说-招聘测试工程师--非常爽的工作环境 at 2014年06月25日

    除了薪水之外,别的都是我喜欢的。哈哈。加头像,亲。

  • 用 Ant 自动打包 Android 应用(处于研究状态) at 2014年06月24日

    http://www.cnblogs.com/youxilua/archive/2013/05/20/3087935.html 直接用 gradle 吧

  • 用 Ant 自动打包 Android 应用(处于研究状态) at 2014年06月24日

    ant 已经淘汰了吧。。

  • 让我们重拾一个沉重的话题:提问的艺术 / 技巧 at 2014年06月23日

    必须顶起

  • 测试 tv 盒子 App 的几个问题 at 2014年06月21日

    #16 楼 @oatsuper 厂家或者播放器那边开后门即可吧? 一般开发为了自己测试,都会留后门的。

  • [content-description] find_element_by_accessibility_id 在 android 中的详解 at 2014年06月21日

    @tianwei024

  • appium 中 find_elements_by_android_uiautomator 怎么用来定位 at 2014年06月20日

    没有头像,晚上删帖。

  • appium 中 find_elements_by_android_uiautomator 怎么用来定位 at 2014年06月20日
    def find_elements_by_android_uiautomator(self, uia_string):
          """Finds elements by uiautomator in Android.
    
          :Args:
           - uia_string - The element name in the Android UIAutomator library
    
          :Usage:
              driver.find_elements_by_android_uiautomator('.elements()[1].cells()[2]')
          """
          return self.find_elements(by=By.ANDROID_UIAUTOMATOR, value=uia_string)
    
      def find_element_by_accessibility_id(self, id):
          """Finds an element by accessibility id.
    
          :Args:
           - id - a string corresponding to a recursive element search using the
           Id/Name that the native Accessibility options utilize
    
          :Usage:
              driver.find_element_by_accessibility_id()
          """
          return self.find_element(by=By.ACCESSIBILITY_ID, value=id)
    
    

    Allows for elements to be found using the "Accessibility ID". The methods take a
    string representing the accessibility id or label attached to a given element, e.g., for iOS the accessibility identifier and for Android the content-description. Adds the methods
    driver.find_element_by_accessibility_id and find_elements_by_accessibility_id.

  • 测试 tv 盒子 App 的几个问题 at 2014年06月20日

    @shixue33 157546818 来加这个群吧~

  • 关于如何获取 apk 包名即 appPackage 和 appActivity at 2014年06月19日

    不是说不需要这两个参数了么…

  • appium 如何连接 iOS 真机测试 at 2014年06月19日

    你应用都没装上去啊

  • 测试 tv 盒子 App 的几个问题 at 2014年06月18日

    #10 楼 @shixue33 按坐标吧。 tv 盒子的布局一般都是定死的

  • Appium 1.0 webinar 上的一些问答 at 2014年06月18日

    求翻译

  • appium1.1 版本运行手机应用,junit 抛空指针异常 at 2014年06月18日

    把这两句

    capabilities.setCapability("appPackage", "com.sdo.sdaccountkey");
                capabilities.setCapability("appActivity", ".ui.guide.TXZFirstActivity");
    

    去掉试试看。
    另外加头像。

  • 不断自动重启模拟器,无法正常弹出 inspector 界面 at 2014年06月18日

    加头像。

  • appium 如何连接 iOS 真机测试 at 2014年06月18日

    加头像

  • 唯品会技术中心招聘测试 / 测试开发 at 2014年06月18日

    时洋还是测试总监么?

  • appium1.1 版本使用 swipe 方法报错 at 2014年06月18日

    加大 duration, 这个之前额文章有说过。 不过论坛搜索挂了而已。。

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

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