ContributionsMost RecentMost LikesSolutionsRe: SoapUI schema interpretation bugHi What is the status of this bug? I have the same issue with soapUI Pro 4.0.1 Greetings, SebiRe: loadUI Memory ConsumptionOk an example. The memory I talk about is the Memory (Private Working Set) I see in the Windows Task manager. When I open loadUI the used memory is 270MB. After opening my project (containing 4 TCs) it goes up to 450MB. I opened the Results Workbench and played around with some diagrams. 800 MB. Finally I run the first of my Test Cases. After the run the used memory is about 950MB and it stays there... When I now work with loadUI (edit TCs etc.) it is pretty slow! Sometimes it even freezes and I have to restart it. SebiloadUI Memory ConsumptionHi While working with loadUI the memory consumption always increases... After a while loadUI doesn't respond any more and I have to restart it. Any ideas? Any memory settings I can change? Thank you, SebiRe: Problem with soapUI DataSourceNo I haven't... Now I'm using a DataGen Test Step. I create a new Property with Type List and set it to Shared. That works as expected. But I have to Copy & Paste my test data from the txt-file into the DataGen Test Step. That's not very nice I think... But however, it works ;-)Re: Problem with soapUI DataSourceYes, PIN is the value I read from the DataSource. Via Property Transfer in soapUI I write the value into a Test Case Property. Then in loadUI I activated Add TestCase Properties to Result Message. And as you can see, for each test run the value 1 is retaken...Re: Problem with soapUI DataSource AndyHughes wrote: The only one I have set is the shared one. None of the restart ones. See if that works. Unfortunately no... As you can see in the attached screenshot of the Table Log, the Pin is always "1"... Re: Problem with soapUI DataSource AndyHughes wrote: Setting on the data source in SOAPUI to "Share this data source between running threads in a load test." Hi Andy Yes, that's the Shared setting i meant. I have already set it, but it doesn't help. Thanks anyway!Problem with soapUI DataSourceHi I have the following soapUI TestCase: 1. DataSource The DataSource reads a text file with a list of numbers. I have the following settings turned on: Shared and Restart Shared. Restart on Run is turned off. 2. SOAP request "Get Person by PIN" request with the value read from the DataSource 3. Property Tranfer Set the actual PIN as a TestCase property (later used in loadUI for logging...) Now to the loadUI setup: 1. Virtual Users Generator 100 users with a request interval of 10 seconds 2. soapUI Runner Runs the TestCase described above. In the settings i activated Add TestCase Properties to Result Message. 3. Table Log Connected to the Results Connector of the soapUI Runner Now I run my load test. In the table log I can clearly see that the PIN has always the value 1, which is the first row of my text file. I would expect the test to iterate through my DataSource. I've tried a lot of different settings but can't get it to work! Any ideas? Thanks a lot, SebiRe: [Resolved] Measure Request and Response sizeGreat, thank you![Resolved] Measure Request and Response sizeHi I've set up a 'TestRunListener.afterStep' event. Via log.info("Size: " + testStepResult.getSize()) I'm logging the size (in bytes) of a SOAP response. In the same Event (or maybe in a 'TestRunListener.beforeStep' event) I'd like to log the size of a SOAP request. How can I do this? Thanks for your response, Sebastian