ContributionsMost RecentMost LikesSolutionsRe: SoapUI command line - export statisticsHi, I'm running the test from a Linux command line without a GUI, so I'd like to know how (if possible) you export those raw statistics from the command line. Is this not possible with the standard free version? MikeSoapUI command line - export statisticsHello all, I currently have a command test that I run from a Linux box. I'm using SoapUI 4.5.1 I run the below command: sh /home/miked/soapUI/bin/loadtestrunner.sh -s"[Test-Suite-Name]" -c"[test-case-name]" -l"[load-test-name]" -r -a -f/home/miked/load-tests/reports/ /home/miked/SoapUItest.xml This generates a statistics page and a summary page. Is it possible to get the following: - LoadTestLog - LoadTestStepHistory - LoadTestStatisticsHistory - FailedTestSteps If so, what flags do I need to add to the command? Many thanks, MikeRecording performance stats in SoapUIHello all, I have tried setting up a connection to a local instance of MySQL so that SoapUI can record performance statistics. I have copied the MySEL driver to: C:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\ext but I am getting the below error: ERROR:An error occured [No such property: registerJdbcDriver for class: com.eviware.soapui.support.GroovyUtils], see error log for details I am using SoapU Pro 4.5.1 and MySQL 5.2.44 CE. Can anyone help? Many thanks, MikeCloud-based testing - using own serversHello there, I've just been checking out the Test On Demand stuff on the new SoapUI 4.5.1 - are there any plans to allow the user to define there own servers to distribute the tests from? I guess this might involve creating some agents to install on the server and point SoapUI at those.Re: Sending load with hard-coded XMLThanks Henrik! Unfortunately, we only have SoapUI standard, so I guess this would have to be replicated with either a custom-made component in LoadUI, or a Groovy step in SoapUI?Sending load with hard-coded XMLHello all, I was wondering if there was any was that soapUI/LoadUI could be used to take a repository of hard-coded XML files to be used in a performance test. To just explain our setup: We have a folder with about 7million XML messages, and we would like to play those messages into the app we're trying to test. Essentially, my question is: Is there a facility that simply takes a number of hard-coded XMLs and can fire it a specified endpoint?More than one soapUI project in Maven pluginWould it be at all possible in a future release for the Maven plugin to be enhanced because currently only one project can be declared at a time, and is counter-productive because it means that different people will be working on different files/projects. Also, when performing a property transfer, it actually breaks if we change the resource endpoint because the namespace declaration doesn't work for the new resource endpoint and tests are failing. I believe this has been posted on another thread, but no one has yet replied. Cheers, Mike'Out Of Memory' error in LoadUII believe AndyHughes has posted about this issue before, but I'd like to see if anyone can help. I am trying to achieve 300 transactions/sec by running a test from an Amazon EC2 image. The details for this are: Microsoft Windows Server 2003 R2 Datacenter x64 Edition Intel(R) Xeon(R) CPU 7.50GB RAM LoadUI version - 1.5.0 I have increased the amount of memory used by the JVM so that it resembles the following: <?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0+" codebase="file:." href="loadUI.jnlp"> <information> <title>loadUI</title> <vendor>eviware</vendor> <homepage href="http://www.loadui.org/"/> <description>loadUI</description> <offline-allowed/> </information> <resources> <j2se version="1.6+" java-vm-args="-Xms128m-Xmx1024m -XX:MaxPermSize=128m -Dsun.java2d.noddraw=true"/> <extension name="JavaFX Runtime" href="http://dl.javafx.com/1.3/javafx-rt.jnlp"/> <jar href="lib/loadui-launcher-1.5.0.jar" main="true"/> <jar href="lib/org.apache.felix.main-3.0.9-patched.jar"/> <jar href="lib/commons-cli-1.2.jar"/> <jar href="lib/jna-3.2.7.jar"/> <jar href="lib/platform-3.2.7.jar"/> </resources> <security> <all-permissions/> </security> <application-desc main-class="com.eviware.loadui.launcher.LoadUILauncher" /> <update check="timeout" policy="always" /> </jnlp> I'm reluctant to use agents at the moment because I believe I can get much more out the tool than what I am currently getting. Can anyone help me with this? It is quite urgent Cheers MikeRe: LoadUI Samples?That was most helpful, thankyou Had a play around with increasing the number of samples and it did seem to help getting me closer to the required level of load. One problem I did encounter was that I received a LoadUi error message saying it was 'out of memory'. I'm running tests from an Amazon EC2 Cloud image and this has 7GB of RAM. Anyone reported this issue before? Cheers, MikeLoadUI Samples?Hello all, What is meant by 'concurrently running samples'? currently, in my load test, I am using the default of 100, but I'm not really sure what this means. Can someone please elaborate for me? Many thanks, Mike