Test Data Manager

  • 1.  Find and Reserve

    Posted Apr 11, 2018 01:39 PM

    Hi All,

     

    I am able to FIND data using API : Swagger :/api/ca/v1/testDataModels/{testDataModelId}/actions/find

     and get  IDS like ( "ID": 110, "ID": "1" ) . 

     

    How can I reserve ALL the IDS which I am able to get in FIND step automatically ?

     

    I am able to reserve more than one  ID manually but I need to know the process to reserve everything which I have in FIND  step without doing it manually .

     

    Any help in this regards will highly be appreciated.

     

    Thanks,

     

     



  • 2.  Re: Find and Reserve
    Best Answer

    Posted Jun 19, 2018 10:07 AM

    Hi,

     

    You can use any orchestration tool or Javelin. For example, Javelin can make REST API calls to do a find and reserve.
    So Javelin can store the response and then use it to run the next REST API

     

    Regards,

    Aditi