ok configuration: test that wt.config.* properties are used

Test started at Wed Apr 25 13:11:10 CEST 2012, lasting 289 ms.
Source: /raid/volume1/opt/webtest/webtestCC/CanooFunctionalTesting/selftests/tests/configuration.xml:38:
Base URL (used by invoke steps with a relative URL): https://someFunnyHost:123456//foo/
Simulated browser: IE6
#ResultNameParameterDuration
  1okgroovy
verify config values
nested textdef cfg = step.context.config assert "someFunnyHost" == cfg.host assert 123456 == cfg.port assert "https" == cfg.protocol assert "/foo" == cfg.basePath assert cfg.saveResponse assert !cfg.haltOnFailure assert cfg.showHtmlParserOutput assert 123 == cfg.timeout
289

Back to Test Report Overview