ContributionsMost RecentMost LikesSolutionsHow to read or get all cookie values from the response ? Hi, Currently I have a response which has 2 Cookies in the response lets say Name=A, value=ABC, Domain=D, Path=/, Http=false, Secure=false Name=B, value=XYZ, Domain=M, Path=/, Http=true, Secure=true But in Soapui I can only view B=XYZ;Path=/;Secure;HttpOnly response under Headers [Set-Cookie] But from Postman I am able to view both the cookies. In Soap UI is there any way to read both the cookie name and values ??? Or any groovy script for the same ? Re: Announcement: Java 7 required for SoapUI Open Source 5.2 (coming soon) It totally make sense, for security reasons people have to move to java 7 or 8. Re: Unable to run groovy at test case level Hi, So in your next request [REST Request] add the following code ${Copy of code_trim#result} in post payload section - and in Response view it in Outline tab. Regards, Raviraj. Re: Unable to run groovy at test case level Remove your 3rd line [log.info a] from your code and then execute your application you should get the result. regards, Raviraj. Executing ReadyAPi multiple testSuite within a project with maven and Jenkins? Hi , I have a Ready API's [Soap UI Pro] project configured through maven to run on jenkins now the issue i can execute either a testSuite or entire project So is there any way for executing multiple testSuite through maven ? <testSuite>${testSuite}</testSuite> Regards, Raviraj. SolvedRe: Multiple Test Suite execution with Ready Api Maven Plugin Hello, Even I m looking for the same does any one know how to achieve this ? Thanks.