4 messages in com.canoo.lists.webtestAW: [Webtest] How to use setcheckbox ...
FromSent OnAttachments
sem....@bkw-fmb.ch05 Feb 2003 00:46 
Aatish Arora05 Feb 2003 01:12 
sem....@bkw-fmb.ch05 Feb 2003 04:58 
Aatish Arora05 Feb 2003 09:46 
Subject:AW: [Webtest] How to use setcheckbox correctly?
From:sem....@bkw-fmb.ch (sem.@bkw-fmb.ch)
Date:02/05/2003 04:58:49 AM
List:com.canoo.lists.webtest

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