Forum Discussion

lcrenshaw's avatar
lcrenshaw
New Contributor
3 months ago
Solved

Is there a way to parse through a testplan API request and get the test plan key?

Hello, Is there a way to parse through a testplan API request and get the test plan key? I'm trying to create a new test plan using API requests, then parsing through the request to find the test pl...
  • Werner's avatar
    3 months ago

    I did it this way: Firts I sent the testplan create POST request, it returns the test plan key within the response text JSON string. Afterwards I sent the testrun (test cycle) create POST request using the test plan key as input value so that the testrun gets referenced within testplan.