Service Virtualization

 View Only
  • 1.  Is there any property which can be set in any .properties file to increase the size of filter

    Posted Aug 28, 2019 04:10 AM
    Hi,

        I have a test case that uses the filter "Store Step Response". On running the test case I noticed the filter response is truncated and does not have the complete response. I believe since the response is huge, Store Step Response filter is unable to accommodate the entire response in it. Could anyone please suggest a way to increase the string length of this filter.

    ------------------------------
    Thanks,
    Varun Chand
    ------------------------------


  • 2.  RE: Is there any property which can be set in any .properties file to increase the size of filter

    Broadcom Employee
    Posted Aug 28, 2019 09:29 AM
    Hi Varun,

    You can try the property testexec.lite.longMsgLen=5000  to a larger number in local.properties and it should help you.

    Note: It is not recommended to increase the size default as you might run into memory issues.

    You can increase and troubleshoot the issue and then comment it.

    You can also try saving the response to another property and see if that helps.

    -Prema


  • 3.  RE: Is there any property which can be set in any .properties file to increase the size of filter

    Posted Aug 29, 2019 03:10 AM
    Hi Prema,

    Thanks for replying.

    We did try setting the property testexec.lite.longMsgLen=5000 in local.properties and assigning the response to another property but still both the solutions did not work.
    Is there any other means that we could store the entire response (huge size) of a step in a filter ?

    Thanks,
    Varun Chand

    ------------------------------
    Thanks,
    Varun Chand
    ------------------------------



  • 4.  RE: Is there any property which can be set in any .properties file to increase the size of filter
    Best Answer

    Posted Aug 29, 2019 02:56 AM
    Hi Varun,

    You can try writing the response in a file instead of property and it should work. You can also split the message structure to process large messages.

    Kind Regards,
    Vaibhav J


  • 5.  RE: Is there any property which can be set in any .properties file to increase the size of filter

    Posted Aug 29, 2019 03:37 AM
    Hi Vaibhav,

    Thanks for replying. We shall try it.


    ------------------------------
    Thanks,
    Varun Chand
    ------------------------------