《测之重器——自动化测试框架搭建指南》

qing_automation
https://git.oschina.net/xhyspring/qing_automation


目前常见的测试框架
Cucumber:https://cucumber.io/ 是一款能够用普通语言描述的测试工具,它支持BDD行为驱动开发的自动化测试。 http://www.cnlogs.com/nbkhic/category/743780.html  Cucumber还提供了一个实时的协作编辑,报表生成功能,并且能够与源代码控制系统集成Web应用Cucumner Pro https://cucumber.io/pro
RobotFramework:https://robotframework.org是一款用Python语言编写的功能自动化测试框架,具备良好的扩展性,支持关键字驱动,可以同时测试多种类型的客户端或者接口,可以进行分布式测试执行,主要用于轮次很多的验收测试和验收测试驱动开发ATDD。资料见盘http://pan.baidu.com/s/1mg7QJmo
SpecFlow
JBehave
以贴近自然语言为主,用自定义的类自然语言去实现能自动化运行的案例测试脚本

Cucumber VS RobotFramework

http://www.infoq.com/cn/atticles/cucumber-robotframework-comparison

Cucumber VS FitNesse

http://www.infoq.com/cn/news/2009/11/interview-cucumber-for-dotnet


https://github.com/unclebob/FitNesse
https://github.com/unclebob/fitnesse/release/tag/20151230

New ---Java Project
TCC/LE
启动项目

Xebium网站
http://xebia.github.io/Xebium/
Webium代码库
https://github.com/xebia/Xebium/release/tag/xebium-0.10

DbSlim数据库测试组件
http://github.com/markfink/DbSlim

 

Bootstrap Data Suite
配置信息管理,加在启动数据

MongoDB测试组件
https://github.com/mahartma/robotframework-mongodblibrary

WebService:REST测试组件
https://github.com/smartrics/RESTFixture


FitNesse开源测试组件
http://www.FitNesse.org/PlugIns

对一个RESTful项目进行自动化测试

http://sourceforge.net/projects/sqlREST

https://github.com/predic8/sqlREST

org.springframework.web

org.springframework.bean

org.springframework.core

以上三个war包

 

原文地址:https://www.cnblogs.com/qianjinyan/p/9713117.html