Questions tagged [ready-api]

The ReadyAPI tag can be used to refer the professional versions of SmartBear's API testing products such as SoapUI Pro, LoadUI Pro, Secure, and ServiceV.

ReadyAPI is an integrated suite of API testing tools including:

  • soapUI Pro (functional testing)
  • LoadUI Pro (performance testing)
  • ServiceV Pro (service virtualisation/mocking)

Information to provide when asking questions

  • Which version of ReadyAPI are you using? It may be relevant because libraries and features and the API can change.
  • Are there any warnings or errors in the logs? Check the tabs along the bottom of the UI and include these in the question (as text, not an image) if they look relevant.
  • Provide a minimal reproducible example, particulary if your question concerns Groovy or JavaScript. A minimal reproducible example is not just a big code dump, but something that succinctly reproduces your problem.
  • Show what code you've tried or describe the steps you've taken so far.
  • As well as describing what you're having a problem with, it can also be helpful to say why you're doing it this way. Someone may know of a better way to do the same thing.

Without the above information it's hard for others to understand your problem and provide answers and you may risk having your question put on hold for being too broad or unclear.

Also remember to check out the tutorials and sample projects. You may be able to test some scenarios and ideas in these projects to better understand your problem.

Resources

233 questions
0
votes
1 answer

Tag testcases in ReadyAPI

I'm using ReadyAPI version 3.20.2 and I can't figure out how to add tags to my test cases. I need to execute only some tests in our staging environment and my first thought was to tag these testcases "staging". According to documentation:…
user3624378
  • 417
  • 4
  • 22
0
votes
1 answer

ReadyAPI - Automation script to get the value from data source step

i am new to ReadyAPI and automation. But now i facing some issue where i wanted to fill in the consent page will the value that will get from the Data source. The Role value is the value that i need to get and fill into the consent page Here is my…
0
votes
2 answers

Groovy script to verify response data is in ascending order

I have a SOAP Response for which need to use Groovy script to assert if the date parameter in the row xml child are coming in ascending order. xml response 123 20220501 242
0
votes
1 answer

AMQP Connection from Azure Service Bus to ReadyAPI

I am trying to switch the rest calls from ReadyAPI to our application with AMQP messaging. There is an add-on for ReadyAPI that has the AMQP steps but I need a connection to, I presume, the service bus. I tried using the service bus as the host…
0
votes
1 answer

Can Ready API keep my OAuth2 Token a Secret?

My team and I are starting to use SmartBear's ReadyAPI tool to do some automated testing of a REST web services we are developing. I have created a new Project within ReadyAPI and imported the API's openapi definition (via Swagger). The project is…
johnmcase
  • 1,769
  • 2
  • 16
  • 27
0
votes
2 answers

Getting HTTP/1.1 404 error on ReadyAPI REST virtual service on specific resource paths

Why is readyAPI responding with a 404 error when the recourse path is set other than /test in a REST Virtual service. /test Sun May 29 16:42:53 BST 2022: DEBUG: http-outgoing >> POST /test HTTP/1.1 Accept-Encoding: gzip,deflate Content-Type:…
ARH
  • 51
  • 3
  • 10
0
votes
1 answer

How can I run multiple parallel projects with ReadyAPI? (Command line way)

I have two ReadyAPI projects that I want to run in parallel (via command line) but I do not know if I'm giving the exact instructions to the testRunner. I have a testRunner that I run from the cmd with these lines: call testrunner…
0
votes
2 answers

How can I take a generated token from a Test Suite and add it as an Authorization header?

I'm having an issue with a readyAPI project i'm migrating. I'm not a backend-lover so it's quite diff from my perspective, hope you guys have another pov and can give me a hand. Here's the issue: From the first TestSuite I got a Bearer token which I…
0
votes
1 answer

Is there a way to get access properties from a multiple nested looping groovy test step to utilize the values in other test steps in readyapi

I have a project which consists of a rest step and utilizing these values to sql and another groovy step that takes values from the data source of the rest request. Now for certain dynamic values I need to utilize another rest request and have to…
0
votes
3 answers

ReadyApi - 403 Forbidden, 200 Postman code

I have a problem with the service I want to call in readyApi. The same service returns status 200 in Postman, while in ReadyApi I get status 403. Has anyone had a similar problem? Only thing I found is there is a problem with the Header, but nothing…
danio900409
  • 265
  • 2
  • 6
  • 22
0
votes
0 answers

How to set different path of an API that is present in the same WSDL in Ready API or

I have a WSDL which has two APIs and both of them have different path. How to parameterize the environment variables in Ready API where path is different for one API Name. It disables the URL as soon some environment is selected. For…
Maddy
  • 674
  • 1
  • 7
  • 26
0
votes
1 answer

TestCaseA teardown runs 4 seconds after TestCaseB starts is this a bug?

We are using ReadyAPI 3.6.0, we use Jenkins with testrunner to execute our testsuites. I am trying to understand if I have found a bug in ReadyAPI or if it is user error. My scenario is I have a TestSuite with TestCase A and TestCase B. For Test A…
van
  • 9,159
  • 19
  • 60
  • 93
0
votes
1 answer

Rerun teststep if statuscode equals 401

How can I rerun a teststep in ReadyAPI x number of times if the teststep fails? My test is requesting a server that sometimes can take up to 30s to answer if it's not "pre-heated". Sometimes it goes much faster. So I've implemented a "Delay-step" to…
user3624378
  • 417
  • 4
  • 22
0
votes
1 answer

ReadyAPI version 3.20.2: An incorrect endpoint is specified

I've some tests written in ReadyAPI that works just fine in previous versions of ReadyAPI. Downloaded latest version of ReadyAPI yesterday (ReadyAPI 3.20.2 (February 22, 2022)) and got this error when I tried to execute the teststep: ERROR: An…
user3624378
  • 417
  • 4
  • 22
0
votes
1 answer

ReadyAPI find elements that starts with a letter

I am new to ReadyAPI and need your help in resolving below query. I have below JSON response and I need to get all the values that start with letter E. [ "E5008", "E5008", "E5008", "E5008", "V201-24", "4121", "4121", "4121", …
Shashi
  • 1