Ask a Question

Reusable REST Request approach

SOLVED
678
Regular Contributor

Reusable REST Request approach

can any one help the approach how to handle better ways for Re-usable REST Request (Test Steps) in multiple test cases

 

I have a scenarios where i need to Re-Use REST Requests in Multiples of test cases as Test Steps

 

What is the Best approach for this solution on ReadyAPI,

 

I am using Ready API 2.6v

6 REPLIES 6
avidCoder
Super Contributor

@678 - You can try below approach:-

def tCase = testRunner.testCase.testSuite.testCases["Name of test case"]
def tStep = tCase.testSteps["test step you want to run"]
tStep.run(testRunner, context)
TanyaYatskovska
SmartBear Alumni (Retired)

Thanks for your help, avidCoder!

@678, is this what you are looking for?

---------
Tanya Yatskovskaya
SmartBear Community and Education Manager



678
Regular Contributor

So,i need the place this REST Request steps in one testsuite and need to call from there where ever i required by using Groovy Script step ? 

nmrao
Champion Level 3

What difference it makes? End up to have groovy step instead of REST step?


Regards,
Rao.

Place the rest request in its own test case then use the Run TestCase step to call the test case. If you need to pass data you can use the property transfer step to send the data to a properties step.

TanyaYatskovska
SmartBear Alumni (Retired)

Hi @678,

 

Did additional suggestions help?

---------
Tanya Yatskovskaya
SmartBear Community and Education Manager



cancel
Showing results for 
Search instead for 
Did you mean: