测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
版主
Lihuazhang (恒温)
第 110 位会员 / 2013-10-21
阿里巴巴 @ 上海
405 篇帖子 • 7855 条回帖
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
  • 個人信息
  • 個人專欄
  • 帖子
  • 回帖
  • 收藏
  • 正在關注
  • 關注者
  • 【已解决】IOS 中 UIATableView 获取所有 UIATableCell 子节点问题 at 2014年11月06日

    #2 楼 @ellison uiautomation 的 xpath 是要从 root 节点开始的。 ./ 这种不认的。

  • 【已解决】Appium v1.3.1 在 I 测试 IOS7 时启动时报异常,请大家帮忙看看是啥问题? at 2014年11月04日

    #3 楼 @terryuki 还是你的 appium 安装未成功,appium 会帮你安装这些东西的。

  • 【已解决】Appium v1.3.1 在 I 测试 IOS7 时启动时报异常,请大家帮忙看看是啥问题? at 2014年11月04日

    @executable_path/../lib/libimobiledevice.3.dylib

  • 移动测试会第九期——沫莉 WiFi 无线测试(软硬件)小笔记 at 2014年11月03日

    airo peek

  • 日志过滤 at 2014年10月31日

    哈哈 这个适合煲鸡出来后的日志。

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

    #4 楼 @xiaomayi0323 没问题啊,我真机能运行 ios8.1

    ios_webkit_debug_proxy -c udid:27753

  • appium 连接真机录制脚本时,生成的脚本是否可以保存成为某种格式,下次需要用时直接打开就可了? at 2014年10月30日

    我觉得录制的脚本就像娃的尿布一样,只能用一次。 下次如果元素变了,估计你维护起来就恨麻烦了。

  • Appium_Android 怎么检查页面元素是否存在 at 2014年10月30日

    #21 楼 @chenleslie
    #20 楼 @55hhy

    嗯,我知道,所以我说的是,如果有一个 bug, 比如一个新人,啥都没开始,他一进来无需点击 start button,就可以开始 lesson1,如果 start button 那边有业务逻辑,那就糟糕了。

  • Appium_Android 怎么检查页面元素是否存在 at 2014年10月30日

    #18 楼 @55hhy 你这边的用例是不是:

    进入,看到 start, 点击 start, 才能开始?

    那你现在出现了一进来已经 start 了,这是否能接受啊

  • Appium_Android 怎么检查页面元素是否存在 at 2014年10月30日

    #16 楼 @55hhy 那看你们能否接受了。。

  • Appium_Android 怎么检查页面元素是否存在 at 2014年10月30日

    #14 楼 @55hhy 你的逻辑是只有 start 了才能点击 lesson 吧?

  • Appium_Android 怎么检查页面元素是否存在 at 2014年10月30日

    #6 楼 @chenleslie @55hhy 这个代码会有逻辑风险。如果有个 bug,不点 start,也能开始 lesson。

  • Appium_Android 怎么检查页面元素是否存在 at 2014年10月30日

    #10 楼 @55hhy 那是因为你的元素没有 render 出来,去 find 肯定会出错。

  • Appium_Android 怎么检查页面元素是否存在 at 2014年10月30日

    #7 楼 @55hhy 哦 你的意思是假如 startButton 不出现, driver.findElementById("com.ef.efekta.englishtown:id/planButton") 就会出错吧?

  • Appium_Android 怎么检查页面元素是否存在 at 2014年10月30日

    #4 楼 @55hhy 依然不懂。。

  • Appium_Android 怎么检查页面元素是否存在 at 2014年10月30日

    #2 楼 @55hhy 有点看不懂

    现在的问题是我判断 Start 按钮是否存在时,总是会直接判断页面元素存在,不存在就直接报错
    这个是啥意思?

  • Appium_Android 怎么检查页面元素是否存在 at 2014年10月30日

    web 页面?

  • 解决格式化字符输入的困扰--Android at 2014年10月30日

    #2 楼 @seveniruby 这个 appium 也是没办法,它想做一个全兼容。就选择了先 clear。

  • 使用 safari 查看 iOS App 中的 webview 元素 at 2014年10月29日

    其实如果是 h5 的应用 自己拿 www 里面的东西出来看就可以了。

  • 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

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

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