Service Virtualization

  • 1.  Passing value from one vsi to other vsi from match script

    Posted Jul 02, 2018 03:36 AM

    I am using match script to set date in the response

    testExec.setStateValue("set_fixdate","{{=doDateDeltaFromCurrent("yyyy-MM-dd","3D");/*2018-05-25*/}}");

    with {{set_fixdate}} I am using date values in other responses in same vsi and it is working fine.

    I want to use set_fixdate value in other vsi response.

    I tried using  com.itko.lisa.vse.SharedModelMap.put and com.itko.lisa.vse.SharedModelMap.get however it is not working. How to pass variable value from one match script to other Vsi



  • 2.  Re: Passing value from one vsi to other vsi from match script
    Best Answer

    Broadcom Employee
    Posted Jul 02, 2018 10:22 AM