LoadRunner ver. 12.05
VUGen Protocol: Web HTTP/HTML (using LR DB functions to work with the DB)
We have a requirement in one of our projects as mentioned below:
We are inserting data into the DB with ~300 rows and each row with 5 columns of data (one parameter file with all input data formatted as a Table). Number of VUsers are 3. When the script is run in Controller, the VUsers should pick the data from the parameter file as follows,
1st VUser -> 1st row
2nd VUser -> 2nd row
3rd VUser -> 3rd row
and in the next iteration,
1st VUser -> 4th row
2nd VUser -> 5th row
3rd VUser -> 6th row and so on.
With this requirement, please let me know the correct parameter setting and/or any other VUGen C function(s) I can use to achieve this. Am free to set the scenario setting as per the requirement.
Please do let me know if you need any additional information.