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

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?

8
задан Chris Nava 8 September 2010 в 19:43
поделиться