测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
版主
Lihuazhang (恒温)
第 110 位会员 / 2013-10-21
阿里巴巴 @ 上海
405 篇帖子 • 7845 条回帖
2532 关注者
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 启动模拟器?跪求指导,小白谢过 at 2013年12月17日

    #15 楼 @dippa 啥意思啊?

  • [已解决]为什么无法通过 appium 启动模拟器?跪求指导,小白谢过 at 2013年12月16日

    不对啊,模拟器要自己打开的。 appium 不帮你打开的。

  • Jmeter 的一些东西 at 2013年12月16日

    试试看 gatling,用协程,效率高很多

  • [已解决]为什么无法通过 appium 启动模拟器?跪求指导,小白谢过 at 2013年12月16日

    #10 楼 @dippa 10.9 啊

  • appium 连接不到虚拟机,求大神 at 2013年12月16日

    系统应用可以么?像 ios 的就不行, 我不知道 Android 可以不可以。

  • [已解决]为什么无法通过 appium 启动模拟器?跪求指导,小白谢过 at 2013年12月16日

    #8 楼 @dippa 对的。看这个 http://testerhome.com/topics/179

  • [已解决]为什么无法通过 appium 启动模拟器?跪求指导,小白谢过 at 2013年12月16日

    啥学校呀,还研究测试工具

  • [已解决]为什么无法通过 appium 启动模拟器?跪求指导,小白谢过 at 2013年12月16日

    #2 楼 @dippa xcode 需要最新的

  • The Road to Selenium 3 at 2013年12月16日

    #4 楼 @seveniruby 万变不离 wd, 放到手机的话,可能安卓可以由第三方来开发。 ios 估计得苹果自己来了。

  • The Road to Selenium 3 at 2013年12月16日

    #2 楼 @seveniruby 恩,所以 appium 还是能成为中坚

  • The Road to Selenium 3 at 2013年12月16日

    大致说了三件事,

    • selenium2 历史悠久,版本众多
    • selenium3 将会 web mobile 并行,mobile 自动化,估计会和其他工具协同。
    • rc 代码要移除, rc api 也要 deprecated,Ide 之类的也是。
  • adb & adb shell 相关命令 at 2013年12月14日

    #2 楼 @kratos0517 能否将代码用代码块包括起来。比如:

    adb pull /sdcard/images/ E:\tmp
    
  • 使用 RobotFramework 运行 appium 测试用例 at 2013年12月13日

    能不修改,用 stub 么?

  • android 运行 appium 问题,ios 无问题 at 2013年12月12日

    #8 楼 @ddq 三星是肯定能认出来的。 我遇到的问题是海信手机的 vendor id 问题。 我没遇到你这样的问题。非常奇怪。

  • android 运行 appium 问题,ios 无问题 at 2013年12月12日

    #3 楼 @ddq 你是说,重新插拔了下手机?

  • 测试分层具体问题 at 2013年12月12日

    建议数据库那边放出的接口单独做接口测试。 页面测试就做集成测试吧。测试用例还是按照 页面流 来的直观,再加入数据驱动增加覆盖率。

  • 从官网下载下来 appium 运行不了那个 reset.bat,你们 appium 都怎么装的啊,从 npm 吗 at 2013年12月11日

    npm 安装比较好

  • 菜鸟提问:appium 运行时出现“error: Failed to start an Appium session, err was: Error: Could not ex from ps output. PIDS: [], Procs: ["/system/bin/sh: grep: not found"]” at 2013年12月11日
    • 启动模拟器
    • 在命令行输入 adb shell
    • 在输入 grep

    ➜ ~ adb shell
    root@generic:/ # busybox
    /system/bin/sh: busybox: not found
    127|root@generic:/ # busybox
    /system/bin/sh: busybox: not found
    127|root@generic:/ # grep
    usage: grep [-abcDEFGHhIiJLlmnOoPqRSsUVvwxZz] [-A num] [-B num] [-C[num]]
    [-e pattern] [-f file] [--binary-files=value] [--color=when]
    [-e pattern] [-f file] [--binary-files=value] [--color=when]
    [--context[=num]] [--directories=action] [--label] [--line-buffered]
    [pattern] [file ...]

  • appium IOS 在真机上怎么通过指令 执行 python 脚本 at 2013年12月10日

    #37 楼 @xiaomayi0323 appreciate ~ @luyi0824 是不是要先放上去吧? 其实你看代码 就知道没有把 app 烧到真机上的代码。

  • Appium 脚本如何点击 Home button 和 Recent App button? at 2013年12月10日

    https://groups.google.com/forum/m/#! topic/appium-discuss/s7GKQRH5qns 还没实现吧,要借助别的工具。

  • appium IOS 在真机上怎么通过指令 执行 python 脚本 at 2013年12月09日

    #28 楼 @luyi0824 那你用自己的 bundle id

  • appium IOS 在真机上怎么通过指令 执行 python 脚本 at 2013年12月09日

    #26 楼 @luyi0824 必须要能在真机上运行啊。。。 苹果条例,要想跑真机,必须买证书

  • [已解决]能对比一下 Appium 和 Calabash-android 吗? at 2013年12月09日

    appium 也可以用 cucumber 哦。和 Calabash-android 应该没大区别。

  • Android 云测试创建 APP 初始数据 at 2013年12月09日

    @guo 快来

  • appium IOS 在真机上怎么通过指令 执行 python 脚本 at 2013年12月09日

    @luyi0824 @xiaomayi0323 你们的应用本身在真机上能运行嘛?

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

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