python 自动化测试工具集

来源:互联网 发布:同轴电缆传输网络结构 编辑:程序博客网 时间:2024/04/30 10:22

1、应用程序                                                   Selenium(用于带JavaScript的WebUI)

2、Web应用程序                                           zope.testbrowser(不测试JS)

3、WSGI应用程序                                         paste.test.fixture(不测试JS)

4、Gnome桌面应用程序                              dogtail

5、Win32桌面应用程序                                 pywinauto

 

 

 http://opensourcetesting.org/