|
Hi
I've been looking into JWebUnit for the past few
days and think it is very good.
However I have a few questions..
1. Why does the WebTester.checkCheckbox(String)
method set the form parameters value to "on"
rather than use the httpUnits
setCheckbox(String, boolean) method ??
2. Why does JWebUnit not implement the form index
hasForm(int) and getForm(int) in the WebTester class
as assertFormPresent(int) and
setWorkingForm(int) ? It only provides
'formName' implementations
that do not work in all
circumstances.
3. How would I go about contributing to this
project? I am going to use it extensively but so far I've had to subclass alot
of the classes to add missing or incorrect functionailty. I
would like to submit some of these changes so that they may
be included in the next version.
|
- Re: [Jwebunit-development] Questions: checkCheckbox & s... Colin Harris
- Re: [Jwebunit-development] Questions: checkCheckbox &a... James E Weaver
