Hi Kuno,
So, I guess I'll have to duplicate my testSpec scripts to be able to handle
both cases.
Many thanks for your answer.
Robert
-----Ursprüngliche Nachricht-----
Von: Ammann Kuno [mailto:Kuno...@comit.ch]
Gesendet: Mittwoch, 5. Februar 2003 13:39
An: webt...@lists.canoo.com
Betreff: [Webtest] How to use setcheckbox correctly?
hi robert
as fare as i know it is not possible to set a checkbox to false. it tried
that once to and failed with the same error message 'Could not remove
parameter from request'.
i think you need to check whether your attribute is true in advance and only
in this case you can use the setcheckbox method. (by default the a checkbox
is not part of a request and therefore not set.)
how to use a method under conditions is not clear to me at the moment. but i
think it's maybe standard ant syntax, i am not using in details.
kuno