NSeibert
14 years agoContributor
Relationship between generators and data source.
Have an answer on how to use a data source with loadui here (viewtopic.php?f=10&t=7441)
After initial setup.. what I am noticing
If I set up a test to run against a datasource of 1000 records, the default settings (for the most part) seem to iterate through all of the records in the data source.
BUT.. If I alter the loadUI Generator (fixed load) to a larger interval, then the data source seems to no longer iterate. I get only the first record for each request.. http://website/user1?report=1000
How can I determine the relationship between datasource records and the generator?
Is there a way to preseve or 'placehold' the data source (increment at the next interval) no matter what the interval?
After initial setup.. what I am noticing
If I set up a test to run against a datasource of 1000 records, the default settings (for the most part) seem to iterate through all of the records in the data source.
BUT.. If I alter the loadUI Generator (fixed load) to a larger interval, then the data source seems to no longer iterate. I get only the first record for each request.. http://website/user1?report=1000
How can I determine the relationship between datasource records and the generator?
Is there a way to preseve or 'placehold' the data source (increment at the next interval) no matter what the interval?