ContributionsMost RecentMost LikesSolutionsRe: Set SOAPUI loadtest threads from command line It's far from clear but it looks like the '-n' option controls the number of threads. Thanks Set SOAPUI loadtest threads from command line Hi, I'm running SOAPUI Load tests from the command line and I am trying to find a way to set the number of threads the load test uses - is this possible please? I've tried to use a -P value but the LoadTest thread text box doesn't accept non-numerical values Thanks Chris Using Negative Lookahead in RegEx Assertions I'm trying to use RegEx in a NotContains response assertion (SOAPUI 5.4.0) to find empty tags that don't have a particular name. For instance, given the response: <SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/> <soap:Body> <ns2:invocationSummary> <ns2:version>X.1.0.214</ns2:version> <ns2:invocationId>2381305080000000000</ns2:invocationId> <ns2:executionTime>235</ns2:executionTime> <ns2:timestamp>2018-01-18T15:44:00.891+13:00</ns2:timestamp> <ns2:username>demo</ns2:username> </ns2:invocationSummary> <ns22:accountDetails> <ns22:account> <ns5:id/> <ns5:name>XXXX General</ns5:name> <ns6:accountNumber> <ns6:accountNo>XXXX</ns6:accountNo> <ns6:productName>General</ns6:productName> I need to ignore the line <SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/> but match the line <ns5:id/> I'm using this in a NotContains Assertion (with RegEx enabled): (?!(<SOAP-ENV))<.*\/> This works on the various RegEx testing sites. Any idea why it's working differently in SOAPUI? Thanks SolvedHow do I calculate the standard deviation of response times in a SOAP UI LoadTest? The only metrics saved at the end of a LoadTest are min/max/average - this gives no indication of the spread of response times. I'd like to get the standard deviation - is there anyway to do this? Thanks Chris Re: How do I change the log file names loadtestrunner creates for the testcase please? Anyone have any thoughts please? Thanks Re: How do I change the log file names loadtestrunner creates for the testcase please? Or is there any other way to prevent each run from overewriting the results of the previous? Thanks Chris Re: How do I change the log file names loadtestrunner creates for the testcase please? The Load test log files are being created in the location specified by the -f command line param. How would you create a groovy script to run at the end of the loadtestrunner execution please? Thanks Chris Re: How do I change the log file names loadtestrunner creates for the testcase please? There's only bin/soapui-log4j.xml which has nothing in it about creating new files for test outputs.... How do I change the log file names loadtestrunner creates for the testcase please? I have a Load Test called 'getAccountDetailsRequest LoadTest' and everytime I run this via LoadTestRunner, it overwrites the previous files: getAccountDetailsRequest_LoadTest-log.txt getAccountDetailsRequest_LoadTest-statistics.txt I was wondering (hoping!) if there was a way to introduce a timestamp into the log file name at all? I don't really want to create a new folder for every execution. Thanks, Chris