TaSK
TaSK copied to clipboard
Execute a TestRunPlan over ReST requires dummy RMIURL.
I want to upload and execute my working TestRunPlan over ReST endpoint {baseUrl}/execute/trp
and get the error.
"statuscode": "400",
"errormessage": "Bad Request: Received TestRunplan could not be parsed: TaSKRequestHandler: RMI URL is not defined in TestRunPlan.",
I'm a little bit confused why I must to add a (dummy) RMI endpoint to my TestRunPlan. From my point of view it is only necessary for Clients under test. I'm able to continue with this workaround.
<RMIURL>localhost</RMIURL>
<RMIPort>1099</RMIPort>