Hi,
it seems there is a bug in HttpUnit preventing to use successively 2
Webtest's <followframe> (needed in the case where a frame contains itself a
frameset) because HttpUnit doesn't give the right frame names on the second
level but prefixes them with the first level frame name and a ":". I've
entered a bug report by HttpUnit for this:
http://sourceforge.net/tracker/index.php?func=detail&aid=737167&group_id=655
0&atid=106550
and I attach my changed version of
com.canoo.webtest.steps.request.FollowFrame allowing to cope with this
"bug". I have no unit test to incorporate because I've not seen where test
resources should be located.
Marc.