-
The soapUI goes to 3.5 beta1 - adds JMS and JDBC support (3 messages)
- Posted by: Ole Matzura
- Posted on: December 22 2009 12:49 EST
eviware announced the first beta of soapUI 3.5 – The Protocol release. This release extends the capabilities of soapUI to include testing of JMS, AMF, and Databases. JMS is supported through integration with HermesJMS. This has been high on the wish list from our enterprise users in order to support for example MQ-Testing, while the AMF support is a valuable addition for our Flash end Flex developers in the community who has been noticing that there has been a shortage of a good tool for the AMF part of RIA testing. The Database Testing through JDBC enables end to end testing; we’ve had numerous Feature Requests for making it possible to verify data integrity in combination with Web Service Testing. All protocols can be Load Tested as well. soapUI now supports WS, REST, HTTP, JMS, AMF and JDBC testing making the name soapUI a bit silly, but who’d a think it four years ago? Other notable features are a Query Builder, a graphical interface for creating SQL Queries (soapUI Pro only) and the ability to deploy Service mocks as WAR’s. - Read more: http://www.soapui.org/new_and_noteworthy_3_5.html - Download from sourceforge: http://sourceforge.net/projects/soapui/files/soapui/3.5-beta1 - Download soapUI Pro 3.5 beta1 from http://www.eviware.com/beta Message was edited by: staffThreaded Messages (3)
- plain HTTP POST by Aravind Reddy on December 29 2009 11:21 EST
- Re: plain HTTP POST by Ole Matzura on December 29 2009 15:06 EST
- Re: plain HTTP POST by Grzegorz Grzybek on December 30 2009 00:23 EST
-
plain HTTP POST[ Go to top ]
- Posted by: Aravind Reddy
- Posted on: December 29 2009 11:21 EST
- in response to Ole Matzura
can i use soap UI to also test regular HTTP POST. payload will be XML but its not confirming to schema. We are currently looking at tools that can support our system to system testing. Apart from soap and rest, it should also support reguhalr HTTP FORM POST. I am wondering if this use case is supported. tx -
Re: plain HTTP POST[ Go to top ]
- Posted by: Ole Matzura
- Posted on: December 29 2009 15:06 EST
- in response to Aravind Reddy
Hi! Sure! The HTTP TestStep allows you to send any HTTP request (POST, GET, PUT, DELETE, etc) with custom parameters, headers and content. Check out http://www.soapui.org/userguide/functional/http-requests.html to get going.. regards, /Ole eviware.com -
Re: plain HTTP POST[ Go to top ]
- Posted by: Grzegorz Grzybek
- Posted on: December 30 2009 00:23 EST
- in response to Aravind Reddy
Try also Grinder (http://grinder.sourceforge.net/) it works for us!