NSeibert
14 years agoContributor
[Resolved] Managing Data Sources Threads
I have searched the forums but still not clear on how I might be able to do this. I have simplified a bit for illustration.
I have a url that I need to call http://website/user1?report=1000
I have already set up a test in SOAPUI to iterate through 1000 reports (data source is simply a 1000 -2000 numbered excel list)
http://website/user1?report=1000 .... http://website/user1?report=2000
If I call this soapui test from loadui each 1 'request' will call all 1000 executions (from the datasource > data source loop).
I am looking for a way to have each loadUI request = 1 call = http://website/user1?report=1000, then iterate on each subsequent request, similar to the way the load implementation in SOAPUI works, tracking each individual 'get' as a seperate thread.
Thank you for any advice or point in the right direction
I have a url that I need to call http://website/user1?report=1000
I have already set up a test in SOAPUI to iterate through 1000 reports (data source is simply a 1000 -2000 numbered excel list)
http://website/user1?report=1000 .... http://website/user1?report=2000
If I call this soapui test from loadui each 1 'request' will call all 1000 executions (from the datasource > data source loop).
I am looking for a way to have each loadUI request = 1 call = http://website/user1?report=1000, then iterate on each subsequent request, similar to the way the load implementation in SOAPUI works, tracking each individual 'get' as a seperate thread.
Thank you for any advice or point in the right direction