在自动化测试里Python用途很广,但是市面上测试工具不是很多,这里主要介绍的是一些Python测试的框架

1、单元测试

a、unittest、doctest:Python自带的单元测试框架

b、pyunit:Junit的Python版本

c、pytest、nose、zope.testing:pipy上第三方测试工具


2、Windows GUI测试
a、pywinauto:


3、Web自动化测试

a、selenium:web driven

b、robot framework:关键字驱动

c、pamie:

 

4、性能测试

a、Python Web Performance Tool
b、Pylot 

c、Pymeter