Carlos1__
3 years agoNew Contributor
getTestStepsOfType and AMQPPublishTestStep
Hello Everyone,
i have in my code:
else if ( typeToExecute.equals("AMQP") ) {
soapuiRequests = testCaseExecuted.getTestStepsOfType(AMQPPublishTestStep);
but soapuiRequests = testCaseExecuted.getTestStepsOfType(AMQPPublishTestStep) is not correct, i need help for combinet getTestStepsOfType and AMQPPublishTestStep.
thanks for all