Service Virtualization

  • 1.  Micro Services

    Posted Oct 30, 2018 07:44 AM

    Please share your view. Are there any case studies available on how CA LISA test is used to perform Contract testing - Micro Services?



  • 2.  Re: Micro Services

    Broadcom Employee
    Posted Oct 30, 2018 09:53 AM

    Hi,

     

    I just posted a sanitized version of a solution realized for a customer at some point. (https://communities.ca.com/docs/DOC-231183739-executable-and-testable-contract-based-design)

     

    The presentation tries to describe what exactly was done.

     

    The how was a custom implementation but it was at heart no rocket science and everyone that knows how to build a test case in DevTest can build himself such an executable contract engine. It is basically a testcase that opens a VSI file - which in itself is XML - and processed all the transactions defined in that VSI file. Each transaction becomes a testcase for the consumer of the contract fired against the System Under Test.

     

    Cheers,

    Danny