ContributionsMost RecentMost LikesSolutionsHow to resolve SoapUITestCaseRunner.throwFailureException(SoapUITestCaseRunner.java:519) in report Team, I tried to export my test results using Launch TestRunner > Reports > Print Report > Root Folder =C:\Users\XXXX\Documents\soap projects\SoapUI-5.3.0\jre\bin\client SoapUI Version : 5.4.0 at com.eviware.soapui.tools.SoapUITestCaseRunner.throwFailureException(SoapUITestCaseRunner.java:519) at com.eviware.soapui.tools.SoapUITestCaseRunner.runRunner(SoapUITestCaseRunner.java:435) at com.eviware.soapui.tools.AbstractSoapUIRunner.run(AbstractSoapUIRunner.java:202) at com.eviware.soapui.tools.AbstractSoapUIRunner.run(AbstractSoapUIRunner.java:137) at com.eviware.soapui.tools.AbstractSoapUIRunner.runFromCommandLine(AbstractSoapUIRunner.java:112) at com.eviware.soapui.tools.SoapUITestCaseRunner.main(SoapUITestCaseRunner.java:122) Anybody help me out, would be more appreciated. How to run test steps parallely I want to run my REST API test step should get updated based on below flow. Step2 will be submitted and Sleep some 60 secs then parallely step 2a and Step2b should be updated , finally step2 will get success response. Step 1: PATCH /v1.0/Ticket Step2: PATCH /v1.0/Ticket/{ticketId} Step2a: GET /v1.0/Ticket/{ticketId} Step2b: POST /v1.0/Ticket/{ticketId}/tenderauth Step3: PATCH /v1.0/Ticket/{ticketId} Can someone help to how to use groovy scripts for above flow to run in Soap 5.3 version ? Let me know if you have comments. Thanks in Advance Re: How to transfer property from response when contains only values ? Thank you. I will incorporate scripts and let you know feedback. Re: How to transfer property from response when contains only values ? Thank you for your response. But response which I send as json request which getting failed due to format. How to trim my json values ? Actual Results: "LocalDateTime": "\"2017-05-17T15:20:51.1117456Z\"", Expected Results: "LocalDateTime": "2017-05-17T15:20:51.1117456Z", Re: How to transfer property from response when contains only values ? I am using SoapUI 5.3 open source. thru Swagger API. How to transfer property from response when contains only values ? I have API call like below with response of HeartBeat (LocalDateTime) . How can I transfer value and which type to select for transfer ? GET /v1.0/Wallet/Heartbeat Response Body "2017-05-16T18:41:06.0755223Z" Response Code 200 Response Headers { "content-type": "application/json; charset=utf-8" }