0

I recently learned how to use SOAP UI to test REST and SOAP Webservices. But now, I am looking for a similar open-source software to test Publish-Subscribe connections for performing automated testing. I want to use several test cases. Please suggest me tools that can do this.

asked Sep 9, 2016 at 16:37

3 Answers 3

1

I believe you need to look for tools which support Messaging Queue Services, if you're limited to free and open source, I can recommend to choose one of the following, both support JMS API:

  1. Apache JMeter - Building a JMS Testing Plan - Apache JMeter
  2. Gatling - JMS
answered Sep 12, 2016 at 5:13
2
  • Thanks a lot. Can I also use Hermes JMS with SOAP UI for testing messaging queue services? I will be using TIBCO EMS as a communication bus. Commented Sep 13, 2016 at 14:37
  • Actually looking into Working with JMS Messages guide you should be able to test it using SoapUI as well Commented Sep 13, 2016 at 15:40
1

In our team, we used SpecFlow to test the service based test cases.

answered Dec 11, 2016 at 12:39
0

If you need a tool to post HTTP messages for a functional tests, have a look at RestAssured, Karate, Postman.

answered Jan 25, 2018 at 8:07

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.