Service Virtualization

Expand all | Collapse all

I am using codeSV for API testing after creating virtual stub how to pass response via IBM queue to API.

  • 1.  I am using codeSV for API testing after creating virtual stub how to pass response via IBM queue to API.

    Posted Dec 05, 2017 06:04 AM

    In codeSV for stub testing I want to send my virtual response to API via IBM queue.how can I send that in codeSV.



  • 2.  Re: I am using codeSV for API testing after creating virtual stub how to pass response via IBM queue to API.
    Best Answer

    Posted Dec 05, 2017 10:09 AM

    CodeSV is designed to support HTTP protocol testing. IBM MQ is not currently supported within CodeSV.

    See descriptions and examples here: GitHub - CA-DevTest/CodeSV: A fluent Java API for virtualizing HTTP services. Service virtualization simplified. No endp…  

    Are you saying you want to send an HTTP request, have CodeSV intercept that and publish a message on MQ, get the response from MQ and set the message in the HTTP response?