Service Virtualization

  • 1.  How to create sub process and what are input and output properties?

    Posted Mar 10, 2018 06:44 AM

    I am getting error in connecting to a sub process. Its showing "Removed" when I tried to connect



  • 2.  Re: How to create sub process and what are input and output properties?
    Best Answer

    Posted Mar 12, 2018 08:18 AM
      |   view attached

    A sub-process is merely a testcase that has the "sub-process" box ticked. It is otherwise created in exactly the same way as any other test case. The input parameters are properties that are passed into the sub-process by the calling testcase, and the output parameters are passed back at the end of the sub-process

     

     

    To invoke a sub-process, one adds a sub-process step and, once the sub-process has been selected the parameters are made available. 

     

     

    I have attached a simple project showing this - hopefully it will answer your questions.

    Attachment(s)

    zip
    SubProc.zip   8 KB 1 version


  • 3.  Re: How to create sub process and what are input and output properties?

    Posted Mar 14, 2018 08:09 AM

    Thanks Dave. It was really helpful.