测试之家
  • Topics
  • QA
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • Sign Up
  • Sign In
版主
Lihuazhang (恒温)
第 110 位Users / 2013-10-21
阿里巴巴 @ 上海
409 篇帖子 • 7898 条回帖
2570 关注者
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 的 toast 如何得到 at March 20, 2014

    #6 楼 @seveniruby appium 的 uiautomator 不能搞,没有开放 api。 Selendroid 估计可以。

  • android 的 toast 如何得到 at March 20, 2014

    On iOS, the dev team implemented their own version of toast messages. It's a message that appears in a tiny box for a few seconds. If they add the proper labels then it should work.

    On Android, I'm not sure what can be done as it's an upstream uiautomator issue. Maybe there's some way to monitor accessibility events directly?

    UIautomator 的确不支持。

  • Android 的单线程模型以及 UI 线程问题记录 at March 20, 2014

    #4 楼 @qddegtya 赞~

  • Android 的单线程模型以及 UI 线程问题记录 at March 19, 2014

    漂亮

  • 输错域名了,然后发现 testerhome 是用的 lnmp 一键安装包 at March 19, 2014

    #1 楼 @seveniruby 把非 testerhome.com 都定向到 testerhome.com 吧。 除了几个代理外。

  • Appium 只支持 4.2 以上的系统么? at March 16, 2014

    低版本的请用 Selendroid

  • 老帖编辑掉~ at March 12, 2014

    个人觉得黑盒测试也非常重要。

  • 今天发现了一个大 bug,心情激动,晚上来更新。 at March 12, 2014

    #6 楼 @jakewendao 遇到过类似的,做转化广告的项目时候

  • 今天发现了一个大 bug,心情激动,晚上来更新。 at March 11, 2014

    就是没有积分账户时候完成一次转化的案例

  • err was: Error: Screen did not unlock at March 11, 2014

    这个截图完全看不清内容啊。 logo 之类的请别贴图啊,贴日志。

  • 一个关于安装的问题 at March 10, 2014

    你写 nodejs 的脚本,里面也要用到 selenium 的模块啊,只是这个模块用 nodejs 来写了哦。
    你看官方首页。

    > npm install -g appium
    > npm install wd
    > appium &
    > node your-appium-test.js
    

    其中 wd 就是 selenium webdriver 啊。

  • MAC OS X 的 brew 安装及使用 brew 命令快速安装软件 [转载] at March 10, 2014

    #2 楼 @softblank The standard script installs Homebrew to /usr/local so that you don’t need sudo when you brew install. https://github.com/Homebrew/homebrew/wiki/Installation brew install 的时候不需要 sudo 的。它把所有的东西都装在 /usr/local/Cellar 里,是不需要 Permission 的。

  • 解决 iPhone 在非越狱情况通过 command line 访问沙盒实现挂载 at March 09, 2014

    #5 楼 @vigossjjj 还是不太会用。其实 ifuse 本身是一个工具吧? 要插入实体机?

  • MAC OS X 的 brew 安装及使用 brew 命令快速安装软件 [转载] at March 09, 2014

    brew 不需要 sudo

  • BQcon 上分享的 appium 介绍 ppt at March 09, 2014

    Apache 2.0 协议

  • 解决 iPhone 在非越狱情况通过 command line 访问沙盒实现挂载 at March 09, 2014

    @vigossjjj
    2.拷贝 osxfusefs.fs 到/Library/Filesystems,并添加执行权限
    sudo /bin/cp -RfX /usr/local/Cellar/osxfuse/2.6.2/Library/Filesystems/osxfusefs.fs /Library/Filesystems
    sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs

    这里需要安装 osxfuse,如果用 dmg 安装的话,就不需要 cp 过去了。
    不过你应该是用 brew 安装的。

  • 【终于找到原因了 selendroid0.9.0 已经修复了】appium +selendroid xpath 为什么有问题,原因请进 at March 07, 2014

    #19 楼 @chuyaoyao 你试试看 不一定行。。

  • 【终于找到原因了 selendroid0.9.0 已经修复了】appium +selendroid xpath 为什么有问题,原因请进 at March 07, 2014

    #16 楼 @chuyaoyao 在 Appium 库根目录下。

  • 【终于找到原因了 selendroid0.9.0 已经修复了】appium +selendroid xpath 为什么有问题,原因请进 at March 07, 2014

    #14 楼 @chuyaoyao grunt setConfigVer:selendroid 试试看

  • 【终于找到原因了 selendroid0.9.0 已经修复了】appium +selendroid xpath 为什么有问题,原因请进 at March 07, 2014

    #11 楼 @chuyaoyao 需要更新 .appiumconfig.json

  • 【终于找到原因了 selendroid0.9.0 已经修复了】appium +selendroid xpath 为什么有问题,原因请进 at March 07, 2014

    #8 楼 @chuyaoyao 使用 git submodule 集成进来的。https://github.com/appium/appium/issues/2005 你发的这个 issue 说的很清楚了呀。

  • Permission to debug [AppName] was denied at March 06, 2014

    你需要开发者证书。

  • Linux 上安装 sdk 和可能出现的问题 at March 05, 2014

    这是 rpm 系的经验了。

  • libimobiledevice 与 ifuse 如何在非越狱 iPhone 访问沙盒? at March 05, 2014

    不想这个话题沉下去,求高手们乱入啊!

  • Prev
  • 1
  • 2
  • 3
  • …
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • …
  • 272
  • 273
  • 274
  • Next
  • 关于 / 活跃用户 / 中国移动互联网测试技术大会 / 反馈 / Github / API / 帮助推广
    TesterHome社区,测试之家,由众多测试工程师组织和维护的技术社区,致力于帮助新人成长,提高测试地位,推进质量发展。Inspired by RubyChina
    友情链接 WeTest腾讯质量开放平台 / InfoQ / 掘金 / SegmentFault / 测试窝 / 百度测试吧 / IT大咖说
    简体中文 / 正體中文 / English

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