[Webtest] can Canoo handle multiple protocols and ports
Richard Raue
webtest@lists.canoo.com
Wed, 17 Sep 2003 11:38:18 +0200
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