测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • 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
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • TesterHome 上线啦! at 2014年06月29日

    #64 楼 @lihuazhang asdadad

  • TesterHome 上线啦! at 2014年06月29日

    @lihuazhang2012 asdadd

  • appium 测试 ios 的时候有什么办法能让模拟器不重启运行测试用例的? at 2014年06月28日

    请读 论坛须知

  • Testin 云测招聘高级测试工程师 at 2014年06月28日

    描述有不错的定位。

  • Appium 简明教程 (持续更新) at 2014年06月27日

    @easonhan007 能放到 testerhome 里面来不,这样回帖讨论也可以放到这里来。我看你的博客基本也没回复啊。。

  • 应该怎么样更好的测试移动设备和服务器 socket 连接的稳定性? at 2014年06月26日

    socket 连接的稳定性 你这个是要做压测了。 用 jmeter 的 socket 测试吧。

  • appium 启动 iPhone 虚拟机浏览器的时候报错,请大神帮忙看下,谢啦。下面是代码和报错信息 at 2014年06月26日
    @Before
      public void setUp() throws Exception {
          // set up appium
          File classpathRoot = new File(System.getProperty("user.dir"));
          File appDir = new File(classpathRoot, "../../../apps/UICatalog/build/Release-iphonesimulator");
          File app = new File(appDir, "UICatalog.app");
          DesiredCapabilities capabilities = new DesiredCapabilities();
          capabilities.setCapability(CapabilityType.BROWSER_NAME, "");
          capabilities.setCapability("platformVersion", "7.1");
          capabilities.setCapability("platformName", "iOS");
          capabilities.setCapability("deviceName", "iPhone Simulator");
          capabilities.setCapability("app", app.getAbsolutePath());
          driver = new AppiumDriver(new URL("http://127.0.0.1:4723/wd/hub"), capabilities);
      }
    

    你看看 sample 代码里的,自己对应修改下。

  • 吐槽下 appium 的使用体验 at 2014年06月26日

    #9 楼 @zuck_t 切换 context 试试看

  • appium 启动 iPhone 虚拟机浏览器的时候报错,请大神帮忙看下,谢啦。下面是代码和报错信息 at 2014年06月26日

    帖子不规范

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

    #11 楼 @monkey 回帖测试

  • TesterHome 上线啦! at 2014年06月26日

    #54 楼 @lihuazhang2012 ceshi

  • 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.

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

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