Mike B wrote:
All,
Good day. I looked in the docs and didn't see the answer to this question:
At execution time, can I get the number of iterations and elapsed time
when using a <repeat> step?
Example:
<repeat count="80">
.... some actions
</repeat>
<echo message="Count: ${count} in ${time}"/>
I would like to access this information at execution time so that I can
provide visual feedback and command flow branching based on results.
you can simply place the counter value in a dynamic property. For the
ellapsed time, you will see it in the reports. If you want to "work" on
it, you need to use a script.
Cheers,
Marc.
--
Blog: http://mguillem.wordpress.com
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest