Recent DiscussionsMost RecentMost ViewedTagged:TagStarting LoadUI Agents in ReadyAPI? Does anyone have a way of automatically starting LoadUI agents on remote servers through ReadyAPI? I imagine this is possible through groovy or calling a powershell script. Just wondering if anyone h...Reporting on call-to-testcase My goal is simple. In readyAPI, I have a test suite A where there is a test case X which only has one or more call-to-testcase test steps that target a test case Y in test suite B. 1) I do not want ...Get Data Dialog - generated xpath not working In ReadyAPI 3.57, I am using the get Get Data dialog to retrieve values from previous SOAP responses. In version 3.57 the generated xpath does not retrieve the value anymore, but it returns the whole...Differences with GIT check-ins for Windows and iOS ARM users I'm hoping someone can answer this question for me . . . We have people using Windows and iOS ARM architectures with R-API. We've noticed if someone on the ARM platform makes a change in Groov...Cannot pass the test result to another script Dear all, I am successfully using this code to trigger the execution of another groovy script that is located in another test case: def DEVICE_GENERATOR = testRunner.testCase.testSuite.project....How to set different Content-Types in multipart/form-data POST Request? I have a REST API, that I can curl correctly, but I can not get it done in ReadyApi. I have to upload a picture and a json string, which has the content-type "type=application/json": curl -X 'POST'...SolvedHow to extract data from a response to an excel file Hi, I need some example of How to extract data from a response to an excel file Thabks Accessing database connection string from groovy test step Hi, I have different databases for different environments. I was trying to get the database connection string based on the active environment. Can someone help me on how to access the database connec...SolvedReadyApI/Soapui junit report with maven i'am trying to implement CI for my test automation project using maven with bamboo. I need to generate the junit report to parse it in bamboo. I'am using this POM: ` <build> <plugins> <plugin> <gro...Starting Mock Service from Groovy script Hello there, Whenever I try getting the mock runner when the project is just loaded I get a null pointer back. I have to navigate the project tree find each mock service and open it in the virtual s...