Loadui Testing with two datasource files
Hi there.
I've create a test case with two datasource files. the first datasource (3000 records) I'm using as a input valiable for creating a lead with in a insurence policy. I then get the initial lead with a policy reference.
the second datasource is to update the policy details with various details. I need to run through this datasource (23 records) for each initial record read from the the first datasource. the second datasource should loop untilthe end of the 23 records and the end, --- this works when I run the test scenario in SOAPUI.
Now in LOADUI my problem is that the interation count from the first datasource is carried over to the second datasource. the second datasource should loop untilthe end of the 23 records and the end, before initialising a new virtual user.
How do I get arround this please?