测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
版主
Lihuazhang (恒温)
第 110 位会员 / 2013-10-21
阿里巴巴 @ 上海
405 篇帖子 • 7860 条回帖
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
  • 個人信息
  • 個人專欄
  • 帖子
  • 回帖
  • 收藏
  • 正在關注
  • 關注者
  • 大家一起来写本叫 Appium 中文教程的书!已迁移到 testerhome 组织底下 at 2014年07月22日

    大纲初稿已经确定

  • appium 是否可以通过 content-desc 的值来识别元素呢 at 2014年07月21日

    为什么没人看我的帖子呢。。 http://testerhome.com/topics/1034

  • R 语言处理 csv 的入门 demo at 2014年07月21日

    R 牛!看来我也得学习一把,做图形化数据不错

  • 代码报错。求大神帮忙 at 2014年07月17日

    #12 楼 @gigayaya 没关系, 0.0.0.0 应该是任意 ip。通常情况下,网络中所说的 0.0.0.0 的 IP 地址表示整个网络,即网络中的所有主机。

  • appium 启动测试失败 at 2014年07月17日

    没有人知道哪里出问题吧。

  • 征求 wiki 撰写和维护者 at 2014年07月17日

    #8 楼 @xiaomayi0323 @shixue33 权限已加

  • 征求 wiki 撰写和维护者 at 2014年07月17日

    #6 楼 @shixue33 热爱测试工具,热爱分享,有一定的翻译能力和语言组织能力。你肯定合格啊!

  • 利用模拟器在测试某些 APP 的时候,模拟器不能启动;报错如下图 at 2014年07月16日

    你手动执行这些命令就可以了啊

  • 征求 wiki 撰写和维护者 at 2014年07月16日

    #3 楼 @beerbox 可以有许多维护者啊

  • AppiumDriver.getAppStrings() at 2014年07月16日

    #8 楼 @lihuazhang

    adb shell am start -n com.sina.weibopro.ui.HomeActivity
    

    试试看 这个命令 有结果么?

  • 安装 appnium 时候遇到的问题,请教各位大侠 at 2014年07月16日

    注意发帖格式。http://testerhome.com/topics/1055

  • 征求 wiki 撰写和维护者 at 2014年07月16日

    #1 楼 @sonny done

  • AppiumDriver.getAppStrings() at 2014年07月16日
    capabilities.setCapability("appPackage", "com.sina.weibopro");
    capabilities.setCapability("appActivity", ".ui.HomeActivity");
    

    这两个是说,你不是从本地重新安装 apk 的,你的 device 里面已经装好了。那你确认下,你的 device 里面装了 weibopro 没?

  • AppiumDriver.getAppStrings() at 2014年07月16日

    #5 楼 @doctorq 把代码贴上来好么, 我说了,就算是报 bug,也要上下文都齐全啊。谁能只看个异常就知道你哪里出错啊

  • AppiumDriver.getAppStrings() at 2014年07月16日

    你的 apk 不存在本地,device 上也没有,就报错了。

  • AppiumDriver.getAppStrings() at 2014年07月16日

    请详细描述,发 bug 也这么发么?

  • selenium 多窗口间无法切换 at 2014年07月14日

    http://www.seleniumwiki.com/software-testing/selenium-selectwindow/

    • title=My Special Window: Finds the window using the text that appears in the title bar. Be careful; two windows can share the same title. If that happens, this locator will just pick one.
    • name=myWindow: Finds the window using its internal JavaScript “name” property. This is the second parameter “windowName” passed to the JavaScript method window.open(url, windowName, windowFeatures, replaceFlag) (which Selenium intercepts).
    • var=variableName: Some pop-up windows are unnamed (anonymous), but are associated with a JavaScript variable name in the current application window, e.g. “window.foo = window.open(url);”. In those cases, you can open the window using “var=foo”.
  • selenium 多窗口间无法切换 at 2014年07月14日

    #2 楼 @panzhigang http://stackoverflow.com/questions/11220869/selenium-how-can-i-select-new-window 可以看下这个帖子。 你现在用的 rc。

  • selenium 多窗口间无法切换 at 2014年07月14日

    不同的窗口 你要拿到 window handler 吧

  • 分享一个获取控件 id 较简单的方法 at 2014年07月11日

    请问 ui 出来么?

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

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