ContributionsMost RecentMost LikesSolutionsRe: Duration loadui testsNow for every testcase the Execution Time is like this : Execution Data Execution Time 00:00:00 00:00:00 for all the casesRe: Duration loadui testshttp://eviware.com/nightly-builds/loadu ... -SNAPSHOT/ only see a nightly build from 18dec, your reply is from 24december. is the fix available in this build ?Re: Duration loadui testsAny news ?Re: Multiple projects with the soapui plugin.we use a parentpom to registrate the plugin and use child-pomps for every sub-project. in the sub pom you add the projectFile-setting and then you can trigger all the tests by calling the soapui on the parent-pomRe: Duration loadui testsMy customer would really like to get some extra information about this, please give some extra infoRe: Duration loadui testsAny eta when you can have some extra info for me ?Duration loadui testsI have a loadui project which consists of like 20 testcases. In every testcase i have an average of 4 soapui runners which all call individual operations on my webservices. I use the loadui-cmd command to run a test with a limit of 4hours (14400) loadUI-cmd.bat -Dmycustomploaduiproperty=100 -Dsoapui.properties=mysoapui.properties -F XLS -L 14400:0:0 -l -nofx -p "my_loadui_project.xml" -r d:/my_output_directory After the total run is completed, it generates a nice xls document for me with duration of all the tests. I can't find out what a few of these durations mean : TIME : 05:00:00 (I told the loadui-cmd to do a test of 4hours. Why does the total run eventually take 5hours) What is happening in the 1hour extra? Execution Data Execution Time 04:00:00 Start Time 01:05:12 End Time 05:05:12 (these numbers are correct, 4hours) In the overview of all the testcases it shows mytestcase1 05:01:23 mytestcase2 05:01:23 mytestcase3 05:01:23 What is the meaning of 05:01:23? (the moment of when the testcase is finished and it collected the results?) All finished at the same moment? ---- Execution Notables Top 5 Requests NAME MS TIME SIZE myTestOperationl 154750 07:21:27 0 What is the meaning of 154750 (it's not amount of time for 1 call, and also not the sum of all calls) What is the meaning of 07:21:27 (my test runs 4hours, guess it does something for the duration of 5hours, but can't imagine anything would happen around 07:21:27). ---------Re: Transferring properties to JDBC requestselect * from sessions where sessie_id = :sessieId you need to use :sessieId to retrieve the property of the queryTable log components generated different amount of columns wScenario: fixed rate -> soapui runner -> statistics -> table log. when i trigger this process from within the ide itself and let the table log write the result to a csv file, i get 19 column in it. when i trigger the same process from the command prompt (loadui-cmd) i only get 13 columns in the file. bug or am i doing something wrong ?Re: SoapUI testcase called from within LoadUI generates errorsgreat..it works! now i'm able to get the failures in the logfile. thanks!