Load Test Data Source Iterator Is not updating correctly in ReadyAPI 3.3.1
I have a LoadUI test with a single SoapUI scenario. The SoapUI test has an Excel data source with the Load Testing options configured to use the data source as shared during LoadUI runs. When I run the LoadUI test with multiple VUs, one record from the data source will be used by more than one VU. It looks like the data source iterator is not incrementing correctly. When the LoadUI load profile is configured to Fixed, all VUs will use the same record from the data source.
Hi cvback66 !
I am happy to learn from the Support Case that the issue was resolved by using test case level custom properties.
For reference, let me provide the link that describes these properties:
https://support.smartbear.com/readyapi/docs/loadui/configure/test-case.html
>>
Test Suite, Project, and Global properties are shared between all the virtual users. When you modify a property value in a test case, each virtual user will modify the value when simulating the test case. It causes the value to change multiple times during a load test, which leads to unpredictable behavior and errors.
<<