[Webtest] [maven plugin] Button not clicked in test

Matt Raible webtest@lists.canoo.com
Tue, 1 Mar 2005 10:55:55 -0700


I figured out the problem - the Maven WebTest plugin is woefully out of 
date (October 2004).  I hacked the plugin and updated everything to 
build 733 and now everything works.  Is there any way to get the plugin 
on SF updated?

Matt

On Feb 28, 2005, at 12:51 PM, Matt Raible wrote:

> I have the following webtest - and I'm using the Maven WebTest plugin. 
>  Everything seems to work, but the "save" button never seems to be 
> clicked. Any ideas?  Could it be caused by having some JAR in my Maven 
> classpath?
>
>             <steps stepid="Add New Outage">
>                 <invoke url="/editOutage.html"/>
>                 <verifytitle stepid="verify add title" 
> text="${outageDetail.title.add}"/>
>
>                 <setselectfield stepid="select plant" 
> name="outage.plantName" value="Foo"/>
>                 <setselectfield stepid="select unit" 
> name="outage.unitName" value="Bar"/>
>                 <setinputfield stepid="set startDate" name="startDate" 
> value="02/23/2005"/>
>                 <setinputfield stepid="set endDate" name="endDate" 
> value="02/26/2005"/>
>                 <clickbutton stepid="click save to pci" name="save"/>
>
>                 <verifytitle stepid="verify list title" 
> text="${outageList.title}"/>
>             </steps>
>
> I've seen problems like this before with Ant, but never resolved them. 
>  I ended up upgrading from Fedora Core 2 to Fedora Core 3 to solve 
> this issue the last time.  Now I'm experiencing this bug on OS X.
>
> Thanks,
>
> Matt
>
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest