[hatatap] Multiple submit buttons?

Martin Klang martin at o-xml.org
Wed Jun 8 21:58:09 UTC 2005


Ganga,

you can use test:wait with either seconds or milliseconds ->
<test:wait seconds="3"/> same as <test:wait millis="3000"/>

the iterations are the number of times the main part of the script is  
run.
if you're using <test:setup> and/or <test:cleanup> then these are  
only ever run once.
you can also specify a <test:reset> block which runs after every  
iteration, but the execution time is not included in the total.
if you specify a threads value of more than 1, say x, then x threads  
are started and each one does the same number of iterations.
the total number of iterations, with theads=x and iterations=y, is x*y.
threads and iterations are mainly used for performance and stress  
testing.

hth,

/m

On 8 Jun 2005, at 21:05, Ganga Sah wrote:

> Hi Martin,
> Thanks for quick reply. Your suggestion is works great!
> 1. I am facing another issue. I need to wait a while before  
> <test:click> as page is not available yet. Is it possibe to  
> introduce wait or sleep period before <test:click>.
>
> 2. Can you clarify the usage of "-i <iterations>  iterations per  
> thread".
> Is it a repeation count of complete script?
>
>
> thanks,
> ganga
>


More information about the hatatap mailing list