
Category: ReadyAPI | SmartBear Community
Need help, or have suggestions with ReadyAPI? Join the conversation on ReadyAPI's Community page and help SmartBear create the tools you need!
Is there an easy way to access parts of an API response in a groovy ...
A1: Go to smartbear official online document to look for API docs of ReadyAPI (SoapUI) A2: responseHeaders return a map object, you can output this object and to see which info would be …
passing result or variable value from Groovy to test step
Dear Team, I have query below to achieve one of the requirements. I am using ReadyAPI with proper license. I would like to pass Goovy script result as one request body (XML/JSON) parameter for API. …
Unable to connect to Oracle database with service name (no SID)
I am using Licensed ReadyAPI version 3.48.0. Recently our Oracle DBA changed the SID way of connecting to Database and now only Service name is allowed for...
How to get request body using a groovy script in ReadyAPI
I just googled "readyapi json slurper" and the very first item comes straight from smartbear readyapi documentation. It has groovy script code you can modify slightly that does much of what you are …
How to use access token in authorization from another API
Hi I am using JWT token in my Rest APIs and as it has expiration time , i need to refresh/get new token during my test case So here is an example : 1. first test step --> I create new Token using auth/api …
ReadyAPI: How to add query parameters to an URL as a Resource
ReadyAPI: How to add query parameters to an URL as a Resource Hi, Setup of my testcase is a groovy script that needs to read a URL and find a particular beId. When found, that parameter is saved on …
ReadyAPI - How to access the entire request and response from a …
Inside a groovy test step, is it possible to access the entire request and response data from a previous REST API test step? If yes, then how do we access...
How to get Access Token for OAuth 2.0 using client_credentials using ...
I have some API which requires access token to get the response. In postman we use OAuth 2.0 to get the access token by providing client username and...
ReadyAPI Error: Could not import a definition from the specified file ...
ReadyAPI Error: Could not import a definition from the specified file. Hello I am trying to evaluate to see if we can use ReadyAPI for testing. I am creating a new project and attempting to import out API …