测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
新手
ftvbftvbq (ftvbftvbq)
第 845 位会员 / 2014-05-07
7 篇帖子 • 39 条回帖
2 关注者
3 正在关注
0 收藏
GitHub Public Repos
  • perf-tools 1

    Performance analysis tools based on Linux perf_events (aka perf) and ftrace

  • AppPerformance 1

    App性能监控,包括:CPU占用率、内存占用大小、卡顿、启动闪退、崩溃、耗电量等。

  • Maxim 0

    高速uiautomator控件解析算法的Android Monkey, 每秒10-15个Action Event。实现快速DFS算法的Android Monkey , 每秒 5个Action E...

  • ftvbftvbq.github.io 0

  • ApplicationScanner 0

    An open source application scanning tool

  • dwn 0

    d(ockerp)wn - a docker pwn tool manager

  • Droid-Application-Fuzz... 0

    Android application fuzzing framework with fuzzers and crash monitor.

  • device 0

    Android Device API Based on ddmlib

  • uiautomator2 0

    Android Uiautomator2 Python Wrapper

  • pidcat 0

    Colored logcat script which only shows log entries for a specific application package.

More on GitHub
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 适用于 android/jvm 的单测生成器 randunit at 2021年05月12日

    @williamfzc 你搞个钉钉群吧?试用下来各种小问题不断,头大,一起来看下解决问题,促进项目持续发展吧

  • 适用于 android/jvm 的单测生成器 randunit at 2021年04月21日

    @williamfzc 请教下,如果一个成型的安卓项目,如何从 0 开始,从基础的配置开始完成这个工具的使用?希望有一个小白教程,谢谢!

  • [收钱吧] 招聘中级测试工程师 1 人 at 2021年03月24日

    是的

  • [收钱吧] 招聘中级测试工程师 1 人 at 2021年03月24日

    又招人了,感兴趣简历发去邮箱

  • [收钱吧] 招聘中级测试工程师 1 人 at 2021年03月24日

    我自己顶一下!

  • [收钱吧] 招聘中级测试工程师 1 人 at 2020年11月18日

    顶一下!

  • [收钱吧] 招聘中级测试工程师 1 人 at 2020年11月17日

    可以来上海

  • [收钱吧] 招聘中级测试工程师 1 人 at 2020年11月17日

    是的,就是我们

  • [收钱吧] 招聘中级测试工程师 1 人 at 2020年11月16日

    我们会有面试的,问得会比较全面,放心肯定科学评判,不会给任何一位同学提非常刁钻的问题,但是一定是业内充分体现高级测试水平的问题。有些非常有能力的同学 5 年也很厉害了。

  • [收钱吧] 招聘中级测试工程师 1 人 at 2020年11月16日

    你在上海就好了,哈哈哈哈

  • [收钱吧] 招聘中级测试工程师 1 人 at 2020年11月16日

    没有了,在年前,所以可以抓紧时间

  • [收钱吧] 招聘中级测试工程师 1 人 at 2020年11月13日

    大家感兴趣可以投简历,谢谢大家!

  • [收钱吧] 招聘中级测试工程师 1 人 at 2020年11月13日

    专科如果能达到高级也是可以的,但是中级我们要求必须是全日制本科哈

  • [上海] 小虫数据科技招聘中 / 高级测试工程师 at 2018年04月13日

    我什么时候变成猎头了,晕倒,这个是我部门招人哈,之前发的有些是帮朋友公司招人,你的建议很好,以后帮朋友收点钱也好,哈哈哈哈!

  • [随手科技招聘] 中高级测试工程师招聘 10K-25K at 2018年01月03日

    说下地点?

  • STF 初步定制测试平台 at 2017年04月08日

    @syl7752 请问你对应代码到底放在哪些文件路径下面了?谢谢!

  • Appium 实现 LockViewPatter 手势密码输入方法之一 at 2016年08月10日

    4 个点你试试,你这个是 3 个点,还是比较容易的,4 个点的难度比较大,需要连续并且不能中断

  • [视频] 使用 Android 真机演示 Macaca 测试 at 2016年05月11日

    我觉得前面那个更加稳定 @xdf

  • [视频] 使用 Android 真机演示 Macaca 测试 at 2016年05月11日

    TelephonyManager TelephonyMgr = (TelephonyManager) getActivity().getSystemService(Context.TELEPHONY_SERVICE);
    String DeviceId = TelephonyMgr.getDeviceId();

    String udid =Secure.getString(getActivity().getContentResolver(),Secure.ANDROID_ID);

    Be aware that while Secure.ANDROID_ID will generate a one-time unique ID when the device is booted the very first time, this ID will be lost should the device ever be reset to its factory defaults. A better solution is to rely upon the device's MAC address, assuming of course the device has Wi-Fi support, which practically all devices these days do

  • [视频] 使用 Android 真机演示 Macaca 测试 at 2016年05月11日

    TypeError: Path must be a string. Received undefined,我遇到这个问题

  • [视频] 使用 Android 真机演示 Macaca 测试 at 2016年05月11日

    楼主,你这个 udid 有点坑啊,它会跟着网络环境而变化的,你知道这个问题吗?谢谢!相关获取的代码:
    import android.provider.Settings.Secure;
    private String android_id = Secure.getString(getContext().getContentResolver(),
    Secure.ANDROID_ID);

  • [视频] 使用 iOS 真机演示 Macaca 测试 at 2016年05月10日

    #2 楼 @legendsnow 这个问题是 provisioning file 导致,如果签名下加了设备就需要在 xcode-preferance--account 中点击 view detail,然后,重新 download 下所有的数据到本地来就解决了。我已经解决了。

  • [视频] 使用 iOS 真机演示 Macaca 测试 at 2016年05月10日

    #3 楼 @legendsnow 我也遇到这个问题,你怎么解决的?

  • [视频] 使用 iOS 真机演示 Macaca 测试 at 2016年05月09日

    最后一句确定正确吗?我看到的是:
    Usage:

    macaca [options] [arguments]

    Commands:

    server start webdriver server
    doctor detect environment
    run run test

    Options:

    -h, --help output usage information
    -v, --versions show version and exit
    --verbose show more debugging information
    你这个--server 怎么出现在 Options 的部分呢?

  • [基于 Node.js 的自动化测试-Macaca] - 配置 Docker 环境 at 2016年05月03日

    If you are running Docker on OSX, running the following eval has worked for me.

    eval "$(docker-machine env default)"

    If you'd prefer not to have to run this eval statement on every terminal session, you can add this to your bash_profile:
    #Docker
    eval "$(docker-machine env default)"

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

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