edhedh
15 years agoOccasional Contributor
loadTest - datasource sharing
Hello,
I've got a loadtest executing one teststep (e.g. registerPurchaseOrder).
I want this loadtest to simulate e.g. 5 virtual users. That is, the teststep will be executed by 5 threads.
However, I want each thread to use a particular range of rows within a datasource (e.g. an xls).
That is, thread 1 should be using e.g. row 1 through 5, thread 2, rows 6 through 10, and so on.
That is, I don't want threads using the same rows from the datasource.
How can I achieve the above ? Is that possible, and if yes how ?
Thanks,
EDH
I've got a loadtest executing one teststep (e.g. registerPurchaseOrder).
I want this loadtest to simulate e.g. 5 virtual users. That is, the teststep will be executed by 5 threads.
However, I want each thread to use a particular range of rows within a datasource (e.g. an xls).
That is, thread 1 should be using e.g. row 1 through 5, thread 2, rows 6 through 10, and so on.
That is, I don't want threads using the same rows from the datasource.
How can I achieve the above ? Is that possible, and if yes how ?
Thanks,
EDH