ReadyAPI 4.0.1: How to see overview of open messages
In previous version of ReadyAPI I saw a tab for each in editor opened message. It was easy to switch between messages by clicking on tab headers. It looks like this has been changed with version 4.0.1. Now it it is difficult to change between open messages using button 'Go back' and 'Go forward' because i am missing an overview. Is there some setting so i can see an overview of opened messages?27Views0likes0CommentsReadyAPI 4.0.1: Editor for XML message doesn't open
When click on a XML message in a set of Functional Tests, the message doesn't always open. When using right-click on the message and 'Open Editor' nothing happens. There are messages that i can open but as stated, not always.20Views0likes0CommentsReady API Chinese Characters Testing in Request Payload
Dear Community Team members, We are requirement to test - Need to pass First name and Last name fields in Chinese or any other language. In ready API, when are passing these values in Chinese, we are seeing under tab ???? instead of chinese characters. FYI, I am passing content-type as "application/json;charset=UTF-8" and content-language - zh-CN. Any recommendations please?40Views0likes0CommentsHow to disable "autocorrect/autofill" on SOAP requests
Using ReadyAPI to do a data driven test against a SOAP API. On each iteration, putting XML in the values for a properties test step. This is so that we can have some tests with missing elements, or other structural options. Using a placeholder in the SOAP request to grab those property values (see image). Whenever I save the project, ReadyAPI goes into my request, sees missing elements (because the placeholder puts them there during runtime) and "helps" me by shoving empty element tags in there for schema compliance. Next time I run the test, it fails because of extra tags... I have to remember to go into the request and delete the extra tags. One day I may forget and raise an embarrassing defect. Main Question: Is there a way to disable this "help" that keeps making things more complicated? (please support negative test cases - they're critical for robust testing) Thanks96Views0likes0CommentsReadyAPI REST Raw Request is truncated in UI
Is there any limit on the number of characters that can be displayed in the ReadyAPI Request(Raw) UI ? My request is not displayed completely. I am able to see the Raw Request if its below 400 lines. But if i add up more json input in my request, the RAW tab is not displaying the complete content of my Json Request. Is there a way to set/configure the number of characters that can be displayed in the UI ? or how to see my complete request that is sent ?Solved380Views0likes1CommentAutomatic cancellation of a test case run
I encountered a problem with readyAPI, if I try to run a complete testcase I cannot do this, the run operation is automatically canceled, but if I try to run a step-by-step testcase it works. What could be the problem that cause this? I mention that I started having this problem after setting up more environments to run tests. Thank you!1.2KViews0likes5CommentsChange API request link to test step -Groovy
Hi I am using ReadyAPI and already define Testsuite > TestCase > TestSteps in some cases , i need to change API Request link of some of test steps to another API , in this case I do it manually, by click on chain icon and open page "Link REST Request" in every test steps abd it is time consuming activity. Just wondering if there is any Groovy script to help to me to have bulk update of whole test steps in a test case to save time 🙂300Views0likes0CommentsHow can I interrupt a JDBC query
I am using JDBC as datasource queries and usually return a limited number of rows (say customer IDs) for testing. In a couple of cases, after editing a query and re-running the test, I found that I accidentally commented out the limiting clause (say in DB2: Order by rand() fetch first 400 rows only) of my first CTE so the query is selecting every single customerId in the database and it takes forever to return any results! Is there a way in ReadyAPI (I'm using Ver 3.45.0) to somehow close the connection and interrupt the query, or stop/cancel the test? I've been closing ReadyAPI but this seems to be a bit extreme...888Views0likes7Comments[Composite projects] If a suite is cloned, the initial suite is deleted
It's an issue I think starting from ReadyAPI 3.44.0. When a testSuite is cloned in a composite project, it's created a new testSuite but the old one is removed.   I need to go manually and edit element.order and project.content files in order to keep both of them.354Views0likes1Commentproblem with SOAPUI when i send request with attribut containt character &&
Hi, I use SOAPUI for testing SOAP service . in the header of my request, I have the attribute Password with character & example <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">111&525</wsse:Password> when I run the request I get 400 Bad Reques how i can solve this problem. Thank you .355Views0likes0Comments