常用语言

python
常用第三方库
    requests
        Python HTTP请求
        https://2.python-requests.org//zh_CN/latest/user/quickstart.html
    Django
        Python 界最流行的 web 框架
        https://docs.djangoproject.com/zh-hans/2.2/
    flask
        web 微框架
        https://dormousehole.readthedocs.io/en/latest/
    selenium
        浏览器自动化测试工具selenium的python 接口
        https://selenium-python-zh.readthedocs.io/en/latest/
    openpyxl
        读写 Excel 2010 xlsx/xlsm/xltx/xltm 文件
        https://openpyxl.readthedocs.io/en/stable/
    csvkit
        用于转换和操作 CSV 
        https://csvkit.readthedocs.io/en/1.0.2/
    mysqlclient
        Python 的 MySQL 数据库连接器
        https://mysqlclient.readthedocs.io/
    Scrapy
        爬虫框架
        https://docs.scrapy.org/en/latest/
    pytest
        Python 测试工具
        https://learning-pytest.readthedocs.io/zh/latest/
    locust
        可扩展的性能测试工具
        https://docs.locust.io/en/stable/
    code2flow
        把Python 和 JavaScript 代码转换为流程图
        https://github.com/scottrogowski/code2flow
    supervisor
        UNIX 的进程控制系统
        http://supervisord.org/
环境管理
    pyenv
        简单的 Python 版本管理工具
    virtualenv
        创建独立 Python 环境
    nvm
        node/npm版本管理
    pip
        安装和管理 Python 包的工具
    Homebrew
        软件包管理工具
shell
java
html

常用软件

Charles/Finddler/Wireshark
    抓包工具
Postman
    接口请求
Xmind
    思维导图
Sourcetree
    git可视化客户端
Appium
    跨平台UI自动化客户端
Appetizer
    移动测试以及数据分析平台
Navicat Premium
    数据库可视化客户端
JMeter
    接口压测工具
Beyond Compare
    文件对比

web端常用工具

网页加载速度
    Chrome DevTools
        Chrome浏览器调试器
    pagespeed/insights
        web页性能
        https://developers.google.com/speed/pagespeed/insights/?hl=zh-CN
    webpagetest
        web页性能
        https://www.webpagetest.org/
    lighthouse
        web页性能
        https://github.com/GoogleChrome/lighthouse/
性能监测
    sitespeed.io
        https://github.com/sitespeedio/sitespeed.io

常用后台

jira
    项目管理
kibana
    实施日志监控界面
    ELK
        Elasticsearch
            实时的分布式搜索和分析引擎
        Logstash
            实时的数据收集引擎
            通常读取的是kafka日志
        Kibana
            为Elasticsearch提供分析和可视化的web平台
jumpserver
    跳板机界面
Jenkins
    持续集成工具
ATX
    自动化测试工具
Bugly
    线上监控平台
TestLink
    用例管理系统
Mantis bug
    bug管理
Bugzilla
    bug管理
    https://www.bugzilla.org/download/
Apollo
    配置管理中心
    https://github.com/ctripcorp/apollo
Yapi
    接口管理平台
    https://github.com/YMFE/yapi
easy-mock
    https://github.com/easy-mock/easy-mock
    mock平台

资源网站

https://testerhome.com/
    TesterHome
https://cloud.tencent.com/developer/column
    腾讯云社区
https://getbootstrap.com/docs/4.3/getting-started/introduction/
    Bootstrap框架基本使用文档
https://juejin.im/
    掘金
https://tech.meituan.com/
    美团技术团队分享
https://github.com//gto76/python-cheatsheet
    python速查表
http://www.ruanyifeng.com/blog/
    阮一峰技术blog
http://cn.mobilewebsitebook.com/
    移动网站性能技术白皮书

在线工具

https://www.toolnb.com/extshow/index.html
    开放免费接口
http://encode.chahuo.com
    在线加解密
https://cli.im/text
    在线生成二维码
http://tool.oschina.net/encode
    在线编解码
https://tool.lu/timestamp/
    在线工具
http://www.beijing-time.org/riqi.htm
    在线日期时间计算器
https://www.json.cn/#
    在线json格式解析

移动端

Android
    常用嵌入SDK
        GT
            调试工具,Tencent开源
            https://github.com/Tencent/GT
    开发环境
        Android studio
            adb
                通用命令行工具
    日志查看
        logcat
    编程语言
        Java
    其他
        uiautomator2
            UI自动化
            https://github.com/openatx/uiautomator2
        monkey
            monkey压力测试
            https://github.com/zhangzhao4444/Maxim
        droidbot
            轻量级测试输入生成器
iOS
    常用嵌入SDK
        FLEX
            调试工具
            https://github.com/Flipboard/FLEX
        DoraemonKit
            调试工具,滴滴开源
            https://github.com/didi/DoraemonKit
        LLDebugTool
            调试工具
            https://github.com/HDB-Li/LLDebugTool
        GT
            调试工具,Tencent开源
            https://github.com/Tencent/GT
        MLeaksFinder
            内存泄漏监测
            https://github.com/Tencent/MLeaksFinder
        EarlGrey
            UI自动化
            https://github.com/google/EarlGrey
        KIF
            UI自动化
            https://github.com/kif-framework/KIF
    开发环境
        Xcode
            UITesting Bundle
                原生UI自动化
            instruments
                内存、CPU、帧率监测
    编程语言
        Object-C

Shemiou
26 声望5 粉丝