[Webtest] [dev] webtestTaskdefs.properties problem
Marc Guillemot
webtest@lists.canoo.com
Thu, 04 Aug 2005 10:14:14 +0200
Hi Denis,
comments below
Denis N. Antonioli wrote:
> Hi
>
> On 3 août 05, at 13:56, Marc Guillemot wrote:
>
>> Hi,
>>
>> it's a good idea to generate webtest.taskdef using xdoclet, but
>> current version seriously breaks compatibility with previous builds
>> because many deprecated steps are missing like:
>>
>> new_setinputfield=com.canoo.webtest.steps.form.SetInputField
>> new_setselectfield=com.canoo.webtest.steps.form.SetSelectField
>> new_setcheckbox=com.canoo.webtest.steps.form.SetCheckbox
>> new_setradiobutton=com.canoo.webtest.steps.form.SetRadioButton
>> new_selectform=com.canoo.webtest.steps.form.SelectForm
>> emulateSetElementAttribute=com.canoo.webtest.extension.EmulateSetInput
>> FieldAttribute
>> click=com.canoo.webtest.steps.request.ClickElement
>
>
> anybody could fix this, just add the entries to doc/xdoclet/taskdef.xdt
sure but as long as you don't have explained what you're doing and why you're doing it I don't have time to investigate
and try to guess what is the aim of the change.
>
> Or is it possible to have multiple name in the @webtest.step javadoc?
> That would also solve the next problem.
>
>
>> Furthermore the file now contain all steps in a lowercased version
>> rather than only the 25 which have been changed. I think that it is a
>> bad idea to introduce new "versions" of these steps.
>
>
> What is the plan to move everybody to camelCased step name?
that is not the plan: that was the current status! This was discussed in the mailing list for some weeks and the change
was performed some days after.
Can you make the changes to restore the previous state with the steps that existed with lowercase names in the
deprecated section (and only these one lowercased)?
Marc.