15 messages in com.canoo.lists.webtestRe: [Webtest] Upgrading from R_1454 t...
FromSent OnAttachments
mraible23 Aug 2007 13:09 
mraible27 Aug 2007 10:48 
John and Pip27 Aug 2007 11:16 
mraible27 Aug 2007 18:21 
mraible27 Aug 2007 18:41 
mraible27 Aug 2007 20:00 
Marc Guillemot28 Aug 2007 01:10 
Marc Guillemot28 Aug 2007 03:08 
mraible28 Aug 2007 09:41 
Marc Guillemot29 Aug 2007 00:31 
mraible29 Aug 2007 00:46 
Marc Guillemot29 Aug 2007 04:01 
mraible29 Aug 2007 07:35 
Marc Guillemot30 Aug 2007 00:57 
mraible30 Aug 2007 06:24 
Subject:Re: [Webtest] Upgrading from R_1454 to R_1600
From:Marc Guillemot (mgui@yahoo.fr)
Date:08/29/2007 12:31:50 AM
List:com.canoo.lists.webtest

Hi Matt,

sorry, I took the wrong url while surfing on your demo site.

A first analyze shows that the correct post is made that receives the expected edit user page BUT then a new GET request is performed to http://demo.appfuse.org/appfuse-jsf/users.html which seems to be triggered by a row click handler. This is naturally wrong. I'll investigate it.

Marc.

mraible wrote:

Marc Guillemot wrote:

Hi Matt,

I can follow your script until: <verifytitle text="User List | AppFuse"/>

but I don't understand what this should do: <clicklink xpath="//table[@id='editUser:users']/tbody/tr[1]/td[1]/a"/> when I surf with my FF, I have to agree with WebTest, I don't see any table with such an id there.

Is something in your script missing?

Marc.

If you go to http://demo.appfuse.org/appfuse-jsf/users.html and login with admin/admin, it'll take you to the User List screen. View source and search for "editUser:users" and you'll see a table with that id. The script isn't missing anything that I know of - it works if I put HtmlUnit 1.11 in my classpath. You can also change it to <clicklink lable="foo"/> - where foo is one of the links in the table.

Thanks,