ContributionsMost RecentMost LikesSolutionsgetTestStepsOfType 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 How to modify jmx files using ReadyAPI Hello everyone, I need edit a jmx file, and i need use readyapi for it. this is possible? thx Solved