In my script, I call on a variable from a csv file. I also have a transaction to measure the response time of some steps in my workflow. How can I include the value of the variable that was used within my transaction name?
To include the variable as part of your transaction name, add a string variable to your script to be used as your transaction name.
The value of this variable would contain the text that you want in the transaction name and the variable you want included.
Then in your Transaction Name, call on the variable that you set.
After you play the scenario in ScenarioBuilder, in the Execution Report you will see the variable value that was used in the transaction name.
2 Likes