ContributionsMost RecentMost LikesSolutionsRunning SOAPUI NG in a Google Container Hello, Is it possible to do REStful API testing inside of Google Container Engine using SOAPUI NG? What we are wanting to do is schedule a test to run at a specific time and then e-mail the results automatically. Thanks, Chris Re: Variable Question Thank you. I will check it out. Variable Question I am testing an API in 3 different environments. I have used Property transefer in all all of them. However I have about 12 diferent calls that use a static session ID, client ID, and user ID and I cannot use a Property transfer. However, that session ID, client ID and user ID is different in every environment. Is there a way for me to clone my tests and apply it to a different environment, but have a variable I can use where I can plug in the sesion ID, client ID and user ID for each environment once instead of editing each call for each environment? Any help would be greatly appreciated. Thanks, Chris Re: SOLVED- Obtain XML responses in a file To get the files Launch test runner. Click on the Reports tab and then specify the root folder where you want to place the files that are created. Re: SOLVED- Obtain XML responses in a file I combined the files using the command line in windows. Google "concatenate files in Windows" SOLVED- Obtain XML responses in a file Hello, I am running a Test case against an API and I am trying to find out if it is possible to get the XML responses genrated in some sort of file that I can run a compare against. For example I am running 2 diffrerent test cases against 2 versions of an API. I have 50 tests steps and each provide an xml response. I want to be able to see the XML responses from all steps without having to open each step individually. Is this possible? Re: SOLVED- Obtain XML responses in a file Okay I see how to get the responses , but I am getting one file for each step . Is there a way to get just one file for all steps combined? Re: How do I fail an automated SOAP request? Maybe it is only on the Pro Version that I can add them to all test cases at once Re: How do I fail an automated SOAP request? Thank you!. Is there a way to add the same assertation to all test cases bessides doing it one at a time? I can't find it if there is. How do I fail an automated SOAP request? I am a very new SOAP UI user and I am testing an API using SOAP calls. I am setting up automated tests for each call . However, every one is successful from a SOAP UI standpoint because I receive a result. However, I want to be able to fail the case when I receive a result back such as ErrorStr xsi:type="xsd:string">Authorization denied ErrorStr How do I make a test case fail based upon "ErrorStr" existing in the SOAP response? Any help would be greatly appreciated Solved