Robotframework: http://robotframework.org/ ,基于python的自动化测试框架,支持web、api、移动端、客户端软件等的自动化
Appium: http://appium.io/, 支持android和ios的移动端自动化,另外可以支持win10上的客户端软件自动化,还有web自动化
Rest-assured: http://rest-assured.io/, 非常好用的rest api接口测试框架
Wiremock:http://wiremock.org/, rest api mock框架,可以支持服务器端错误的模拟,比如5**, connection reset等
Selenium: https://www.seleniumhq.org/, 网页自动化测试框架
Autohotkey:https://autohotkey.com/, 类似于键盘精灵,autoit之类的windows键盘操作自动化
Taurus:https://github.com/Blazemeter/taurus, 自动化测试执行框架,支持jmeter、webdriver等
ExtentReports:http://extentreports.com/docs/versions/2/java/, 扩展美化生成的报告
Pinpoint:https://github.com/naver/pinpoint, 开源APM应用性能监控
nGrinder: https://github.com/naver/ngrinder, 分布式性能测试平台,Java编写,python编写性能测试脚本
Locust: https://locust.io/, 基于python的性能测试
jmeter:http://jmeter.apache.org/
ZAP:https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project
Burpsuite: