Service Virtualization

  • 1.  Two similar GET request, different response

    Posted May 06, 2018 05:22 PM

    I am new to CA LISA, request your help.

    I have similar two GET requests but it will have two different responses based on the business transaction flow.

    Can someone help how to handle different responses in CA LISA for same request(stateless)?

    Only differences in the request are Timestamp and request id.

    I cannot move to Statefull requests due to old stub dependencies.



  • 2.  Re: Two similar GET request, different response

    Posted May 07, 2018 12:13 PM

    Hi,

         Use assertions based on Request ID to branch out the two flows.

    Vish



  • 3.  Re: Two similar GET request, different response

    Posted May 07, 2018 02:12 PM

    Can you please provide example