forked from wuancake/wuancake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbe7f69
commit d6ec4f4
Showing
1 changed file
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,61 @@ | ||
# 午安煎饼计划QA组学习内容v1.0 | ||
#午安煎饼计划QA组学习流程v1.0 | ||
|
||
### 一、基础阶段推荐内容 | ||
###一、预备阶段 | ||
|
||
本阶段主要了解软件测试这个岗位具体的工作内容: | ||
|
||
1.软件测试的魅力何在?您为什么选择测试一行而不做开发? | ||
|
||
https://www.zhihu.com/question/20269633 | ||
|
||
2.作为一名软件测试工程师,需要具备哪些能力? | ||
|
||
https://www.zhihu.com/question/19752175 | ||
|
||
1.软件测试工程师具体工作内容是什么? | ||
3.软件测试工程师具体工作内容是什么? | ||
|
||
http://jingyan.baidu.com/article/aa6a2c1426524a0d4c19c499.html | ||
|
||
2.测试分为什么,白盒,黑盒,单元,集成测试? | ||
4.测试分为什么,白盒,黑盒,单元,集成测试? | ||
|
||
https://www.zhihu.com/question/24345678 | ||
|
||
###二、基础阶段 | ||
|
||
本阶段主要了解黑盒测试的基本内容,编写午安网某一模块(由导师指定)的测试用例。 | ||
|
||
3.浅说《测试用例》----给测试新手的 | ||
1.浅说《测试用例》----给测试新手的 | ||
|
||
http://www.cnblogs.com/fnng/archive/2011/09/10/2173149.html | ||
|
||
4.软件测试的思路以及心得体会 | ||
2.软件测试的思路以及心得体会 | ||
|
||
http://www.51testing.com/html/60/452660-832261.html | ||
|
||
5.Web测试心得 | ||
3.Web测试心得 | ||
|
||
http://lijingshou.iteye.com/blog/1965147 | ||
|
||
### 二、进阶阶段推荐内容 | ||
###三、进阶阶段 | ||
|
||
进阶内容不做强制要求,大家可以根据自己实际情况进行学习。 | ||
本阶段将会进入开发组,承担具体的测试任务,同时自学各类技术、自动化测试等内容。 | ||
|
||
1.软件测试 | ||
|
||
https://book.douban.com/subject/1801050/ | ||
|
||
2.SQL基础: | ||
2.SQL基础 | ||
|
||
http://www.w3school.com.cn/sql/index.asp | ||
|
||
3.JSON 教程: | ||
3.JSON 教程 | ||
|
||
http://www.w3school.com.cn/json/index.asp | ||
|
||
4.鸟哥的linux私房菜基础篇:http://cn.linux.vbird.org/linux_basic/linux_basic.php | ||
4.鸟哥的linux私房菜基础篇 | ||
|
||
http://cn.linux.vbird.org/linux_basic/linux_basic.php | ||
|
||
5.自动化框架Appium官方文档 | ||
|
||
5.自动化框架Appium官方文档:http://appium.io/slate/cn/master/?ruby# | ||
http://appium.io/slate/cn/master/?ruby# |