Forum Discussion

Carlos1__'s avatar
Carlos1__
New Contributor
4 years ago

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