└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # 测试资源整理 2 | 3 | 在 GitHub 上有各种系列的资源整理库,去帮助大家快速方便地查询该技术的相关资料。但测试方面的资料整理寥寥无几,或许也只是我没发现,于是某天晚上就突发奇想搞了这样一个资料整理库,把各种资源整理起来,也当时给自己做个总结归类。 4 | 5 | *** 6 | 7 | # 目录 8 | 9 | * [测试理论](#theory) 10 | * [移动端测试](#mobile) 11 | * [iOS](#ios) 12 | * [Android](#android) 13 | * [H5](#h5) 14 | * [接口测试](#api) 15 | * [单元测试](#ut) 16 | * [专项测试](#subject) 17 | * [测试工具](#tools) 18 | * [测试相关博客](#blog) 19 | * [测试组织](#group) 20 | 21 | 22 | *** 23 | 24 | # 测试理论 25 | 26 | * Road Map iOS:开发 iOS 应用从今天开始,苹果指南。★[官网](https://developer.apple.com/library/prerelease/ios/referencelibrary/GettingStarted/DevelopiOSAppsSwift/) 27 | * Lifehacker:我想写一个 iOS 应用,该从哪里开始?[官网](http://lifehacker.com/i-want-to-write-ios-apps-where-do-i-start-1644802175) 28 | 29 | 30 | * 腾讯GT:直接运行在手机上的“集成调测环境”(IDTE, Integrated Debug Environment)[官网](http://gt.tencent.com/index.html) 31 | 32 | 33 | * Macaca:Solution for Automation Test with Ease[官网](https://macacajs.github.io/macaca/) 34 | * 有赞技术团队:浅谈代码覆盖率[链接](http://tech.youzan.com/code-coverage/) 35 | 36 | * Docker —— 从入门到实践[GitBook](https://yeasy.gitbooks.io/docker_practice/content/) 37 | 38 | * Appium Girls学习指南[链接](https://anikikun.gitbooks.io/appium-girls-tutorial/content/start_appium_server.html) 39 | * Testing with Xcode文档(中文版)[链接](http://www.cocoachina.com/ios/20140815/9389.html) 40 | 41 | 42 | 43 | * 陈皓:让我们来谈谈分工[链接](http://coolshell.cn/articles/17295.html?from=timeline&isappinstalled=0) 44 | * 安卓(Android)Activity启动过程性能剖视(1)[链接](http://www.rudy-yuan.net/archives/59/) 45 | 46 | 47 | 48 | 49 | * Web、PC客户端和移动端APP设计自检[链接](http://www.woshipm.com/pd/301795.html/comment-page-1) 50 | 51 | * 应用宝基于Robotium自动化测试[链接](http://tmq.qq.com/2016/05/robotium_for_app_test/) 52 | 53 | * Unittest实现H5页面接口功能测试[链接](http://tmq.qq.com/2016/07/h5interfacetestwithunittest/) 54 | * Macaca-Java 版入门指南[链接](https://testerhome.com/topics/6431) 55 | 56 | * JSON入门指南[链接](http://www.cnblogs.com/hyddd/archive/2009/06/15/1503914.html) 57 | 58 | * IntelliJ--Getting Started with Maven[链接](https://www.jetbrains.com/help/idea/2016.3/getting-started-with-maven.html) 59 | 60 | 61 | * Crash之防测漏篇[链接](http://mp.weixin.qq.com/s/93PPl5pauPnDBncrO1jgaw) 62 | 63 | 64 | * [转] selenium webdriver 的工作原理[链接](https://testerhome.com/topics/6524) 65 | * jsoup Cookbook(中文版)[链接](http://www.open-open.com/jsoup/) 66 | * 【自动化相关】xpath路径表达式笔记[阮一峰老师的博客](http://www.ruanyifeng.com/blog/2009/07/xpath_path_expressions.html) 67 | 68 | *** 69 | 70 | # 测试用例 71 | * 接口测试的测试用例类型[链接](http://blog.sina.com.cn/s/blog_e745d18d0102vkrq.html) 72 | 73 | *** 74 | 75 | # UI自动化测试框架 76 | * Appium[官网](http://appium.io) 77 | 78 | *** 79 | 80 | # 设计模式 81 | * PageObjects wiki[wiki](https://github.com/SeleniumHQ/selenium/wiki/PageObjects) 82 | * 什么是Page Objects(PageObjects设计模式)[地址](http://blog.csdn.net/kittyboy0001/article/details/25219053) 83 | 84 | *** 85 | 86 | # 接口测试 87 | * Postman文档[官网](https://www.getpostman.com/docs/) 88 | * 接口测试 Postman 使用小结[链接](https://testerhome.com/topics/6695#reply3) 89 | * 接口和协议组成 Charles 工具测试教程 (WEB 协议测试)[链接](https://testerhome.com/topics/6676#reply2) 90 | 91 | * ExtentReports 测试报告框架简单总结介绍[链接](https://testerhome.com/topics/6851#reply2) 92 | * Postman 做接口自动化测试-1. 入门篇[链接](https://testerhome.com/topics/6555) 93 | * HTTP cookies 详解[链接](http://bubkoo.com/2014/04/21/http-cookies-explained/) 94 | * 淘宝:接口测试白皮书[链接](http://www.ltesting.net/uploads/soft/testing_ziliao/testing_tutorial/Interface%20Test.pdf) 95 | * 优秀的接口测试框架rest-assured[链接](http://github.com/thanksdanny/rest-assured) 96 | * 对 Jenkins+ANT+Jmeter 接口测试的实践[链接](https://testerhome.com/topics/5262) 97 | * APP接口自动化测试JAVA+TestNG(二)之TestNG简介与基础实例[链接](http://www.cnblogs.com/findyou/p/5317156.html) 98 | 99 | *** 100 | 101 | # 持续集成 102 | * Newman[官网](https://github.com/postmanlabs/newman) 103 | 104 | * Python Testing[官网](http://pythontesting.net/start-here/) 105 | * Nose:is nicer testing for python[官网](https://nose.readthedocs.io/en/latest/) 106 | * Unirest for Python:a set of lightweight HTTP libraries available in multiple languages[官网](http://unirest.io/python.html) 107 | * Jenkins+Github+Testflight在Mac下搭建持续集成环境(貌似有解决证书问题)[链接](http://www.itiger.me/?p=30) 108 | * 持续集成学习笔记-入门篇(1)持续集成基本概念 [链接](http://blog.csdn.net/leijiantian/article/details/7916483) 109 | 110 | *** 111 | 112 | # iOS 113 | * iOS Crash 杀手排名[链接](http://www.jianshu.com/p/c7efbc283480?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io&from=timeline&isappinstalled=0) 114 | * iOS应用崩溃日志分析[链接](http://www.cocoachina.com/industry/20130725/6677.html) 115 | * iOS Crash 分析[链接](http://prolove10.blog.163.com/blog/static/1384118432013516111354774) 116 | * lzwjava:单元测试与自动化[链接](http://reviewcode.cn/video.html?videoId=2) 117 | * testly:iOS 性能专项初探[链接](https://testerhome.com/topics/2719) 118 | * 芈君:豆瓣ios自动化测试实践和经验[链接](http://wenku.baidu.com/view/a513c2779b6648d7c1c746d3.html) 119 | * iOS 8 swift白胡子教程[连接](http://open.163.com/movie/2015/2/L/C/MAIKHN60A_MAIKILOLC.html) 120 | 121 | 122 | *** 123 | 124 | # Android 125 | * Android:Getting Started with Testing[官网](https://developer.android.com/training/testing/start/index.html) 126 | 127 | *** 128 | 129 | # Java 130 | * 互联网新人如何入门和掌握 Java 开发 [链接](https://zhuanlan.zhihu.com/p/21371311) 131 | * TestNG 教程[链接](http://www.yiibai.com/testng/) 132 | * TestNG官方文档[链接](http://testng.org/doc/documentation-main.html) 133 | 134 | *** 135 | 136 | # Python 137 | * [Google的python代码规范](http://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/python_style_rules/) 138 | 139 | *** 140 | 141 | # 服务器端 142 | * 服务端技术选型[链接](http://xielong.me/2015/04/17/服务端技术选型/) 143 | 144 | *** 145 | 146 | # Linux 147 | * 快乐的 Linux 命令行[链接](http://billie66.github.io/TLCL/index.html) 148 | * 149 | 150 | *** 151 | 152 | # 质量监控 153 | * 基于 Kafka 和 ElasticSearch,LinkedIn是如何构建实时日志分析系统的?[链接](http://mp.weixin.qq.com/s/4dkaOWtEw-weLBI73A0JzQ) 154 | 155 | *** 156 | 157 | # 单元测试 158 | 159 | 160 | *** 161 | 162 | # 教学视频 163 | 164 | 165 | *** 166 | 167 | # 安全 168 | * iOS 10 的安全白皮书[链接]https://www.apple.com/business/docs/iOS_Security_Guide.pdf 169 | 170 | *** 171 | 172 | # 游戏测试 173 | 174 | 175 | *** 176 | 177 | # 推荐博客 178 | 179 | * DoctorQ[博客](http://blog.csdn.net/itfootball) 180 | * 虫师[博客](http://www.cnblogs.com/fnng/) 181 | * 乙醇[博客](http://www.cnblogs.com/nbkhic/) 182 | * Monkey[博客](http://blog.sina.com.cn/u/1881320895) 183 | * 阮一峰的网络日志[博客](http://www.ruanyifeng.com/blog/) 184 | 185 | *** 186 | 187 | # 大厂质量相关网站 188 | * 百度QA[官网](http://qa.baidu.com) 189 | * 腾讯移动品质中心TMQ[官网](http://tmq.qq.com) 190 | * 腾讯质量开放平台[官网](http://wetest.qq.com/lab/?from=content_testerhome) 191 | --------------------------------------------------------------------------------