测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
会员
mingyuwang (小明)
第 570 位会员 / 2014-03-09
同程艺龙 @ 北京
11 篇帖子 • 99 条回帖
7 关注者
13 正在关注
69 收藏
未设置 GitHub 信息.
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 600 块钱的 app 测试是否会对行业产生不好的影响? at 2015年12月09日

    问题是众测平台和众测人员的利益分配,是否能吸引到足够的优秀测试人员。

  • 阿里的云测试产品:阿里移动质量中心 (MQC),你值得拥有! at 2015年11月26日

    #66 楼 @rdtriny 谢谢,现在已经好了,就提问的那天有问题~~~

  • [已解决] APPIUM ANDROID 4.4.2 真机,报:logcat capture failed:spawn ENOENT。不好意思,伸下手~~~ at 2015年11月25日

    @yangchengtest @seveniruby 请帮忙看看我的问题,很像但是又不一样

    这是警告日志

    warn: The ANDROID_HOME environment variable is not set to the Android SDK root directory path. ANDROID_HOME is required for compatibility with SDK 23+. Checking along PATH for adb.
    

    这是错误日志

    error: Logcat capture failed: spawn "/usr/local/bin/adb" ENOENT
    

    用的是 Mac appium 的客户端启动的时候报的错误,环境变量已经配置了如下

    ➜  ~  echo $ANDROID_HOME
    /usr/local/Cellar/android-sdk/22.6.2
    
  • 阿里的云测试产品:阿里移动质量中心 (MQC),你值得拥有! at 2015年11月24日

    提个小问题,上传 app 包的按钮点击无效也无法输入地址,系统是 mac,浏览器 Safari,chrome 和火狐都试了····

  • Jenkins 集成 xctool 执行 iOS 单元测试模拟器无法启动 at 2015年02月09日

    #12 楼 @chenhengjie123

    ✓ -[RenderTests testSetInnerHtml] (1 ms)
        11 passed, 0 failed, 0 errored, 11 total (845 ms)
    
  • Jenkins 集成 xctool 执行 iOS 单元测试模拟器无法启动 at 2015年02月09日

    #12 楼 @chenhengjie123 执行正常的 shell 输出:

    [Info] Collecting info for testables... (1402 ms)
      run-test SampleTests.xctest (iphonesimulator8.0, application-test)
        [Info] Verified iOS Simulators... (0 ms)
        [Info] Shut down iOS Simulator... (273 ms)
        [Info] Stopped any existing iOS simulator jobs to get a fresh simulator. (125 ms)
        [Info] Uninstalled 'net.light.sample' to get a fresh install. (2866 ms)
        [Info] Installed 'net.light.sample'. (881 ms)
        [Info] Launching test host and running tests ... (0 ms)
    
  • Jenkins 集成 xctool 执行 iOS 单元测试模拟器无法启动 at 2015年02月09日

    #10 楼 @chenhengjie123 有做 Shared Schemes ,这个是 xcode 里面配置好的,直接获取源码就有

  • Jenkins 集成 xctool 执行 iOS 单元测试模拟器无法启动 at 2015年02月09日

    #7 楼 @chenhengjie123 用户和本地使用的是相同的,都是管理员用户

  • Jenkins 集成 xctool 执行 iOS 单元测试模拟器无法启动 at 2015年02月09日

    #6 楼 @beerbox No,版本不兼容的话,本地是运行不起来的

  • Jenkins 集成 xctool 执行 iOS 单元测试模拟器无法启动 at 2015年02月08日

    #3 楼 @doctorq 不是这个意思,是在 mac 本地执行是一直通过的,但是通过 ssh 和 jenkins 是一直不通过,两种情况下的结果不同。主要想问一下有没有人碰到类似的问题,有没有什么解决的思路。

  • Jenkins 集成 xctool 执行 iOS 单元测试模拟器无法启动 at 2015年02月08日

    #1 楼 @doctorq 本地执行是可通过的,就是能启动模拟器执行测试的,但是通过 ssh 和 jenkins 就会失败。

  • appium 的测试报告大家是怎么实现的? at 2014年12月12日

    #14 楼 @nancy2896
    引用 junit 依赖

    <dependency>
                <groupId>junit</groupId>
                <artifactId>junit</artifactId>
                <version>4.11</version>
            <scope>provided</scope>
    </dependency>
    

    设置 test 目录
    <testSourceDirectory>test</testSourceDirectory>

  • [北京] 知乎招聘测试开发工程师 at 2014年10月20日

    +1

  • 大家一起来写本叫 Appium 中文教程的书!已迁移到 testerhome 组织底下 at 2014年07月22日

    报名,支持

  • appium1.2 发布 at 2014年07月03日

    支持一下,更新去了··

  • Appium 是否无法定位非原生控件? at 2014年06月26日

    @yunduo1220 非原生控件识别不到,你试试用坐标

    execute("mobile: tap", { "tapCount": 1, "touchCount": 1, "duration": 0.5, "x": 46, "y": 206 })
    
  • 严格遵守发帖规范!!!! at 2014年06月25日
    console.log('顶');
    
  • 通过 python 调用 adb 命令实现用元素名称、id、class 定位元素 at 2014年06月25日

    好帖,必须顶·

  • #Appium 新手常见问题 # 欢迎各位及时补充和持续更新,盖楼吧! at 2014年06月20日

    学习了···

  • appium1.1 发布 at 2014年05月30日

    #9 楼 @seveniruby 现在从 inspect 里面看到 xpath 比原来短了,还没放在脚本里真正运行··回头了试一下

  • appium1.1 发布 at 2014年05月30日

    #6 楼 @seveniruby nodejs 是 1.1 新支持的,1.0 不支持

  • appium1.1 发布 at 2014年05月30日

    #4 楼 @seveniruby
    1.0 用 appium 定位的 android xpath
    //android.widget.LinearLayout[1]/android.widget.FrameLayout[1]/android.view.View[1]/android.widget.RelativeLayout[1]/android.widget.ScrollView[1]/android.view.View[1]/android.view.View[1]/android.view.View[1]/android.widget.EditText[1]

  • appium1.1 发布 at 2014年05月30日

    #4 楼 @seveniruby

  • appium1.1 发布 at 2014年05月30日

    android 的 xpath 变短了,并且支持 nodejs 的录制··

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

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