Replacing an iteration number with a variable value in a results report
Just wondering if this is possible.
The attached image is a screenshot I took from a TestComplete documentation webpage (support.smartbear.com/testcomplete/docs/testing-with/log/detailed/log-items-panel.html). It shows a results report for an execution plan that used the Count feature to run a test item three times. In the Log Items area, however, it appends "< Iteration n >" (where n = 1, 2 or 3) to the end of the name of the test item. Is it possible to replace "< Iteration n >" with the value of a project level variable that is getting initialized at the start of each iteration?
That's meant to show the counter value, so it's not something to change.
You can, however, put the variable value in the log itself with this
https://support.smartbear.com/testcomplete/docs/testing-with/log/posting/messages.html