[Webtest] unsubscribe

webtest@lists.canoo.com webtest@lists.canoo.com
Mon, 30 Sep 2002 08:09:56 -0500


unsubscribe

Thanks.


-----Original Message-----
From: webtest-request@lists.canoo.com
[mailto:webtest-request@lists.canoo.com]
Sent: Saturday, September 28, 2002 5:01 AM
To: webtest@lists.canoo.com
Subject: WebTest digest, Vol 1 #122 - 3 msgs


Send WebTest mailing list submissions to
	webtest@lists.canoo.com

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.canoo.com/mailman/listinfo/webtest
or, via email, send a message with subject or body 'help' to
	webtest-request@lists.canoo.com

You can reach the person managing the list at
	webtest-admin@lists.canoo.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of WebTest digest..."


Today's Topics:

   1. Re: WebTest digest, Vol 1 #121 - 2 msgs (Christopher
Painter-Wakefield)
   2. further issues with form submit (Johnny Lan)
   3. RE: further issues with form submit (Charles Massey)

--__--__--

Message: 1
To: webtest@gate.canoo.com
From: "Christopher Painter-Wakefield" <paint007@mc.duke.edu>
Date: Fri, 27 Sep 2002 12:39:55 -0400
Subject: [Webtest] Re: WebTest digest, Vol 1 #121 - 2 msgs
Reply-To: webtest@lists.canoo.com


Thank you, I missed that.  I looked at the form locator because it is
mentioned in the clickbutton section.  I see now that the index locator
is
also mentioned in the clickbutton docs, but the link is actually to the
table locator, which didn't help me.  I didn't notice it was the wrong
link, so I stopped reading at that point.

-Christopher





Message: 2
From: "Dierk Koenig" <dierk.koenig@canoo.com>
To: <webtest@lists.canoo.com>
Subject: RE: [Webtest] bug (annoying feature?)
Date: Fri, 27 Sep 2002 09:29:01 +0200
Reply-To: webtest@lists.canoo.com

Hi Christopher,

<clickbutton> supports the nested locator elements.
In your case the index locator helps, see
http://webtest.canoo.com/webtest/manual/syntax.html#27

cheers
Mittie





--__--__--

Message: 2
From: Johnny Lan <Johnny.Lan@kiodex.com>
To: "'webtest@lists.canoo.com'" <webtest@lists.canoo.com>
Date: Fri, 27 Sep 2002 14:29:02 -0400
Subject: [Webtest] further issues with form submit
Reply-To: webtest@lists.canoo.com

Hi all, I've been assigned to evaluate Canoo Webtest as a possible unit
testing tool for the company. I was impressed when I read that there is
JavaScript and DOM support (btw, where can I find the documentation on
that?).

I tried to run a sample test on the company web site and I've run into
some
problems trying to click "LOGIN" on login page; the relevant snippets
from
the login page are below. I tried various combinations described in
http://webtest.canoo.com/webtest/manual/syntax.html#7 but none of them
seem
to work.

<form name=3D"loginForm" method=3D"post"
action=3D"https://staging.kiodex.com/servlet/Login">
<input type=3D"hidden" name=3D"loginPost" value=3D"true">

<td colspan=3D"2"><input type=3Dimage =
src=3D"/images/buttons/loginEnter.gif"
border=3D"0" tabindex=3D"3"></td>

Please advise asap, thanks much for your time.
=20
Disclaimer: This e-mail may contain confidential and privileged material
for
the sole use of the intended recipient(s).  If you are not the intended
recipient (or authorized to receive this e-mail for the recipient),
please
note that review, use, distribution or disclosure of any part of this
e-mail
is strictly prohibited, except that you should please contact the sender
or
notify Kiodex, Inc. at notices@kiodex.com that you have received this
message in error, and delete all copies of the message.  This e-mail and
any
attachments hereto are the property of Kiodex, Inc. and/or its relevant
affiliate, and are not intended to be an offer or an acceptance, and do
not
create or evidence a binding and enforceable contract between Kiodex,
Inc.
or any of its affiliates and the intended recipient or any other party,
and
may not be relied on by anyone as the basis of a contract by estoppel or
otherwise.

--__--__--

Message: 3
From: Charles Massey <CMassey@corp.classmates.com>
To: "'webtest@gate.canoo.com'" <webtest@gate.canoo.com>
Subject: RE: [Webtest] further issues with form submit
Date: Fri, 27 Sep 2002 11:38:10 -0700
Reply-To: webtest@lists.canoo.com

Hi Johnny,

Try putting a "name" attribute on your image, and then call the
clickbutton
step.

Like this:


<td colspan=3D"2"><input type=3Dimage name=3D"login"
src=3D"/images/buttons/loginEnter.gif"
border=3D"0" tabindex=3D"3"></td>

<clickbutton
   stepid=3D"Click 'LOGIN' button"
   name=3D"login" />

Hope this helps.
Charley

-----Original Message-----
From: Johnny Lan [mailto:Johnny.Lan@kiodex.com]
Sent: Friday, September 27, 2002 11:29 AM
To: 'webtest@lists.canoo.com'
Subject: [Webtest] further issues with form submit


Hi all, I've been assigned to evaluate Canoo Webtest as a possible unit
testing tool for the company. I was impressed when I read that there is
JavaScript and DOM support (btw, where can I find the documentation on
that?).

I tried to run a sample test on the company web site and I've run into
some
problems trying to click "LOGIN" on login page; the relevant snippets
from
the login page are below. I tried various combinations described in
http://webtest.canoo.com/webtest/manual/syntax.html#7 but none of them
seem
to work.

<form name=3D"loginForm" method=3D"post"
action=3D"https://staging.kiodex.com/servlet/Login">
<input type=3D"hidden" name=3D"loginPost" value=3D"true">

<td colspan=3D"2"><input type=3Dimage =
src=3D"/images/buttons/loginEnter.gif"
border=3D"0" tabindex=3D"3"></td>

Please advise asap, thanks much for your time.
=20
Disclaimer: This e-mail may contain confidential and privileged material
for
the sole use of the intended recipient(s).  If you are not the intended
recipient (or authorized to receive this e-mail for the recipient),
please
note that review, use, distribution or disclosure of any part of this
e-mail
is strictly prohibited, except that you should please contact the sender
or
notify Kiodex, Inc. at notices@kiodex.com that you have received this
message in error, and delete all copies of the message.  This e-mail and
any
attachments hereto are the property of Kiodex, Inc. and/or its relevant
affiliate, and are not intended to be an offer or an acceptance, and do
not
create or evidence a binding and enforceable contract between Kiodex,
Inc.
or any of its affiliates and the intended recipient or any other party,
and
may not be relied on by anyone as the basis of a contract by estoppel or
otherwise.
_______________________________________________
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


End of WebTest Digest