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
0 answers

How to make soapui project path relative to the testrunner batchfile path?

I've been using readyapi! SoapUI for API testing. I'm using the testrunner batchfile for commandline execution. However, my Project Path is static, ex. -fC:\example-soapui-project.html. How do I make the path relative to the batch file? Thank you…
creulo
  • 9
  • 5
0
votes
1 answer

How to give assertion in soapui for rest API testing?

In the below picture, I have given assertion value as it is(Used response) ..it is working. Whereas how to use "data" for assertion here...I tried in the same way but i got failed response. Please help me out some one.
Satheesh
  • 87
  • 1
  • 8
0
votes
0 answers

JDBC Connection String picking up part of password for host name in SOAPUI

I am trying to change the connection string dynamically between two different databases (Oracle and Postgres) So I have a global connection string at project level like below I am trying to set this connectiong string from groovy script for oracle…
mo0206
  • 791
  • 5
  • 20
  • 36
0
votes
1 answer

SOAPUI PRO - How to dynamically create soap request by adding collection objects based on the Data available in Database

I have an Order Request which contains Item Collections - shown below Each Item is saved as a single record in the database table which are bound together by OrderId for a specific Order Request with two items
0
votes
1 answer

Getting Error while running ReadyApi project through Jenkins

I am trying for continuous integration testing process by using Jenkins and Ready! API. So I have already installed Ready! API with valid license in Jenkins server. Created one POM file which is being used to execute my Ready! API project in…
0
votes
0 answers

SoapUI not sending multiple attachments correctly

I am exposing a webservice which is a questionnaire. So there are 10 questions and one attachment. One of the question is also of type attachment. So WSDL looks like :
Kaushik Lele
  • 6,439
  • 13
  • 50
  • 76
0
votes
1 answer

How to assert array values in groovy using script assertion

I am writing a script assertion to see if a element value contains in the array list and if it does, it passes. When I print the element:Number, I get like an example [1,2,3,3] as array. If Number contains say 3, script has to pass. I have written…
-1
votes
1 answer

How ReadyAPI uses swagger file. Provide steps how that swagger file is connected with ReadyAPI

We want to know how the Ready API integrated with swagger, Please help us on the same.
-1
votes
1 answer

proxyconnect tcp: dial tcp: lookup *******: no such host

I do have proxy settings in place for both http nd https as part of docker proxies settings. us002-*******:8080 I am trying to pull an image for ReadyaPI for a particular version and i keep getting the error below.
VJ4Testing
  • 81
  • 1
  • 9
-1
votes
1 answer

Parallel and Sequential execution of test cases in single test suite in ReadyAPI project

I have a scenario in which I have 3 test cases(Warm Up, Store Entities, Fetch Entities) in 1 test suite(Server warm up request). In this, First I have to run Warm Up request and then Store Entities, Fetch Entities both in parallel. Please help and…
-1
votes
1 answer

ReadyAPI Functional Testing Automate Problem

I am writing the test suite for my endpoints.I am having one problem which is for running the 1 test suite twice. For Example, When I add an image with endpoints it adds the Image with a unique Id and returns successfully. This unique Id is…
user2911592
  • 91
  • 12
-1
votes
1 answer

How to send an email using groovy script in Soap UI?

I want to send an automated email once all my test steps are passed in SOAP UI, using a groovy script test step?? Is there a way that we can achieve this ??
-1
votes
1 answer

Need to run ReadyAPI using maven project with jenkins as CICD approach

Run the ReadyAPI project using maven with help of jenkins. I have already created a regression suite in readyAPI as xml format. Created a java maven project using pom.xml jenkins job has been created to run the ReadyAPI suite directly but want to…
naval dogra
  • 9
  • 1
  • 7
-1
votes
1 answer

ready api report and NullPointerException

Can someone please help me with follwoing two issues i am seeing in ready api. When i run the project thru testRunner, i see a nullpointerexpcetion thrown at the end (attached screenshot) When i run my project manually, generate rport button is…
peter
  • 391
  • 1
  • 4
  • 17
-1
votes
1 answer

Assertion to validate columns and data types using groovy

I am using jdbc call in ready api and running a describe query to get the columns and respective data types, how can I assert these columns and data types with the expected columns and data types?
peter
  • 391
  • 1
  • 4
  • 17
1 2 3
15
16