Forum Discussion

jacobstore's avatar
jacobstore
Occasional Contributor
2 years ago

Passing value from ReadyAPI to TestComplete

Is there anyway I can pass a value from a Rest response and pass it to TestComplete? I have a Rest endpoint which returns a URL. I want to pass this URL to TC to perform tests

1 Reply

  • jacobstore's avatar
    jacobstore
    Occasional Contributor

    Ok, so I solved it by transferring the value to TestCase property and then writing this value to a file with groovy. But if anybody knows a simpler way, I'd be glad to hear about it