[Webtest] can Canoo handle multiple protocols and ports
Dierk Koenig
webtest@lists.canoo.com
Wed, 17 Sep 2003 13:45:58 +0200
Hi Richard,
you cannot switch withing the testspec.
Split your testspec and start the https one directly per invoke.
cheers
Mittie
> -----Original Message-----
> From: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of Richard Raue
> Sent: Mittwoch, 17. September 2003 11:38
> To: webtest@gate.canoo.com
> Subject: [Webtest] can Canoo handle multiple protocols and ports
>
>
> Hi,
>
> Intention is to test a webshop starting on http-protocol.
> When I'm entering the basket-page, the protocol switches to https
> (also the
> port from 80 to 443).
>
> How can I manage this in the config-tag of my webtest-file?
>
> e.g.:
> *****************************************
> original source code:
>
> <testSpec name="test">
> <config host="eki_pc19.mms-dresden.telekom.de"
> port="80"
> protocol="http"
> basepath=""
> summary="true"
> saveresponse="true"
> resultpath="protoll_webtest"
> resultfile="prot_030916.txt"
> showhtmlparseroutput="false"
> verbose="true"/>
> <steps>
> ...
> </steps>
> </testSpec>
> ******************************************
>
> so how can I add the https-protocol and the needed port 443?
>
> thanx4help
> Richard Raue
>
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>
>