Tuesday, 15 April 2014

Automated testing of a SOAP Service -



Automated testing of a SOAP Service -

before answering: utilize soapui. please read question, because tried soapui.

i have lot big wsdl files. every method works this: first synchronous call:

request: please foo , send request uri: xy response: ok, job has uuid: abc

after job done, sevice respond uri: xy, sending request message synchronously:

request: ok finished job uuid: abc , result bar

we needed utilize behavior, because have pool answers stored , identified uuid.

do know possibility test such soap service?

i tried:

soap ui bpel unit (i think should possible bpel unit can't create work properly)

please don't recommend writing own java tests, because have more 100 methods test.

also tests need run , results need analyzed automatically in test-suite, can't 100 methods hand everytime alter code of web service.

i'm 1 of soapui guys, you'll hate answer...

but solution using soapui; more using mockresponse teststeps. soapui not strong when comes bpel testing, using mockresponse steps can prepare it.

look here: http://www.soapui.org/soap-and-wsdl/testing-asynchronous-services.html. though calls done synchronously, can still considered asynch testing since have more plain request/response.

i know oracle has got great write on this.

web-services soap

No comments:

Post a Comment