测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
版主
Lihuazhang (恒温)
第 110 位会员 / 2013-10-21
阿里巴巴 @ 上海
405 篇帖子 • 7860 条回帖
2537 关注者
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
  • 個人信息
  • 個人專欄
  • 帖子
  • 回帖
  • 收藏
  • 正在關注
  • 關注者
  • Android 自动化测试断言工具 fest-android 和多设备测试任务分发工具 Spoon at 2014年03月26日

    期待更多的更深入的分享

  • [转载] Android Monkey 测试策略 at 2014年03月25日

    com.android.settings 把这个加入 blacklist

  • [转载] Android Monkey 测试策略 at 2014年03月25日

    #4 楼 @monkey 有可能会关闭的吧? 恢复出厂都可能搞到呢。

  • [转载] Android Monkey 测试策略 at 2014年03月24日

    执行单一 apk:

    monkey –p <options> -c <options> -s <seed> <限制语句> --throttle <milliseconds> -v 执行次数> C:\monkey_test.txt
    

    执行 apk 集合:

    monkey –pkg-blacklist-file /data/blacklist.txt -c <options> -s <seed> <限制语句> --throttle <milliseconds> -v 执行次数> C:\blacklist_test.txt //执行黑名单以外的应用
    

    或

    monkey –pkg-whitelist-file /data/whitelist.txt -c <options> -s <seed> <限制语句> --throttle <milliseconds> -v 执行次数 > C:\whitelist_test.txt //执行白名单的应用
    
  • appium 调用 webdriver 中 send_keys 发送汉字可以吗?怎么解决? at 2014年03月24日

    #6 楼 @luyi0824 setValue()

  • [转载] Android Monkey 测试策略 at 2014年03月23日

    #1 楼 @syl 以换行分隔。

    cmds/monkey/src/com/android/commands/monkey/Monkey.java

    
    /**
     * Load a list of package names from a file.
     *
     * @param fileName The file name, with package names separated by new line.
     * @param list The destination list.
     * @return Returns false if any error occurs.
     */
    private static boolean loadPackageListFromFile(String fileName, HashSet<String> list) {
        BufferedReader reader = null;
        try {
            reader = new BufferedReader(new FileReader(fileName));
            String s;
            while ((s = reader.readLine()) != null) {
                s = s.trim();
                if ((s.length() > 0) && (!s.startsWith("#"))) {
                    list.add(s);
                }
            }
        }
    
    
  • 如何申请加薪 at 2014年03月23日

    #4 楼 @monkey 。。。。我指的不是时间很短的频繁跳槽,2 年一跳,3 次就够了。

  • Calabash Android 简介 at 2014年03月23日

    #4 楼 @seveniruby 就是 robotium

  • Calabash Android 简介 at 2014年03月22日

    LICEcap 是用来录制 gif 的,推荐

  • 如何申请加薪 at 2014年03月22日

    #2 楼 @jakewendao 我是这样做的,一直跳,然后到一个稳定的满意的薪水,然后就去挑有兴趣的公司

  • 如何申请加薪 at 2014年03月21日

    一般公司会有加薪机制吧。跳槽加薪是比较靠谱的。

  • 请问要在真机上自动测试一个无源代码的***.ipa ,用 appium 可行吗? at 2014年03月21日

    开发证书出来的,应该可以吧

  • Appium 测试 Android 时,python 用例调用 Webdriver.remote 后无回应 at 2014年03月21日

    运行下 appium-doctor 试试看, 另外贴代码和日志请用 代码块

  • android 的 toast 如何得到 at 2014年03月20日

    #6 楼 @seveniruby appium 的 uiautomator 不能搞,没有开放 api。 Selendroid 估计可以。

  • android 的 toast 如何得到 at 2014年03月20日

    On iOS, the dev team implemented their own version of toast messages. It's a message that appears in a tiny box for a few seconds. If they add the proper labels then it should work.

    On Android, I'm not sure what can be done as it's an upstream uiautomator issue. Maybe there's some way to monitor accessibility events directly?

    UIautomator 的确不支持。

  • Android 的单线程模型以及 UI 线程问题记录 at 2014年03月20日

    #4 楼 @qddegtya 赞~

  • Android 的单线程模型以及 UI 线程问题记录 at 2014年03月19日

    漂亮

  • 输错域名了,然后发现 testerhome 是用的 lnmp 一键安装包 at 2014年03月19日

    #1 楼 @seveniruby 把非 testerhome.com 都定向到 testerhome.com 吧。 除了几个代理外。

  • Appium 只支持 4.2 以上的系统么? at 2014年03月16日

    低版本的请用 Selendroid

  • 老帖编辑掉~ at 2014年03月12日

    个人觉得黑盒测试也非常重要。

  • 今天发现了一个大 bug,心情激动,晚上来更新。 at 2014年03月12日

    #6 楼 @jakewendao 遇到过类似的,做转化广告的项目时候

  • 今天发现了一个大 bug,心情激动,晚上来更新。 at 2014年03月11日

    就是没有积分账户时候完成一次转化的案例

  • err was: Error: Screen did not unlock at 2014年03月11日

    这个截图完全看不清内容啊。 logo 之类的请别贴图啊,贴日志。

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

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