Service Virtualization

  • 1.  IBM MQ Property not working properly in SubProcess

    Posted Mar 15, 2017 12:54 PM

    Hi All,

             I am trying to access "lisa.ibmmq.Send.MQMD.PutDateTime" in IBM MQ Native Send and Receive step and it is working fine in the test case.But when I am using same test case as a subprocess.The property is not giving any value.

    Thanks,

    Regards,

    Vishweshwara



  • 2.  Re: IBM MQ Property not working properly in SubProcess

    Posted Mar 16, 2017 10:35 AM

    Hi Vishweshwara,

     

    you will need to explicitly add 'lisa.ibmmq.Send.MQMD.PutDateTime' as a property exported by the subprocess and it should be then accessible in your main test case.

     

    Regards,

    Jan



  • 3.  Re: IBM MQ Property not working properly in SubProcess

    Posted Mar 16, 2017 10:56 AM

    Hi Jan,

                Thanks for the reply,I am not trying to access the property in test case.I am trying to package my entire test case into a sub process.The test case contains few java script steps where I am utilizing  the property 'lisa.ibmmq.Send.MQMD.PutDateTime' which works fine when I try to run test case.But when I try to run it as single sub process,the property value is not populating.

    Thanks,

    Regards,

    Vishweshwara



  • 4.  Re: IBM MQ Property not working properly in SubProcess

    Posted Mar 16, 2017 04:41 PM

    Hi Vishweshwara,

     

    Are you calling it as sub-process in main test case or running it individually?

     

    Thanks,

    Monika



  • 5.  Re: IBM MQ Property not working properly in SubProcess

    Posted Mar 16, 2017 05:33 PM

    Hi Monika,

                     I am calling it as a sub-process in main test case.

    Thanks,

    Vishweshwara



  • 6.  Re: IBM MQ Property not working properly in SubProcess
    Best Answer

    Posted Mar 16, 2017 05:41 PM

    Hi Vishweshwara,

     

    please make sure that your subprocess step is not marked as 'Quiet'.

     

    Regards,

    Jan



  • 7.  Re: IBM MQ Property not working properly in SubProcess

    Posted Mar 16, 2017 06:20 PM

    Hi Jan,

                 Thanks,I am getting the response after I unchecked the Quiet option in the Sub-process.

                                                         Thanks,

    Regards,

    Vishweshwara