测试之家
  • Topics
  • QA
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • Sign Up
  • Sign In
管理员
chenhengjie123 (陈恒捷)
第 605 位Users / 2014-03-16
字节跳动 @ 广州
157 篇帖子 • 5486 条回帖
1432 关注者
17 正在关注
100 收藏
人与人的差距取决于工作、睡觉之外的8个小时!
打赏支持
GitHub Public Repos
  • vue-testcase-minder-ed... 102

    基于百度脑图的用例编辑器组件,支持记录测试结果

  • gs-rest-service 5

    Building a RESTful Web Service :: Learn how to create a RESTful web service with Spring.

  • JavaSpringMvcBlog 5

  • ffmpeg-go 1

    golang binding for ffmpeg

  • ws-qvh 0

    Server for streaming the screen of iOS devices over WebSocket.

  • goav 0

    Golang bindings for FFmpeg (This repository is no longer maintained)

  • gmf 0

    Go Media Framework

  • quicktime_video_hack 0

    Record iOS device audio and video

  • ws-scrcpy 0

    Web client prototype for scrcpy.

  • ChuanhuChatGPT 0

    GUI for ChatGPT API

More on GitHub
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • [求助] Appium iOS check 控件如何定位 at October 21, 2016

    直接 send keys 试过不?

  • Happy 3rd anniversary of TesterHome | Gift at October 21, 2016

    👍 👍 👍 32 个赞~小兔设计功力越来越强啦~

  • 介绍一个新的支持 iOS 真机的框架 WDUSBClient at October 21, 2016

    话说,这篇文章也可以加入项目的 ReadMe 里面呀,说明非常详细~

  • 介绍一个新的支持 iOS 真机的框架 WDUSBClient at October 21, 2016

    加精理由:把 USB 通讯和 WDA 结合起来,完成一套相对完整的方案,降低了上手门槛。

  • Appium 开发环境搭建 (1)--配置源码运行环境 at October 19, 2016

    #70 楼 @xzb A new session could not be created. (Original error: The following desired capabilities are required, but were not provided: deviceName) (WARNING: The server did not provide any stacktrace information)

    这个报错和你最初的报错不是一样嘛。。。

    麻烦描述问题的时候描述清楚你的脚本代码、具体出错代码行、具体出错信息吧。只给其中一个都无法帮你定位问题。

  • Appium 开发环境搭建 (1)--配置源码运行环境 at October 18, 2016

    #64 楼 @xzb 你的 appium server 有启动了吗?有报错吗?

  • Appium 开发环境搭建 (1)--配置源码运行环境 at October 18, 2016

    #61 楼 @xzb 额,你具体哪行出错?

    java client 的包你直接拿官方的(https://mvnrepository.com/artifact/io.appium/java-client/4.1.2)应该没问题。

  • Appium 开发环境搭建 (1)--配置源码运行环境 at October 18, 2016

    #58 楼 @xzb 报错的是啥代码。。。

  • 腾讯 WeTest 移动测试沙龙邀请 [第四期]——性能测试北京专场邀您参与! at October 17, 2016

    #5 楼 @fuhe 好,已回复那位同学了~

  • 第二届中国移动互联网测试大会精选视频放出~ at October 17, 2016

    #11 楼 @ReaLau 你问的是哪个 topic ?

  • CrashMonkey4iOS 试用过程总结 at October 14, 2016

    #99 楼 @dengwei729 我们是接真实机器跑的 monkey ,模拟器跑的结果不可靠,像内存泄漏太严重导致被系统 kill 掉这种模拟器就搞不出来。

  • CrashMonkey4iOS 试用过程总结 at October 14, 2016

    #97 楼 @dengwei729 你确定要模拟器安装包?能装在真机上的包模拟器一定跑不动的哦

  • 腾讯 WeTest 移动测试沙龙邀请 [第四期]——性能测试北京专场邀您参与! at October 14, 2016

    转一下公众号同学的留言:你好!什么时候会有广州专场呢?

  • [python] unittest 框架或者其他框架有像 testNG 类似的失败重跑机制么? at October 14, 2016

    #4 楼 @Tank007 不客气~

  • STF 二次开发辛酸之路 at October 14, 2016

    好文,写得好清晰。 有个问题请教下,你们有对 stf 在 webstorm 做断点调试吗?具体是怎么进行的呢?

    我在我本地上配置一直不成功,用默认代码的话 child-process 在 fork 的时候子进程使用同一个调试端口,会引起端口冲突无法启动。改用 child-process-debug 后,其中一个依赖库报错不支持 --debug 参数。

  • STF 使用系列心得 [安装篇] at October 14, 2016

    对具体改造了什么比较感兴趣。

  • 好用的 mac 磁盘清理工具 at October 13, 2016

    #6 楼 @gaopeng1106 我推荐的就是 OmniDiskSweeper 。

    还好我们工作用的 mac mini 用的是 1T 硬盘。

  • Appium 有什么办法可以获取 iphone 的语言? at October 13, 2016
    $ ideviceinfo | grep RegionInfo
    RegionInfo: CH/A
    

    具体对应语言还是单位未详细测试过,你可以试试。

  • [python] unittest 框架或者其他框架有像 testNG 类似的失败重跑机制么? at October 13, 2016

    推荐用 pytest ,一个插件就搞定失败重跑,而且可以兼容 unittest 用例。

  • [求助] 基于 python 封装的日志处理方法,结果打印日志重复,如何破? at October 13, 2016

    应该不是实例化了两次,是别的问题。

    话说,有一点没理解,你的 debug 方法是哪里的?你给的代码里没有具体 debug 方法的源码,而且 LogSignleton 也没有继承 logging 类。

    可以试下在 debug 方法加个断点,然后 step into 进去看看具体调用了什么。

  • Appium 开发环境搭建 (1)--配置源码运行环境 at October 12, 2016

    #54 楼 @xzb

    DesiredCapabilities capabilities = new DesiredCapabilities();
    
    capabilities.setCapability("platformName", "Android"); 
    capabilities.setCapability("platformVersion", "19");
    capabilities.setCapability("deviceName", "Android Emulator");
    
    driver = new SwipeableWebDriver(new URL("http://127.0.0.1:4723/wd/hub"), capabilities);
    

    你既没给 apk 路径,也没给 activity 之类的信息,appium 不知道要测什么应用。

    PS:以后麻烦用 md 排版吧,要不代码没有缩进和着色看起来真心累。md 怎么用请看回复框右下角的 排版说明 。

  • python 学习之路 at October 12, 2016

    我一般用 argparse ,写起来代码可读性比较高,也好维护。

  • [求助] 基于 python 封装的日志处理方法,结果打印日志重复,如何破? at October 12, 2016

    麻烦 md 用代码块,这样看代码,缩进都没了,好累。。。

    md 怎么用请看回复框右下角的 排版说明 链接。

  • 社区添加问答模块 at October 12, 2016

    已知的高优先级 Bug:

    1. 同一板块有一个或多个提问存在时,该板块的首页会打不开。
    2. 一个问题存在多个回答时,只会显示第一个,后续的回答不会显示出来。
  • 腾讯 WeTest 移动测试沙龙邀请 [第四期]——性能测试北京专场邀您参与! at October 11, 2016

    #1 楼 @Lihuazhang 恩,中午推一下。

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

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