Yesterday, my team got a requirement to randomize the think time and subtract the think time to reflect the actual response time of the transactions of the load test.
To achieve the two requirements,
(1) randomize think time and
(2) subtract the think time from the transaction response time, two KBs were used.
To achieve the two requirements,
(1) randomize think time and
(2) subtract the think time from the transaction response time, two KBs were used.
- Randomize the think time with a random parameter described in KB 3448, "How to generate a random think time". Proceed to complete enhancing the script and port it over to the Controller. Run the scenario as per norm
- Once the scenario completes and anaylsis graph generated, filter the think time in the Analysis graph to get the processing time. Use KB 13748, "How to exclude think time from transaction timings in the Analysis graphs" to filter out the think time.
No comments:
Post a Comment