VReplogle
17 years agoOccasional Contributor
maven automated "run test case" loses error info
Hello,
We are using the maven 2 plugin to run our SOAP U.I. project in an automated fashion. For normally run test cases, when exceptions get thrown we see a lot of great output such as what was sent in and what exception came back -- the whole xml tree for both request and response. However, if we are using the "Run a test case" step and an exception gets thrown inside that test case...the response back is murky at best:
" X test case Failed
[Response is a SOAP Fault]
Status: FAILED
Time Taken: 488
Size: 0
Timestamp: Thu Oct 02 10:36:16 EDT 2008
TestStep: X test case
Response is a SOAP Fault "
Any chance there's a way to get the rest of the info to float out of there? It is making it hard to debug our test cases. Thank you!
We are using the maven 2 plugin to run our SOAP U.I. project in an automated fashion. For normally run test cases, when exceptions get thrown we see a lot of great output such as what was sent in and what exception came back -- the whole xml tree for both request and response. However, if we are using the "Run a test case" step and an exception gets thrown inside that test case...the response back is murky at best:
" X test case Failed
[Response is a SOAP Fault]
Status: FAILED
Time Taken: 488
Size: 0
Timestamp: Thu Oct 02 10:36:16 EDT 2008
TestStep: X test case
Response is a SOAP Fault "
Any chance there's a way to get the rest of the info to float out of there? It is making it hard to debug our test cases. Thank you!