My Test Complete execution normally takes more than a Hour or so. Hence in the Indicator popup if we have the timer which will display the HH : MM : SS running. This will help us to know approx. ...
Indicator Timer
tristaanogre
8 years agoEsteemed Contributor
Ditto on the idea... although, you could potentially do something like that already... if you combine a Timer object, the HISUtils.StopWatch object, and methods on the Indicator object, you could probably hack together a really cool little thingie to do exactly what you want.
Actually... you've inspired me... currently, the timer object is not available in script extensions... so that would have to be something handled in code... HOWEVER... the Indicator object IS available... as is the aqDateTime object... so, combing those into an Indicator pop/push set, called by a timer in your project, could do the same thing...
Give me a few free hours, I might even code something like that. :)
Related Content
- 7 years ago
- 6 years ago
- 2 years ago