[Webtest] can Canoo handle multiple protocols and ports
Healey, Thomas
webtest@lists.canoo.com
Wed, 17 Sep 2003 11:09:50 -0400
Richard,
My experience is the one config per testspec. So if you want a different
protocol you must change the config.
Tom
> -----Original Message-----
> From: webtest-admin@lists.canoo.com=20
> [mailto:webtest-admin@lists.canoo.com] On Behalf Of Richard Raue
> Sent: Wednesday, September 17, 2003 5:38 AM
> To: webtest@gate.canoo.com
> Subject: [Webtest] can Canoo handle multiple protocols and ports
>=20
>=20
> Hi,
>=20
> Intention is to test a webshop starting on http-protocol.
> When I'm entering the basket-page, the protocol switches to=20
> https (also the port from 80 to 443).
>=20
> How can I manage this in the config-tag of my webtest-file?
>=20
> e.g.:
> *****************************************
> original source code:
>=20
> <testSpec name=3D"test">
> <config host=3D"eki_pc19.mms-dresden.telekom.de"
> port=3D"80"
> protocol=3D"http"
> basepath=3D""
> summary=3D"true"
> saveresponse=3D"true"
> resultpath=3D"protoll_webtest"
> resultfile=3D"prot_030916.txt"
> showhtmlparseroutput=3D"false"
> verbose=3D"true"/>
> <steps>
> ...
> </steps>
> </testSpec>
> ******************************************
>=20
> so how can I add the https-protocol and the needed port 443?
>=20
> thanx4help
> Richard Raue
>=20
>=20
>=20
>=20