- cunderwCommunity Hero
This is already supported via scripting.
function test() { var str = Project.TestItems.TestItem(0).Iteration + " / " + Project.TestItems.TestItem(0).Count; Indicator.PushText(str); }
- anonymous_67424Occasional Contributor
Hi cunderw,
thanks for this this suggestion and although this leads to a workable solution I still consider this as a workaround, I'd prefer to use as litle scripting as possible and since TC supports iterations in loops (for. while), I would expect that "live" information on current loop to be visible on the Running indicator.
- mgroen2Super Contributor
Could this be feature be implemented for data driven tests as well?
To be specific: when running a data driven test, during test execution, display the current test execution number of the loop.
Something like in the picture below:
Related Content
- 11 years ago
- 13 years ago