您的位置:首頁 > 軟件 > 系統(tǒng)工具 > Soapui V5.1.3 PC版
Soapui是一個開源測試工具,用戶可通過Soapui來檢查、調(diào)用和實現(xiàn)Web Service的功能/負載/符合性測試。它可作為一個單獨的測試軟件使用,也可利用插件集成到Eclipse、maven2.X、Netbeans和intellij中使用。Soapui是一個自由和開發(fā)源碼的跨平臺功能測試解決方案,用戶可通過一個易于使用的圖形界面和企業(yè)級功能讓用戶輕松、快速創(chuàng)建和執(zhí)行自動化功能。同時在一個測試環(huán)境中,Soapui提供完整的測試覆蓋,并支持所有的標準協(xié)議和技術(shù)。此外,Soapui還提供了命令行工具,可讓用戶輕松運行各種任務(wù)調(diào)度程序,或作為用戶的構(gòu)建過程中的一個組成部分MockServices集。
1、解壓后復(fù)制Protection-4.6.jar到soapui安裝的lib目錄下面,替換原來的文件
2、直接打開binsoapui-pro.bat批處理文件,然后再導(dǎo)入scz.key文件
2、可以減少構(gòu)建完整產(chǎn)品環(huán)境的副本所需的花費,以及提供您的客戶訪問能力,而不必為他們等待被完成
3、在SoapUI,用戶不用花費很多努力就可以創(chuàng)建符合標準Mocks - 只需選擇一個想要的WSDL,SoapUI能夠自動生成MockService和它的方法
4、可自定義任何用戶喜歡的響應(yīng)方式
5、高級腳本功能來模擬任何想要的行為 - 固定響應(yīng),隨機錯誤,動態(tài)結(jié)果等
6、SoapUI提供了所有所需的工具來測試和完善的測試
7、總覽標簽給你一個項目的所有內(nèi)容和全面的看法,只需一次點擊,您可以添加任何數(shù)量的斷言為驗證傳入的消息TestStep
8、可使用功能強大的HTTP監(jiān)視器記錄,分析甚至修改客戶機-服務(wù)器通信
9、可輕松創(chuàng)建和運行數(shù)據(jù)驅(qū)動測試
2、這種易于使用的圖形界面簡化了對基于SOAP和REST的Web Service的測試
3、創(chuàng)建一個負載測試,您只需右鍵點擊一個功能測試,然后以負載測試運行
4、或者使用拖放創(chuàng)建任何簡單或復(fù)雜測試場景
5、對于有經(jīng)驗的用戶,SoapUI Pro提供屬性傳遞向?qū),可以自動傳遞選定內(nèi)容的屬性,使得復(fù)雜的測試用例或信息流的創(chuàng)建變得簡單
6、對于最大的控制和靈活性,SoapUI Pro還提供了即用的現(xiàn)成的高級腳本,可以支持幾乎任何的測試
7、無論你是一個測試人員,開發(fā)人員,業(yè)務(wù)分析師或經(jīng)理,SoapUI為每個角色提供了不同的功能
soapUI Pro 4.5.2 TestCase Runner
usage: testrunner [options]
-F Report format. Used with -R. Valid options PDF, XLS, HTML, RTF,
CSV, TXT, and XML (comma-separated)
-v Sets password for soapui-settings.xml file
-t Sets the soapui-settings.xml file to use
-A Turns on exporting of all results using folders instead of long
filenames
-D Sets system property with name=value
-E Sets the environment
-G Sets global property with name=value
-I Do not stop if error occurs, ignore them
-M Creates a Test Run Log Report in XML format
-P Sets or overrides project property with name=value
-R Report to Generate
-S Saves the project after running the tests
-a Turns on exporting of all results
-c Sets the testcase
-d Sets the domain
-e Sets the endpoint
-f Sets the output folder to export results to
-g Sets the output to include Coverage HTML reports
-h Sets the host
-i Enables Swing UI for scripts
-j Sets the output to include JUnit XML reports
-m Sets the maximum number of TestStep errors to save for each
testcase
-o Opens generated report(s) in a browser
-p Sets the password
-r Prints a small summary report
-s Sets the testsuite
-u Sets the username
-w Sets the WSS password type, either 'Text' or 'Digest'
-x Sets project password for decryption if project is encrypted
命令行格式:testrunner [選項] soapui工程的xml文件
主要命令選項說明:
-D 設(shè)置system property,即可以設(shè)置SoapUI——Help——System properties菜單下的屬性值
例如命令行指定-Dfile.encoding=UTF-8
-I 設(shè)置為用例執(zhí)行中出現(xiàn)錯誤時不停止,繼續(xù)執(zhí)行
-a 默認SoapUI只會在用例執(zhí)行時有錯時(如斷言有錯),才會生成.txt的包含請求、響應(yīng)的詳細日志信息,便于查看當時請求出 錯的詳細情況,若加上-a選項,則不論出錯與否都將生成該報告文件。
-f 設(shè)置報告輸出的路徑,不指定則默認為輸出到當前目錄下
-j 生成JUnit格式的XML報告文件
-r 打印簡略的總結(jié)報告
-s 指定要執(zhí)行的用例集名稱
因此命令行執(zhí)行SoapUI用例可以如下:
sh testrunner.sh -Dfile.encoding=UTF-8 -I -s $testsuit -r -j -f $REPORTS_PATH $TESTSUIT_PATH/soapui_example.xml
執(zhí)行完成后將生成JUnit格式的xml報告文件,可在Jenkins中生成測試報告及接口響應(yīng)性能趨勢圖等
出錯時生成的.txt格式的包含詳細請求參數(shù)及響應(yīng)數(shù)據(jù)的日志報告文件可以郵件附件形式發(fā)送,進行及時反饋及出錯時問題定位
354561031959904
]]>
么發(fā)送json?
左邊選json
{"calendar":
[
{"calendar_id":"1705","showtime":"1288927800","endshowtime":"1288931400","allDay":false},
{"calendar_id":"1706","showtime":"1288933200","endshowtime":"1288936800","allDay":false},
{"calendar_id":"1709","showtime":"1288935600","endshowtime":"1288938900","allDay":false}
]
}
在SoapUI中可以通過groovy腳本實現(xiàn)提取json數(shù)組數(shù)據(jù),提取到數(shù)據(jù)后就可以遍歷訪問列表中的每條新聞正文了
1.新建一個REST請求步驟,獲取接口返回的數(shù)據(jù)
2.新建一個DataSource步驟,選擇Groovy方式
3.添加一個名為cal_id的Properties
4.groovy編輯框中輸入實現(xiàn)代碼
[java] view plain copy
import groovy.json.JsonSlurper
def xresponse = testRunner.testCase.testSteps["getCalendarListByCoid"].testRequest.response.contentAsString
def slurper = new JsonSlurper()
def re = slurper.parseText(xresponse)
def num=re.calendar.size()
def i = testRunner.testCase.testSteps["DataSource"].currentRow
if(i
{
result["cal_id"]=String.valueOf(re.calendar_id.id[i])
}
5.新建一個Property Transfer步驟,將DataSource的cal_id傳遞給當前testCase的變量
6.新建 一個REST請求步驟,將得到的cal_id去請求另一個接口
7.新建一個DataSource Loop步驟,使DataSource與Property Transfer步驟循環(huán),這樣就可以遍歷數(shù)組中的每個數(shù)據(jù)了
[reply]tz0705010216[/reply]
你好
以博文中的json為例,新增的groovy步驟則如下:
def xresponse = testRunner.testCase.testSteps["getCalendarListByCoid"].testRequest.response.contentAsString
def slurper = new JsonSlurper()
def re = slurper.parseText(xresponse)
def id = re.calendar.calendar_id[i] //i為json數(shù)組中的第i個子json對象
若為在腳本斷言處添加groovy斷言,則如下:
def xresponse = messageExchange.modelItem.testCase.testSteps["getCalendarListByCoid"].testRequest.response.contentAsString
def slurper = new JsonSlurper()
def result = slurper.parseText(xresponse)
def id = re.calendar.calendar_id[i] //i為json數(shù)組中的第i個子json對象
本站所有軟件,都由網(wǎng)友上傳,如有侵犯你的版權(quán),請發(fā)郵件[email protected]
湘ICP備2022002427號-10 湘公網(wǎng)安備:43070202000427號© 2013~2025 haote.com 好特網(wǎng)