16 years ago
segmented datapool
I am using using soapUI Pro 3.0.1
In my load test I want to simulate a user load of say 5 users.
I have say 100 records in my datapool.
I want each of the 5 VUs to do 20 transactions on data from the datasource.
Each record in the datasource can be used only once. A record once used is exhausted and can't be reused by other thread or same thread in subsequent iteration.
Do i have to write some code to achive this segmentation of datapool? Or is the feature readily available and I am just not able to find it?
In my load test I want to simulate a user load of say 5 users.
I have say 100 records in my datapool.
I want each of the 5 VUs to do 20 transactions on data from the datasource.
Each record in the datasource can be used only once. A record once used is exhausted and can't be reused by other thread or same thread in subsequent iteration.
Do i have to write some code to achive this segmentation of datapool? Or is the feature readily available and I am just not able to find it?