测试之家
  • Topics
  • QA
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • Sign Up
  • Sign In
会员
emily (叶子)
第 2218 位Users / 2014-12-30
16 篇帖子 • 114 条回帖
22 关注者
6 正在关注
24 收藏
打赏支持
未设置 GitHub 信息.
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 黑盒测试流程讨论 at March 11, 2015

    弱网络是怎么模拟的?我一般只是在 Fiddler 上改一下 CustomRules.js

  • 【原创】android 测试生成 html 报告 at March 10, 2015

    #9 楼 @shixue33 😄OK 了

  • 【原创】android 测试生成 html 报告 at March 10, 2015

    #4 楼 @seveniruby 你说的应该是 Junit Plugin 吧,那个效果不太好,没有对成功失败进行统计
    感觉没有用 HTML Publisher plugin 插件通过 html 展示的效果好

  • 【原创】android 测试生成 html 报告 at March 10, 2015

    #1 楼 @weamylady 谢谢鼓励,效果一般,只是实现了,没有美观可言

  • Appium 开发环境搭建 (1)--配置源码运行环境 at March 10, 2015

    #17 楼 @chenhengjie123 哦哦,晓得啦

  • Appium 开发环境搭建 (1)--配置源码运行环境 at March 09, 2015

    appium windows 下环境搭建:http://blog.csdn.net/jlminghui/article/details/41121479

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 04, 2015

    #29 楼 @chenhengjie123 好的,修改完了

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    #26 楼 @weamylady 😊

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    #25 楼 @kasi 😄

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    问题解决了,是我想错了,是应该把测试程序和被测程序 apk 都装上,在 Eclipse 上 Run as Android junit test 时它自己会把测试 apk 装到模拟器上,所以可以正常运行,而用命令的时候没有安装,所以会报这个错。现在用 adb shell am instrument 查看,就会显示出我的 com.ktplay.testing.common.InstrumentationTestRunner2,谢谢@Monkey

    
    C:\Users\KTplay> adb shell pm list instrumentation
    instrumentation:com.android.emulator.connectivity.test/android.test.InstrumentationTestRunner (target=com.android.emulator.connectivity.test)
    instrumentation:com.android.emulator.gps.test/android.test.InstrumentationTestRunner (target=com.android.emulator.gps.test)
    instrumentation:com.android.smoketest.tests/com.android.smoketest.SmokeTestRunner (target=com.android.smoketest)
    instrumentation:com.android.smoketest.tests/android.test.InstrumentationTestRunner (target=com.android.smoketest)
    instrumentation:com.example.android.apis/.app.LocalSampleInstrumentation (target=com.example.android.apis)
    instrumentation:com.ktplay.testing.internal/com.ktplay.testing.common.InstrumentationTestRunner2 (target=com.ktplay.sample)
    
    
  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    #20 楼 @monkey 对,是我想错了,谢谢,是应该把测试程序和被测程序都装上 apk。

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    #16 楼 @xuxu 我现在是用 Eclipse 可以运行,但在命令行中 adb shell am instrument 会报错

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    #15 楼 @monkey 你可能没太明白我的问题,我现在正在找怎么装 test runner,Android Test Project 不会样被测程序那样会有 apk 可以装

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    #16 楼 @xuxu 这些是没问题的,我的问题和这个一样http://stackoverflow.com/questions/6609752/android-how-to-install-the-instrumentation-apk-onto-an-avd-in-a-headless-host

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    #12 楼 @monkey 测试程序是根据被测试程序建的 Android Test Project

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    #12 楼 @monkey 测试什么也没装,直接运行的命令,要装什么吗?怎么装?

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    #10 楼 @monkey 装了一个被测程序

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    #8 楼 @monkey 刚进来,还没熟悉这个发贴流程,直接选的发布新贴,保存后就直接发出来了。

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    #3 楼 @monkey 不要这么铁面吧,我刚走开了一下怕等会儿没了,就点保存了

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    #4 楼 @monkey 首先把 apk 安装到模拟器,然后执行 adb shell am instrument 命令

  • 【已解决】Error=Unable to find instrumentation info for: ComponentInfo at March 03, 2015

    #1 楼 @monkey 刚才还没写完

  • ant 生成 执行测试程序 报告总报 java.lang.ClassNotFoundException 求解 at February 27, 2015

    #1 楼 @chenhengjie123 都贴代码了,再帮忙看一下

  • ant 生成 执行测试程序 报告总报 java.lang.ClassNotFoundException 求解 at February 27, 2015

    #2 楼 @lihuazhang 怎么指定

  • 闲下来了,想学些东西,大家推荐一下 at February 26, 2015

    #16 楼 @doctorq 你加我吧,你需要验证,我不知道你名字呀

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

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