ContributionsMost RecentMost LikesSolutionsPOST method and HTTP request - Set environment I need help in setting up environment for the test suite where all my request are POST methods and they are HTTP requests. I need to be able to set up environments and run the same test suite against different environments. Please help! Re: Saving request and response to an external file for "JDBC Request" and "Groovy Scripts" Thank you. But I have sever test cases in a test suite. I will need all of the responses save to a folder. how can I change the script. Can I give the test suite name instead of tescasename ? Please help Re: Saving request and response to an external file for "JDBC Request" and "Groovy Scripts" I am using this code to retrieve response in a test suite. Can you please help I have a test suite with few rest api test cases. I need to automatically save all responses in a folder when the test suite is run with the test case name.xml def ReqFile ="C:/soapui/environment/DEV Environmentl" def Req = context.expand( '${Rate#Request}' ) def i = new File(ReqFile ) i.write(Req, "UTF-8") I need to print the response into a folder I have several REST APIS Need the RQ and RS to be parsed and print in to 2 different folders One folder is Request Folder Other one is Response folder Then I run the same test suit with in different environments I need to compare Responses which are in XML format from 2 different directories I have several rest API XMLS. I need to print all the Requests into a folder Have several rest APIS. Need to pint the Request in a separate folder.