测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • 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
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • appium 进入 1.3 时代 at 2014年10月28日

    #2 楼 @umbrella1978 嗯 特别适合 h5

  • appium 进入 1.3 时代 at 2014年10月28日

    大家可以去看 https://github.com/appium/java-workshop 这个代码库,对于 android 和 ios 公用一套测试代码设计的不错。

  • Calabash 模拟多手机同步测试 at 2014年10月25日

    想法真是太棒了~

  • 超过一屏的 listview,怎么遍历每一项 item? at 2014年10月25日

    可以看下 scrollvie 截图的代码。

  • 求助!Could not detect Mac OS X Version at 2014年10月23日

    IOSChecker.prototype.getMacOSXVersion = function (cb) {
    exec("sw_vers -productVersion", function (err, stdout) {
    if (err === null) {
    if (stdout.match('10.8') !== null) {
    this.osVersion = '10.8';
    cb(null, "Mac OS X 10.8 is installed.");
    } else if (stdout.match('10.9') !== null) {
    this.osVersion = '10.9';
    cb(null, "Mac OS X 10.9 is installed.");
    } else {
    this.log.fail("Could not detect Mac OS X Version", cb);
    }
    } else {
    this.log.fail("Unknown SW Version Command: " + err, cb);
    }
    }.bind(this));
    };

    这里还没有支持 10.10

  • 超过一屏的 listview,怎么遍历每一项 item? at 2014年10月23日

    scroll

  • 你真是来学习自动化的么? at 2014年10月23日

    #15 楼 @sanlengjingvv 放在首页都没人看,你觉得注册消息会有人看么。。

  • 手机游戏如何测试 at 2014年10月22日

    #4 楼 @shixue33 快求 @seveniruby 分享

  • 新手报到 at 2014年10月22日

    你是 4 月 6 号出生么?

  • 深夜安装 Jekyll 有感 at 2014年10月22日

    #10 楼 @andward 可以放在 gitcafe

  • 请教下 appium 如何访问 webView 内的元素,先谢了 at 2014年10月21日

    #3 楼 @akira0002 代码请用代码块,发帖的时候看右边的提示啊。

  • 手机游戏如何测试 at 2014年10月21日

    游戏的确挺头疼 @ 思寒有解决方法。

  • 深夜安装 Jekyll 有感 at 2014年10月21日

    那么容易的。。

  • iOS 真机运行 Appium 长期答疑! at 2014年10月20日

    #28 楼 @240385033 哪个啊?

  • iOS 控制 app 过程中怎样控制 setting 连接或断开 wifi at 2014年10月20日

    android 有这个的,ios 不知道。

  • 【上海招聘】Glow 诚聘 Mobile QA Engineer at 2014年10月17日

    #4 楼 @jason 我也比较偏执,拒绝过就算缘尽,不过你们公司真的不错

  • 【上海招聘】Glow 诚聘 Mobile QA Engineer at 2014年10月17日

    赞,可惜不要我啊~

  • windows 执行 appium,抛 Exception in thread "main" org.openqa.selenium.SessionNotCreatedException at 2014年10月17日

    先学会发帖,再发帖,头像添加一个。

  • appium 连接真机录制 IOS 时,点 appium inspector 异常退出 at 2014年10月16日

    #9 楼 @xuxiujin Couldn't find ideviceinstaller, trying built-in at /Applications/Appium.app/Contents/Resources/node_modules/appium/build/libimobiledevice-macosx/ideviceinstaller 看这个信息,然后看我给你的帖子。

  • appium 连接真机录制 IOS 时,点 appium inspector 异常退出 at 2014年10月16日

    #7 楼 @xuxiujin http://testerhome.com/topics/1377 看这个帖子。 你都不看出错信息啊

  • 关于 Robotium 获取 toast at 2014年10月16日

    #2 楼 @shixue33 不傻啊 我都不知道

  • 关于 Robotium 获取 toast at 2014年10月16日

    好腻害得妹子。。

  • appium 链接模拟机,运行样例测试用例时异常 at 2014年10月16日

    #5 楼 @whatwhywho 啥方法,可以更新下帖子。

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

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