问题
The main scenrio is total we have 1000 set of data...Total data should consume in 60 min..But The high priority with in 10 min 500 data should consume,rest 50 min remaining 500 data should consume..How can we handle this,can anyone give me solution or ideas in this..Thanks in advance
回答1:
Schedule two groups with different numbers of users and pacing. Time your first group to handle your 500 consumption in 10 minutes and your second group to fire at the conclusion of your first group.
This is not a protocol specific problem, but one related to load test design, scheduling and pacing.
来源:https://stackoverflow.com/questions/43322606/loadrunner-rte-protocal-the-main-scenrio-is-total-we-have-1000-set-of-data