I would like to send a message to IBM MQ Queue from Postman to automate the my test suite. Could anyone help me with how to set up IBM MQ queue and send a message to a queue?
No problem, the IBM MQ has a REST interface, so that shouldn’t be an issue.
https://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.dev.doc/q130940_.htm
1 Like
We have two requirements to do automation testing:
- MQ based integration testing.
- File based integration testing.
Our developer team is using IBM APP Connect tool to create these kind of integration and transformation. Can you please suggest me is POSTMAN is right tool to test these kind of integration or any other tools that can be used in doing functional testing?
If you can do this kind of integration testing through the API, Postman could be a good choice. You need to try it out and see if it works for your own needs.
1 Like