About 75,700 results
Open links in new tab
  1. 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!

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. ReadyAPI: SLM: On-Prem License Manager: ReadyAPI Pro Unable …

    ReadyAPI: SLM: On-Prem License Manager: ReadyAPI Pro Unable to get Floating License Checking to see if others have come across this issue: Following the new SLM process for …

  7. Scripting in ReadyAPI Virtualization for Dynamic Mocks

    Scripting in ReadyAPI Virtualization for Dynamic Mocks Hey Everyone. I wanted to make a post about scripting in ReadyAPI Virtualization for the purpose of creating dynamic mocks. Scripted …

  8. How to change default encoding to UTF-8 for entire application in ...

    I am using readyAPI v1.6.0. I know that it can be changed in the properties field in the lower left corner of the SoapUI window, by changing the encoding for each individual request/test step, …

  9. 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) …

  10. How to set the Request Header for a REST service

    Can someone clarify what the difference is between these two, and which should be used to set request header attributes? The REST service I am attempting to test, requires a fixed apitoken …