Get Started. It's Free
or sign up with your email address
测试 by Mind Map: 测试

1. 单元测试

1.1. python语言的相关测试方法

1.1.1. docstring test

1.1.2. PyUnit

1.1.2.1. TestCase

1.1.2.1.1. fixtures函数

1.1.2.1.2. 测试函数

1.1.2.1.3. assert*函数

1.1.2.1.4. 其他函数

1.1.3. 第三方测试工具

1.1.3.1. rose

1.1.3.2. py.test

1.1.4. django web框架的测试方法

1.2. 优点

1.2.1. 及早发现问题

1.2.2. 帮助定义良好的接口

1.2.3. 帮助重构,增加系统稳定性

1.2.4. 开发人员学习的最好的教程

2. django-setuptest

3. 测试

3.1. 自动化测试框架

3.1.1. Robot framework

3.2. 集成测试

3.3. 持续集成(continuous integration)

3.3.1. 工具

3.3.1.1. jenkins

3.3.1.2. hudson

3.3.1.3. buildbot

3.4. 压力测试