测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • 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
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 社区允许多图片上传和复制黏贴上传方式,目前只支持 mac at 2015年11月11日

  • Appium WebView 初探 at 2015年11月11日

    #6 楼 @happystone 昨晚身边只有台 6.0 的手机,运行不起来。

  • Appium WebView 初探 at 2015年11月11日

    #2 楼 @lihuazhang @xushizhao 主要是在 android6.0 上都运行不起来

  • Appium WebView 初探 at 2015年11月11日

    你是纷享销客的拖吧。。。

  • Appium WebView 初探 at 2015年11月11日

    没看明白,你是提问题,还是解决了问题。。。建议修改下帖子

  • 一起来聊聊 APP 的灰度发版,需要关注哪些项 at 2015年11月10日

    iPhone 其实就找点朋友,和他说我有个内部版,有福利哦,要不要装?
    Android 就是管他是不是朋友,直接给他弹一个,升级了,不升级,砍鸡鸡。

    至于灰度的策略,一个取决于市场占有率,一个取决于你的心有多坚强,最重要取决于你是否对产品有信心。否则灰出个一级故障还是轻松的。

  • 一起来聊聊 APP 的灰度发版,需要关注哪些项 at 2015年11月10日

    看市场占有率。
    #9 楼 @297358102

  • jmeter PUT 请求,添加了请求参数,运行后,请求参数传的空 at 2015年11月10日

    The PUT and PATCH method body must be provided as one of the following:

    define the body as a file with empty Parameter name field; in which case the MIME Type is used as the Content-Type
    define the body as parameter value(s) with no name
    use the Post Body tab
    If you define any parameters with a name in either the sampler or Http defaults then nothing is sent. PUT and PATCH require a Content-Type.

  • jmeter PUT 请求,添加了请求参数,运行后,请求参数传的空 at 2015年11月10日

    直接放请求里。

  • TesterHome 官方 Android 客户端 V1.0.3 版本发布 at 2015年11月10日

    #42 楼 @anonymity 什么现象?

  • MacBook 释放磁盘空间记录 at 2015年11月10日

    #16 楼 @shixue33 @chenhengjie123 1t

  • UIAutomator2.0 简介 at 2015年11月09日

    #5 楼 @carl 可以研究下。

  • [安装包] Appium 国内下载地址 (百度云盘,已更新至 AppiumDesktop_1.7.1) at 2015年11月09日

    感谢维护者 @mingway_hu

  • MacBook 释放磁盘空间记录 at 2015年11月09日

    #8 楼 @sunrise @chenhengjie123 一开始没发现 mac 这么不好用,就虚拟了一个 windows。。。。

  • Hybird app, 想切换到 webview,但是中间有一层 floating action button, 所以执行 switch_to.context 的时候不能找到 webview at 2015年11月09日

    #11 楼 @daibiao83 贴下你的代码吧。

  • Hybird app, 想切换到 webview,但是中间有一层 floating action button, 所以执行 switch_to.context 的时候不能找到 webview at 2015年11月09日

    #8 楼 @chenhengjie123 用 testerhome 的 android 客户端就可以了。 帖子那里就是用的 floating action button

  • Hybird app, 想切换到 webview,但是中间有一层 floating action button, 所以执行 switch_to.context 的时候不能找到 webview at 2015年11月09日

    @chenhengjie123 遇到过这种问题吗?

  • UIAutomator2.0 简介 at 2015年11月09日

    @carl 建议你再运行一次,然后看看你的 test runner 是哪个?
    com.android.builder.testing.ConnectedDevice > No tests found.[Nexus 5 - 6.0] FAILED
    No tests found. This usually means that your test classes are not in the form that your test runner expects (e.g. don't inherit from TestCase or lack @Test annotations).
    :app:connectedDebugAndroidTest FAILED

    FAILURE: Build failed with an exception.

    • What went wrong:
      Execution failed for task ':app:connectedDebugAndroidTest'.

      There were failing tests. See the report at: file:///Users/lihuazhang/code/Uiautomator2/app/build/reports/androidTests/connected/index.html

    • Try:
      Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

    BUILD FAILED

  • Hybird app, 想切换到 webview,但是中间有一层 floating action button, 所以执行 switch_to.context 的时候不能找到 webview at 2015年11月09日

    #3 楼 @daibiao83 关键我不知道你说的找不到 webview 是个什么样子的场景

  • Hybird app, 想切换到 webview,但是中间有一层 floating action button, 所以执行 switch_to.context 的时候不能找到 webview at 2015年11月08日

    #1 楼 @daibiao83 switch_to.context 并不是你想象的真正的切进去,而是拿到和 webview 之间的调试通道,你拿不到的原因和 floating xxx 没有关系。要看你的 webview 能否调试。

  • python 版本的 webdriver 在 Android 平台下点击事件无效,求指导~ at 2015年11月08日
    1. 没有排版
    2. 错误日志没有给出
  • 排查 Web App 的 JS 内存泄露小结 at 2015年11月08日

    二、现象分析中第一张图的分析结论是啥啊?

    提个小建议,行文过程中,段落尽量控制在 300 字以内。

  • MacBook 释放磁盘空间记录 at 2015年11月08日

    #5 楼 @chenhengjie123 哈哈

  • MacBook 释放磁盘空间记录 at 2015年11月08日

    让人忍不住打赏。。。

  • 在 Android studio 上运用 UI Automator 执行自动化测试 at 2015年11月07日

    #25 楼 @jinmincn 这个方法没有啊。。亲,要自己写

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

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