Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a tool for Java RMI testing like SoapUI does for web services?

Tags:

java

testing

rmi

I'm looking for a (GUI?) tool that can connect to RMI services and display the results. Sort of like how SoapUI allows you to specify a WSDL, generated test input and execute the call. I would like to specify an RMI destination (i.e. rmi://server:port/package/class.method(parameters, ...) ) and test the RMI call.

Bonus if it can save the test parameters and repeat the test later, so that I can provide the tests to QA.

Does such a tool exist?

like image 997
Chris Nava Avatar asked Sep 02 '10 17:09

Chris Nava


2 Answers

As suggested by Segphault you should have a look at http://www.itko.com/products/java.jsp.

You can also try JMeter RMI sampler from here.

like image 139
YoK Avatar answered Nov 11 '22 18:11

YoK


This looks promising, but I've never tried it and it isn't free. It looks like you can request an evaluation. YMMV.

like image 34
Justin Garrick Avatar answered Nov 11 '22 18:11

Justin Garrick