测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
会员
sanlengjingvv (黑水)
第 480 位会员 / 2014-02-21
34 篇帖子 • 483 条回帖
67 关注者
0 正在关注
63 收藏
打赏支持
GitHub Public Repos
  • mpeg-dash-sample 11

  • CpuConsumption 4

  • sanlengjingvv.github.io 1

  • gogo-python 1

  • anyproxy-automation-ex... 1

  • flipradio-site 0

  • devcontainer-rails 0

    💎 devcontainer configurations to run Ruby on Rails with PostgreSQL and Redis on GitHub Codespaces

  • pigsty 0

    Battery-Included PostgreSQL Distro as a Free RDS Alternative

  • crdj 0

  • mitmproxy 0

    An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

More on GitHub
  • 個人信息
  • 個人專欄
  • 帖子
  • 回帖
  • 收藏
  • 正在關注
  • 關注者
  • [已解决] Appium 出现 error: com.XXX/.activity1 never started. Current: com.XXX/.activity2 at 2015年06月16日

    分两个 suit

    1、重新安装 app
    2、执行首次启动的用例,用

    desired_caps['appActivity'] = 'com.XXX.main.guide.SplashScreenActivity'
    desired_caps['appWaitActivity'] = 'com.XXX.main.guide.GuidanceNewComerActivity 
    

    3、结束 session,新 session 用

    desired_caps['appActivity'] = 'com.XXX.main.guide.MainActivity'
    desired_caps['appWaitActivity'] = 'com.XXX.main.guide.SplashScreenActivity'
    

    4、执行非首次启动的用例

  • [已解决] Appium 出现 error: com.XXX/.activity1 never started. Current: com.XXX/.activity2 at 2015年06月16日

    首次启动这个试过吗

    desired_caps['appActivity'] = 'com.XXX.main.guide.SplashScreenActivity'
    desired_caps['appWaitActivity'] = 'com.XXX.main.guide.GuidanceNewComerActivity 
    
  • [求指导] iOS 上 appium 用 tag_name 定位报错 at 2015年06月05日

    添加头像,代码日志用代码块
    http://appium.io/slate/en/master/

    Migrating your tests from Appium 0.18.x to Appium 1.x

    We’ve removed the following locator strategies:
    name
    tag name

  • [已解决] 关于输入 Appium 设置支持输入中文后,键盘无法调出 at 2015年06月05日

    KEYCODE_SEARCH
    试过这个键吗?

  • Android-APP-CPU 耗电测试的例子 at 2015年06月01日

    #2 楼 @yangmingming 在群里呀,有啥问题

  • 命令行启动 AppiumForWindows at 2015年05月31日

    #3 楼 @chenhengjie123 看你们在群里说很简单去看了下,果然很简单= =以前没仔细看目录。

  • 命令行启动 AppiumForWindows at 2015年05月31日

    #2 楼 @a00ium 没啥区别

  • Android 性能测试初探 (五) at 2015年05月15日

    #8 楼 @gaoxing200851
    保持策略相同,多版本对比。
    不用 adb,监控程序本身也会耗电。
    即使有方法排除所有干扰得到一个耗电量,比如 1 小时 10%,这算多算少?

  • Android 性能测试初探 (五) at 2015年05月15日

    #6 楼 @gaoxing200851 adb 有无线连接的方式

  • appium 运行报错:Activity never started at 2015年05月14日

    #2 楼 @zqting124 什么场景需要通用?

  • appium 运行报错:Activity never started at 2015年05月14日

    https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md

    Capability Description Values
    appWaitActivity Activity name for the Android activity you want to wait for SplashActivity
  • appium 重签名问题 at 2015年05月13日

    https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md

    Capability Description Values
    noSign Skip checking and signing of app with debug keys, will work only with UiAutomator and not with selendroid, default false true or false
  • 问卷标题元素在 uiautomatorviewer 上不可见,该怎么输入值? at 2015年05月13日

    WebView,这里面是 html
    1、看官方文档,hybird 部分
    2、看 Chrome inspect 的用法

  • android 安全测试 mind at 2015年05月13日

    试一试外链,新标签中打开是大图

    Alt text here

  • [分享] 自动化测试与持续集成方案--Android crash 收集 at 2015年05月08日

    #7 楼 @lihuazhang
    串口是什么?
    解锁和 appium 一样做个 unlock.apk

  • 【结贴】在 Appium 中使用 Slendroid 模式时,出现 android.util.AndroidException 的报错导致无法启动 session at 2015年05月08日

    #7 楼 @xdlhy 看下 8080 端口有没有占用?

  • 元素被覆盖,怎么能够点击到这个元素? at 2015年04月28日

    1、日志里是 platformVersion=4.1
    2、用 shell 导出布局看看有没有,adb shell uiautomator dump /sdcard/window_dump.xml

  • 元素被覆盖,怎么能够点击到这个元素? at 2015年04月28日

    虚拟机 Android 版本多少,真机多少?

  • appium 出错,大神来看下 at 2015年04月17日

    之前下 API19 里会缺 zipalign.exe 这个文件,再下个别的,比如 API20,这个路径下会有
    ...sdk\build-tools\android-4.4W\zipalign.exe

  • android 真机测试遇到问题 at 2015年04月16日

    #6 楼 @mzl19860128 更新下 Android SDK Tools,看截图是老版本,最新的界面会多几个控件。

  • 怎么滑动到最后一屏的评论列表处 at 2015年04月07日

    1、第一考虑应该是去控制测试环境数据,测试前清数据,测试中产生什么数据你都可以知道,这样就能知道评论数量。
    2、如果不能增删改,也可以去查,还是可以知道评论数量。

    后面的思路和你的产品设计有关,因为你没说需求,就猜一下
    3、常见的设计是,新的商品没有评论,新的帖子没有评论,你的用例可以从新建帖子,发表评论开始,这样就知道评论数了。
    4、常见的设计会有标识。比如,倒序排列 1 楼就是最后一条;带时间可以比时间;拉到最后有提示 “没有更多评论” 等等

  • 安装配置 Maven 及更新库 at 2015年04月05日

    井号后面加个空格
    “

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

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