[hatatap] Multiple submit buttons?
Ganga Sah
ganga.sah at oracle.com
Thu Jun 9 22:02:51 UTC 2005
Hi Martin,
Thanks again for your quick reply, which helped me to use wait with
value in seconds sucessfully. However I was getting Java exception with
some error like unable to convert 3000 to Date when using format
<test:wait millis="3000"/>. This is not a big issue as I can
alternativey use <test:wait seconds="3"/>.
thanks,
ganga
Martin Klang wrote:
> 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