Forum Discussion

divyjana's avatar
14 years ago

SOAPUI TestRunner Status - Unknown/OK

Hi,

I am using SOAPUI 3.5 version and I am executing Testcases using Launch Test Runner option.

The Test cases are executed successfully and I have positive and Negative Test cases. Once the Test cases are executed, the report is generated as follows. Even though the test case is executed successfully the status is shown as UNKNOWN. Please do advice whether this is a BUG.

Status: UNKNOWN
Time Taken: 1379
Size: 479
Timestamp: Thu Apr 05 13:49:16 EDT 2012
TestStep: GetBoidExitExtended_recPlancode_recStatcode_Req

----------------- Messages ------------------------------

----------------- Properties ------------------------------
Encoding: UTF-8
Endpoint: http://30.135.91.23:10080/pi_service/se ... ionService

---------------- Request ---------------------------
Request Headers: {Host=30.135.91.23:10080, Content-Length=599, SOAPAction="getBoidExitExtended", Accept-Encoding=gzip,deflate, User-Agent=Jakarta Commons-HttpClient/3.1, Content-Type=text/xml;charset=UTF-8}

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:int="http://integration.plan.service.blue2.bcbsa.com">
<soapenv:Header/>
<soapenv:Body>
<int:getBoidExitExtendedRequest>
<hostHomeCode>2</hostHomeCode>
<messageId/>
<messageType/>
<messageSubType/>
<reasonCode/>
<receivingPlanCode>423</receivingPlanCode>
<receivingStationCode>RCHA</receivingStationCode>
<sendingPlanCode/>
<sendingStationCode/>
</int:getBoidExitExtendedRequest>
</soapenv:Body>
</soapenv:Envelope>

---------------- Response --------------------------
Response Headers: {Content-Language=en-US, Date=Thu, 05 Apr 2012 17:49:16 GMT, #status#=HTTP/1.1 200 OK, Content-Length=479, Content-Type=text/xml; charset=utf-8, Server=WebSphere Application Server/7.0}

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p666:getBoidExitExtendedResponse xmlns:p666="http://integration.plan.service.blue2.bcbsa.com">
<boid>CHIP</boid>
<privacyIndicator/>
<partitionKey/>
</p666:getBoidExitExtendedResponse>
</soapenv:Body>
</soapenv:Envelope>

Thanks
No RepliesBe the first to reply