测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
版主
Lihuazhang (恒温)
第 110 位会员 / 2013-10-21
阿里巴巴 @ 上海
405 篇帖子 • 7861 条回帖
2538 关注者
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
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 关于 Android 和 iOS 兼容性环境的搭建 at 2014年12月25日

    @weamylady 添加个头像呗。 对于建立这种实验室,第一个要求就是需要有资产管理系统。血的教训。

  • 【求助】xcode5 升级到 xcode6 运行程序后出现下面的错误,有人碰到过么,求指教,谢谢! at 2014年12月24日

    #3 楼 @rabbit 怎么解决的?

  • 【求助】xcode5 升级到 xcode6 运行程序后出现下面的错误,有人碰到过么,求指教,谢谢! at 2014年12月24日

    appium 升级到最新,能直接支持 xcode6

  • 【翻译原创】(一)MonkeyTalk 工具简介 at 2014年12月23日

    #4 楼 @seveniruby 搜索了下 monkeytalk 目前只有三篇文章。 文章还太少。

  • webviewv36 支持的 Remote Debugging 特性以及与 appium 的关系 at 2014年12月23日

    如果一开始就是用 webview 的话,其实走的就是 selendroid 的通道了。chrome 这块感觉是给 chrome-based 的 webview 用的。Selendroid 使用的是 atom js 注入,来和页面元素交互的。

    // current ChromeDriver doesn't handle more than a single web view
    if (this.isChromedriverContext(name)) {
      this.startChromedriverProxy(name, next);
    } else if (this.isChromedriverContext(this.curContext)) {
      this.suspendChromedriverProxy(next);
    } else if (this.isProxy) { // e.g. WebView context handled in Selendroid
      this.proxyTo('wd/hub/session/' + this.proxySessionId + '/context', 'POST', {name: name}, next);
    }
    
  • 【翻译原创】(一)MonkeyTalk 工具简介 at 2014年12月22日

    MonkeyTalk 是个好工具。不过由于收费服务,所以国内用的人比较少,另外国内对测试也不重视。

  • X-automation 我想要的框架系列!立帖开坑! at 2014年12月22日

    真的没有图片啊,楼主

  • X-automation 我想要的框架系列!立帖开坑! at 2014年12月21日

    @umbrella1978 现有框架的类图 这个图片没有了。

  • 请问 IOS 8.0 的可以用 appium 测试么 at 2014年12月17日

    #17 楼 @kristina 可以写。他不是单纯的下拉框。

  • 《Robotium 专题》 合集 at 2014年12月15日

    #2 楼 @panshujuan 已经更新

  • appium 使用 UIAutomator 查找提示 java.lang.NoClassDefFoundError: com.android.uiautomator.core.Configurator at 2014年12月11日

    #6 楼 @felix 有一些特性的确不是很一致。。。

  • appium 使用 UIAutomator 查找提示 java.lang.NoClassDefFoundError: com.android.uiautomator.core.Configurator at 2014年12月11日

    Android SDK Platform, API 16 or higher

  • appium 使用 UIAutomator 查找提示 java.lang.NoClassDefFoundError: com.android.uiautomator.core.Configurator at 2014年12月10日

    #2 楼 @felix 4.2.2 是 api17,应该可以用。 你在看看是不是 4.1.2

  • appium 使用 UIAutomator 查找提示 java.lang.NoClassDefFoundError: com.android.uiautomator.core.Configurator at 2014年12月10日

    你的设备是神马版本?

  • Robotium 专题 (四): Robotium 中部分常用的方法集锦 at 2014年12月10日

    等来了第四篇,注意代码块用代码块格式!

  • appium 中怎么读取 app 的安装目录? at 2014年12月10日

    #7 楼 @demon_ke 亲,代码能用代码块么?

  • appium 中怎么读取 app 的安装目录? at 2014年12月09日

    代码请用代码块。

    代码请贴代码并使用代码块!
    日志请贴日志并使用代码块!
    提问,指明问题信息,请像一个职业测试一样报问题
    支持 Markdown 格式, 粗体、删除线、单行代码
    支持表情,见 Emoji cheat sheet
    按 “M” 键查看更多 帮助。

  • 无法全部获取网页内容 at 2014年12月09日

    #2 楼 @601068603 ajax 的话, 你得用其他的爬虫,等异步加载了之后才能爬。 比如考虑下 http://blog.xlvector.net/2014-03/javascript-crawler-using-phantomjs/

  • 无法全部获取网页内容 at 2014年12月09日

    你在说什么啊,问题都没有描述清楚,解析又用什么解析呢?正则表达式?

  • Appium 公开课 问题交流 at 2014年12月09日

    #15 楼 @yan eclipse 都不会,让我咋教你?

  • MonkeyTalk 相对于 Appium 的优劣性 at 2014年12月08日

    #4 楼 @weamylady 他们用的厉害,不代表他们真正用的厉害。基本都是开发帮插桩,然后他们录制录制脚本。我问过 4 个微策略的人,基本停留在这样的水平。

  • MonkeyTalk 相对于 Appium 的优劣性 at 2014年12月08日

    #2 楼 @weamylady 嗯 我知道 我粗略看过。 因为微策略公司用这个用的比较多。然后微策略裁员出来面试的人比较多。都会说起这个 MonkeyTalk。

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

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