Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi,
here is how you can specify message properties
testRunner.testCase.testSteps["...."].testRequest.response.messageReceive.JMSMessageID
or
testRunner.testCase.testSteps["...."].testRequest.response.messageSend.JMSMessageID etc.
and my suggestion is to use two JMS test steps , first for sending and second for receiving .
This way your JMSMessageID from first step can be expanded.
Let us know does this helps.
regards
nebojsa
eviware.com
here is how you can specify message properties
testRunner.testCase.testSteps["...."].testRequest.response.messageReceive.JMSMessageID
or
testRunner.testCase.testSteps["...."].testRequest.response.messageSend.JMSMessageID etc.
and my suggestion is to use two JMS test steps , first for sending and second for receiving .
This way your JMSMessageID from first step can be expanded.
Let us know does this helps.
regards
nebojsa
eviware.com