Webservice 自動化測試

1、需求
java

工做中由於牽涉到不少的webservice 接口,用傳統的junit作測試知足不了接口這塊的需求,因此引入一個自動化的測試框架尤其重要,在網上找了兩天,發現fitnesse應該是個不錯的選擇。git

2、選擇過程github


3、結果web

fitnesse 代碼地址:http://github.com/unclebob/fitnesse框架

MAVEN庫地址:測試

<!-- Fitnesse -->
<dependency>
	<groupId>org.fitnesse</groupId>
	<artifactId>fitnesse</artifactId>
	<version>20150814</version>
</dependency>

4、總結以及實例code

相關文章
相關標籤/搜索