A.Joly
A.Joly

Reputation: 2387

ReadyAPI - How to store a 'run test case' step response?

I a have several testSuites :

In my use cases, I call the api test suite requests using the 'run test case' step.

I find it not very convenient as I can't set any assertion on it and I have to do groovy scripting to get the distant (api test suite) testCase's response.

Is there a possibility, from my 'run test case', to store the distant testCase's response in a property for further use ?

thanks for any help

Alex

Upvotes: 0

Views: 794

Answers (1)

SourMonk
SourMonk

Reputation: 344

Try setting the response as a test case property, then in your 'Run Test Case' options configuration, check that property as a return property.

Upvotes: 1

Related Questions