[Webtest] Browser Recording Tool - Proxy settings
Dierk Koenig
webtest@lists.canoo.com
Tue, 24 Aug 2004 19:28:54 +0200
You really need to fill in "localhost".
The Click-O-Mat, that runs on your local machine,
i.e. "localhost", acts as the proxy.
> > fill in Address: localhost
>
> Used www.google.com, no local web services on my system
>
This is not the Address bar in your browser, but
the textfield named "Address" in your LAN Settings dialog.
hope that helps
Mittie
> -----Original Message-----
> From: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of Mike D'Ambrogia
> Sent: Dienstag, 24. August 2004 18:05
> To: webtest@lists.canoo.com
> Subject: RE: [Webtest] Browser Recording Tool - Proxy settings
>
>
> -------------- Original message from "Dierk Koenig" : --------------
>
> >
> > 1) make sure your intranet app works without proxy:
> > close all IE windows but one.
> > goto Tools, Internet Options, Connections, LAN Settings
> > uncheck "Automatically..."
> > uncheck "Use automatic..."
> > uncheck "Use a proxy..."
> > [OK]
> > click [LAN Settings] again to verify that your changes persist
> > browse to your intranet page
> > hit
> > is your page correctly displayed?
>
> Yes
>
> > 2) same with click-o-mat:
> > start click-o-mat
> > in the "WebTest" tab set the "basepath" to the path of your intranet
> app
> > (in http://myhost:80/mypath/anotherpath/... it would be mypath)
> > hit the "new session" button
> > -> template header is in the textarea
> > -> console window says proxy started on 8088
> > goto Tools, Internet Options, Connections, LAN Settings
> > uncheck "Automatically..."
> > uncheck "Use automatic..."
> > check "Use a proxy..."
> > fill in Address: localhost
>
> Used www.google.com, no local web services on my system
>
> > fill in Port: 8088
> > uncheck "Bypass"
> > browse to your intranet page
> > hit
> > what happens in
> > - your browser
>
> If I set the URL/Address on my IE 6 browser on w2kpro to port 80
> (http://www.google.com) I see the initial google.com page. But entering
> anything into the text box results in nothing happening, the results
> page never loads and the globe just spins and spins. It finally times
> out with a "The page cannot be displayed" msg. Console screen never
> changes after startup (see below).
>
> > - the click-o-mat textarea
>
> Nothing, when I click the stop button it just closes the steps tag out
> but no new step info from the session is in there.
>
> > - in the console window ?
>
>
> M:\webtest\click-a-mat>java -jar Click-O-Mat.jar
> INFO (ProxyServer.java:80) - starting proxy on port 8088
>
>
> ./conf File settings
>
> -------- WebTest.properties:
> # Properties for the Click-O-Mat "WebTest" Tab
> # used for the WebTest Code Generator
> # The values provided here are default values that can be changed
> # at runtime in the GUI
>
> protocol=http
> basepath=/ ***(tried it with and without the slash here)
>
> # relative to a classpath root:
> WebTest.Template.File.Name=/webtest.template.xml
> WebTest.Indentation.Tab.Count=4
>
>
> ------- Proxy.properties:
> # Properties for the Click-O-Mat "Proxy" Tab
> # used for setting up the proxy and displaying its properties
> # The values provided here are default values that can be changed
> # at runtime in the GUI
> proxyhost=www.google.com
> proxyport=8088
> status=
>
>
> -------- Https.properties
> # Properties for the Click-O-Mat "Https" Tab
> # used for setting up information needed when pretending https
> connectivity
> # The values provided here are default values that can be changed
> # at runtime in the GUI
>
> webtest.truststore.file=<mytruststore>.cer
> webtest.truststore.passphrase=<optional>
> webtest.keystore.passphrase=<mypassphrase>
> webtest.keystore.file=<absolutefilename>.epf
> webtest.keystore.alias=<optional>
> https.initializer.class=<com....MyConnectionInitializer>
>
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>