[Webtest] Re: TR: Help testing frames in different windows.
Fabien TISON
webtest@lists.canoo.com
Fri, 15 Oct 2004 17:29:30 +0200
Thank you Marc and Dierk. :-)
-----Message d'origine-----
De : webtest-admin@lists.canoo.com =
[mailto:webtest-admin@lists.canoo.com] De
la part de Dierk Koenig
Envoy=E9 : lundi 11 octobre 2004 17:31
=C0 : webtest@lists.canoo.com
Objet : RE: [Webtest] Re: TR: Help testing frames in different windows.
Hi,
I helped the server to be increase his motivation.
You can download now.
cheers
Mittie
> -----Original Message-----
> From: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of Marc Guillemot
> Sent: Montag, 11. Oktober 2004 11:24
> To: webtest@lists.canoo.com
> Subject: Re: [Webtest] Re: TR: Help testing frames in different =
windows.
>
>
> Salut Fabien,
>
> it's now committed, but it seems that the server isn't motivated to=20
> build...
>
> You can get it from CVS if you want (version 1.14 of=20
> FollowFrame.java). The new attribtute's name is "relative".
>
> Marc.
>
>
> Fabien TISON wrote:
> > Hi Marc
> >
> > I didn't see a new version of FollowFrame in CVS. Maybe I don't
> look at the
> > right place
> >
> (http://webtest.canoo.com/viewrep/Canoo%20Webtest%20CVS/webtest/sr
> c/com/cano
> > o/webtest/steps/request/FollowFrame.java), or you didn't have time=20
> > to do that.
> >
> > Just for testing purpose, maybe you could send it to me by mail
> waiting for
> > your real commit.
> >
> > Best regards.
> > Fabien
> >
> >
> > -----Message d'origine-----
> > De : webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com] De
> > la part de Fabien TISON
> > Envoy=E9 : vendredi 24 septembre 2004 18:19 =C0 :=20
> > webtest@gate2.canoo.com Objet : RE: [Webtest] Re: TR: Help testing=20
> > frames in different windows.
> >
> > Thank you, Marc.
> >
> > The decision process for choosing Canoo is blocked because of
> this lack of
> > functionality.
> >
> > I know that if we miss a functionality, we have to implement
> it. But if it's
> > already done, I thank you in advance for the contribution.
> >
> > Canoo is now finally against Compuware. And your contribution
> will be able
> > to tip the scales.
> > We have chosen Canoo against Solex, Anteater, Jameleon, ....
> > And currently, I don't regret it.
> >
> > Best regards
> > Fabien
> >
> >
> > -----Message d'origine-----
> > De : webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com] De
> > la part de Marc Guillemot Envoy=E9 : vendredi 24 septembre 2004 =
10:34 =C0 :
> > webtest@lists.canoo.com Objet : [Webtest] Re: TR: Help testing=20
> > frames in different windows.
> >
> > It's due to the way followframe currently works. It looks for the=20
> > frame starting at the main window. followframe should be improved=20
> > with an attribute "relative" (or something like that) to allow=20
> > following a frame from the current response.
> > I use for my own needs a special version of followframe doing
> only this. I
> > will commit this feature in the standard followframe as soon as
> possible.
> >
> > Marc.
> >
> > Fabien TISON wrote:
> >
> >>Hi,
> >>
> >>I 'm trying to test a frame, in a new window, created by a link=20
> >>with target=3D"_top".
> >>
> >>I received the following error :
> >> BUILD FAILED
> >> Test step followframe named "Selectionne la frame recherche =
produit"
> >>failed with message "Step "followframe" Selectionne la frame=20
> >>recherche produit" (12/14) Frame not found with name: recherche
available:
> >>[mbanner, liste, _new, edientete, menu, _top]"
> >>
> >>Complete descrition of the case at the end of the message.
> >>
> >>I wonder if it's possible to follow a frame in another window (maybe =
> >>a HttpUnit limitation) ?
> >>If not, how can I contribute to make it possible ?
> >>
> >>Best regards
> >>Fabien TISON
> >>Java Development
> >>http://www.generix.fr
> >>
> >>Test case :
> >>-----------
> >>
> >>Frame structure of the main page :
> >>+------------------------+
> >>| mbanner <link>|
> >>+----+-------------------+
> >>|menu| edientete |
> >>| | |
> >>| +-------------------+
> >>| | liste |
> >>| | |
> >>| | |
> >>| | |
> >>+----+-------------------+
> >>
> >>In the "mbanner" frame I use the "clickbutton" to submit a form.
> >>This form has a "target" attribut with the "_top" value, so that=20
> >>there is a new window for the next page.
> >>
> >>This new window has the following frame structure :
> >>+-----------------------------+
> >>| banner <link>|
> >>+---------+-------------------+
> >>|recherche| option |
> >>| | |
> >>| | |
> >>| +-------------------+
> >>| | liste |
> >>| | |
> >>| | |
> >>+---------+-------------------+
> >>
> >>Unfortunately, I don't succeed to make tests for the "recherche" =
frame.
> >>
> >>I receive the following error :
> >> BUILD FAILED
> >> Test step followframe named "Selectionne la frame recherche =
produit"
> >>failed with message "Step "followframe" Selectionne la frame=20
> >>recherche produit" (12/14) Frame not found with name: recherche
available:
> >>[mbanner, liste, _new, edientete, menu, _top]"
> >>
> >>I tried "_top:recherche" as a parameter of folowframe but same =
error.
> >>
> >>TestCase.xml :
> >> <target name=3D"main">
> >> <testSpec name=3D"1er test">
> >> <config
> >> autorefresh=3D"true"
> >> saveresponse=3D"true"
> >> summary=3D"true"
> >> showhtmlparseroutput=3D"true"
> >> resultpath=3D"${resultpath}"
> >> resultfile=3D"${resultfile}"
> >> host=3D"localhost"
> >> port=3D"8888"
> >> protocol=3D"http"
> >> basepath=3D"egx500ES1/btoe" />
> >> <steps>
> >> <invoke
> >> stepid=3D"Appel de la page d'accueil"
> >>
> >>
> >
> >
> =
url=3D"ServletControl?sourceview=3DI_MENU&cinematic=3Dforward(0)&
> ;entity=3D1"
> >
> >
> >>/>
> >> <verifytitle
> >> stepid=3D"V=E9rification du titre de la fenetre"
> >> text=3D"GENERIX Collaborative Entreprise -
> Identification" />
> >> <setinputfield stepid=3D"Saisie Entit=E9"
> >> name=3D"chp:ENTITY"
> >> value=3D"1" />
> >> <setinputfield stepid=3D"Saisie User"
> >> name=3D"chp:USER"
> >> value=3D"xxxxx" />
> >> <setinputfield stepid=3D"Saisie password"
> >> name=3D"chp:PASSWORD"
> >> value=3D"xxxxx" />
> >> <clickbutton stepid=3D"Bouton Envoyer"
> >> name=3D"validation" />
> >> <verifytitle
> >> stepid=3D"V=E9rification du titre de la fenetre =
apr=E8s login"
> >> text=3D"Groupe (multi-entites) - RDEMOC" />
> >>
> >> <followframe stepid=3D"Selectionne la frame du haut"
> >> name=3D"mbanner"/>
> >>
> >> <setinputfield stepid=3D"Saisie fonction et lance"
> >> name=3D"chp:Fct"
> >> value=3D"I_PRO_F" />
> >> <clickbutton stepid=3D"Bouton Lancer"
> >> label=3D"Lancer" />
> >>
> >> <followframe stepid=3D"Selectionne la frame
> recherche produit"
> >> name=3D"recherche"/>
> >><verifyselectfield
> >> stepid=3D"V=E9rification du contenu liste =
d=E9roulante etat"
> >> name=3D"cinematic"
> >> text=3D"Tous les articles" />
> >> </steps>
> >> </testSpec>
> >> </target>
> >
> >
> > _______________________________________________
> > WebTest mailing list
> > WebTest@lists.canoo.com
> > http://lists.canoo.com/mailman/listinfo/webtest
> >
> > _______________________________________________
> > WebTest mailing list
> > WebTest@lists.canoo.com
> > http://lists.canoo.com/mailman/listinfo/webtest
> >
> > _______________________________________________
> > WebTest mailing list
> > WebTest@lists.canoo.com
> > http://lists.canoo.com/mailman/listinfo/webtest
> >
>
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>
_______________________________________________
WebTest mailing list
WebTest@lists.canoo.com
http://lists.canoo.com/mailman/listinfo/webtest