Service Virtualization

Expand all | Collapse all

Can display IDs for service image objects be exported or consolidated?

  • 1.  Can display IDs for service image objects be exported or consolidated?

    Posted Oct 06, 2017 02:18 PM

    Some of the  VSs which we have created has become a very complex one with around around 20 transactions and 80-100 meta transactions.Is there a way to keep record of all the Display IDs for service image ?It has become hard to keep a record of them manually.

    Is there an easier way for the same?



  • 2.  Re: Can display IDs for service image objects be exported or consolidated?
    Best Answer

    Posted Oct 06, 2017 06:56 PM

    Hello Abhishek,

     

    I don't think there is a feature available with DevTest that would allow you to keep a record of all the transactions ID with a service image file.

    The VSI is a XML file. You should be able to open it using a text editor, Notepad++ for example.

    When opening it, you will see something like: 

    ...

    <t id="9" nd="true" ads="true">
    <sp>
    <t id="16">
    <rq id="17" op="addUser" tl="EXACT">

    ...

    Where t id=9 is the transaction ID (META), and t id=16 is the specific transaction ID.

     

     

    Hope it helps.

    Heloisa