<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Automation filename contents for SoapUI integration (Thread)</title><description>Hi, Now I can edit the filename field, please can I get more information on filling it out for SoapUI?  When I enter the path to the project, I get a plugin engine error with the following exception, telling me the engine cannot find the project:     Exception:   The provided project filepath 'H:\SpiraTeam\Integration\svn\internal\tools\SoapUI\trunk\API_V4\PaymentServerGatewayTesting' does not exist on the host!    Stack Trace:      at Inflectra.RemoteLaunch.Engines.soapUI.SoapUIEngine.StartExecution(AutomatedTestRun automatedTestRun)      at Inflectra.RemoteLaunch.Business.RunTestThread.Execute()    If I specify the project path, including the filename (settings.xml), then the engine.StartExecution passes, but the SoapUI testrunner cannot find the TestSuite within the project. Output is as follows:    soapUI Pro 4.0.0 TestCase Runner   Configuring log4j from [C:\Program Files (x86)\eviware\soapUI-Pro-4.0.0\bin\soapui-log4j.xml]   14:36:42,632 INFO  [SoapUI] Adding [C:\Program Files (x86)\eviware\soapUI-Pro-4.0.0\bin\ext\postgresql-8.3-604.jdbc3.jar] to extensions classpath   14:36:42,632 INFO  [SoapUI] Adding [C:\Program Files (x86)\eviware\soapUI-Pro-4.0.0\bin\ext\postgresql-8.3-604.jdbc4.jar] to extensions classpath   14:36:42,632 INFO  [SoapUI] Adding [C:\Program Files (x86)\eviware\soapUI-Pro-4.0.0\bin\ext\sqljdbc.jar] to extensions classpath   14:36:42,633 INFO  [DefaultSoapUICore] Creating new settings at [C:\Users\cstott\soapui-settings.xml]   14:36:43,400 INFO  [SoapUIProGroovyScriptEngineFactory] Setting Script Library to [C:\Program Files (x86)\eviware\soapUI-Pro-4.0.0\bin\scripts]   14:36:43,401 INFO  [DefaultSoapUICore] Adding listeners from [C:\Program Files (x86)\eviware\soapUI-Pro-4.0.0\bin\listeners\demo-listeners.xml]   14:36:43,943 INFO  [WsdlProject] Loaded project from [file:/H:/SpiraTeam/Integration/svn/internal/tools/SoapUI/trunk/API_V4/PaymentServerGatewayTesting/settings.xml]   14:36:44,063 INFO  [SoapUIProTestCaseRunner] Running soapUI tests in project [Payment Server Gateway Testing V4]   14:36:44,063 ERROR [SoapUIProTestCaseRunner] java.lang.Exception: TestSuite with name [DirectAPI] is missing in Project [Payment Server Gateway Testing V4]   14:36:44,063 ERROR [SoapUI] An error occured [TestSuite with name [DirectAPI] is missing in Project [Payment Server Gateway Testing V4]], see error log for details    The project does contain the test suite specified.  I can run the testrunner.bat with exactly the same parameters as passed by soapui engine, but removing the \settings.xml from the project path.  I added some echo commands to testrunner.bat, so I can see what parameters it gets invoked with.  The following command works (correctly runs the testcases):   testrunner -s"DirectAPI" -c"Check Gateway request" -Ppctarget=https://192.168.23.11 -Ppcsite=DirectAPI H:\SpiraTeam\Integration\svn\internal\tools\SoapUI\trunk\API_V4\PaymentServerGatewayTesting    The following command does not work (cannot find the test suite in the project):   testrunner   -s"DirectAPI" -c"Check Gateway request"   -Ppctarget=https://192.168.23.11 -Ppcsite=DirectAPI   H:\SpiraTeam\Integration\svn\internal\tools\SoapUI\trunk\API_V4\PaymentServerGatewayTesting\settings.xml    It is clear that testrunner only wants the path, not including the settings.xml file.  However, when I enter only the path in the filename field, I get the StartExecution exception.  Any help/suggestion would be appreciated.. Charlie     </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/remotelaunch/automation-engines/218.aspx</link><item><guid isPermaLink="false">threadId=218</guid><author>Charlie Stott (cstott@tnsi.com)</author><title>Automation filename contents for SoapUI integration</title><description>Hi, Now I can edit the filename field, please can I get more information on filling it out for SoapUI?  When I enter the path to the project, I get a plugin engine error with the following exception, telling me the engine cannot find the project:     Exception:   The provided project filepath 'H:\SpiraTeam\Integration\svn\internal\tools\SoapUI\trunk\API_V4\PaymentServerGatewayTesting' does not exist on the host!    Stack Trace:      at Inflectra.RemoteLaunch.Engines.soapUI.SoapUIEngine.StartExecution(AutomatedTestRun automatedTestRun)      at Inflectra.RemoteLaunch.Business.RunTestThread.Execute()    If I specify the project path, including the filename (settings.xml), then the engine.StartExecution passes, but the SoapUI testrunner cannot find the TestSuite within the project. Output is as follows:    soapUI Pro 4.0.0 TestCase Runner   Configuring log4j from [C:\Program Files (x86)\eviware\soapUI-Pro-4.0.0\bin\soapui-log4j.xml]   14:36:42,632 INFO  [SoapUI] Adding [C:\Program Files (x86)\eviware\soapUI-Pro-4.0.0\bin\ext\postgresql-8.3-604.jdbc3.jar] to extensions classpath   14:36:42,632 INFO  [SoapUI] Adding [C:\Program Files (x86)\eviware\soapUI-Pro-4.0.0\bin\ext\postgresql-8.3-604.jdbc4.jar] to extensions classpath   14:36:42,632 INFO  [SoapUI] Adding [C:\Program Files (x86)\eviware\soapUI-Pro-4.0.0\bin\ext\sqljdbc.jar] to extensions classpath   14:36:42,633 INFO  [DefaultSoapUICore] Creating new settings at [C:\Users\cstott\soapui-settings.xml]   14:36:43,400 INFO  [SoapUIProGroovyScriptEngineFactory] Setting Script Library to [C:\Program Files (x86)\eviware\soapUI-Pro-4.0.0\bin\scripts]   14:36:43,401 INFO  [DefaultSoapUICore] Adding listeners from [C:\Program Files (x86)\eviware\soapUI-Pro-4.0.0\bin\listeners\demo-listeners.xml]   14:36:43,943 INFO  [WsdlProject] Loaded project from [file:/H:/SpiraTeam/Integration/svn/internal/tools/SoapUI/trunk/API_V4/PaymentServerGatewayTesting/settings.xml]   14:36:44,063 INFO  [SoapUIProTestCaseRunner] Running soapUI tests in project [Payment Server Gateway Testing V4]   14:36:44,063 ERROR [SoapUIProTestCaseRunner] java.lang.Exception: TestSuite with name [DirectAPI] is missing in Project [Payment Server Gateway Testing V4]   14:36:44,063 ERROR [SoapUI] An error occured [TestSuite with name [DirectAPI] is missing in Project [Payment Server Gateway Testing V4]], see error log for details    The project does contain the test suite specified.  I can run the testrunner.bat with exactly the same parameters as passed by soapui engine, but removing the \settings.xml from the project path.  I added some echo commands to testrunner.bat, so I can see what parameters it gets invoked with.  The following command works (correctly runs the testcases):   testrunner -s"DirectAPI" -c"Check Gateway request" -Ppctarget=https://192.168.23.11 -Ppcsite=DirectAPI H:\SpiraTeam\Integration\svn\internal\tools\SoapUI\trunk\API_V4\PaymentServerGatewayTesting    The following command does not work (cannot find the test suite in the project):   testrunner   -s"DirectAPI" -c"Check Gateway request"   -Ppctarget=https://192.168.23.11 -Ppcsite=DirectAPI   H:\SpiraTeam\Integration\svn\internal\tools\SoapUI\trunk\API_V4\PaymentServerGatewayTesting\settings.xml    It is clear that testrunner only wants the path, not including the settings.xml file.  However, when I enter only the path in the filename field, I get the StartExecution exception.  Any help/suggestion would be appreciated.. Charlie     </description><pubDate>Wed, 14 Dec 2011 22:59:48 -0500</pubDate><a10:updated>2016-11-02T17:14:10-04:00</a10:updated><link>/Support/Forum/remotelaunch/automation-engines/218.aspx</link></item><item><guid isPermaLink="false">messageId=419</guid><author>Charlie Stott (cstott@tnsi.com)</author><title>  Ok, I think the problem here was due to 'Composite Projects' setting.  When I set the value to 'fa</title><description>  Ok, I think the problem here was due to 'Composite Projects' setting.  When I set the value to 'false' in the project properties, and saved the project again, testrunner was able to find the TestSuite using the parameters provided by RemoteLaunch.  It would be useful is RemoteLaunch can support project folders (composite projects), as they allow better admin in a large project with many integrators/developers/testers.       </description><pubDate>Thu, 15 Dec 2011 04:59:21 -0500</pubDate><a10:updated>2011-12-15T04:59:21-05:00</a10:updated><link>/Support/Forum/remotelaunch/automation-engines/218.aspx#reply419</link></item><item><guid isPermaLink="false">messageId=420</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Thanks for passing along the suggestion, we have logged it as an enhancement request</title><description>Thanks for passing along the suggestion, we have logged it as an enhancement request</description><pubDate>Thu, 15 Dec 2011 21:17:49 -0500</pubDate><a10:updated>2011-12-15T21:17:49-05:00</a10:updated><link>/Support/Forum/remotelaunch/automation-engines/218.aspx#reply420</link></item><item><guid isPermaLink="false">messageId=423</guid><author>Charlie Stott (cstott@tnsi.com)</author><title>  Hi,  Thanks for the response, but might I suggest it be logged as a bug of some sort.  I would sug</title><description>  Hi,  Thanks for the response, but might I suggest it be logged as a bug of some sort.  I would suggest at least a documentation change to inform users that Composite Folders are not supported, as it took me most of a day to diagnose the problem.  As SoapUI recommend their use, especially in commercial environments with several engineers working in a team, it is now seems to be a failing of SpiraTest/Team not to support their use, unless it is only intended as a tool for small scale developments.  Kind Regards, Charlie       </description><pubDate>Thu, 15 Dec 2011 22:53:14 -0500</pubDate><a10:updated>2011-12-15T22:53:14-05:00</a10:updated><link>/Support/Forum/remotelaunch/automation-engines/218.aspx#reply423</link></item><item><guid isPermaLink="false">messageId=427</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>I would agree that it's a limitation then, and have escalated it accordingly. We're in the process o</title><description>I would agree that it's a limitation then, and have escalated it accordingly. We're in the process of releasing v3.2 of SpiraTeam, once that's out the way we'll look into adding support for composite folders.</description><pubDate>Mon, 19 Dec 2011 15:40:20 -0500</pubDate><a10:updated>2011-12-19T15:40:20-05:00</a10:updated><link>/Support/Forum/remotelaunch/automation-engines/218.aspx#reply427</link></item><item><guid isPermaLink="false">messageId=434</guid><author>Charlie Stott (cstott@tnsi.com)</author><title>  Hi,  Thanks for the response, and escalation.  Looking forward to 3.2 and beyond.  Charlie     </title><description>  Hi,  Thanks for the response, and escalation.  Looking forward to 3.2 and beyond.  Charlie     </description><pubDate>Wed, 21 Dec 2011 01:41:53 -0500</pubDate><a10:updated>2011-12-21T01:41:53-05:00</a10:updated><link>/Support/Forum/remotelaunch/automation-engines/218.aspx#reply434</link></item><item><guid isPermaLink="false">messageId=2797</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>&#xD;
For those reading this,  We recently released an updated plugin for SoapUI and RemoteLaunch v4.0 t</title><description>&#xD;
For those reading this,  We recently released an updated plugin for SoapUI and RemoteLaunch v4.0 that handles  Composite Folders .  &#xD;
&#xD;
</description><pubDate>Wed, 02 Nov 2016 17:14:10 -0400</pubDate><a10:updated>2016-11-02T17:14:10-04:00</a10:updated><link>/Support/Forum/remotelaunch/automation-engines/218.aspx#reply2797</link></item></channel></rss>