Web Project
The web project node is the root of any Html or Soap test project. Here you configure
all testwide parameters.
Web Project
- [Base URL]
Enter here the URL of the server, where your homepages resides. If you wont
to verify static homepages, this might also be a directory on your hard drive.
Use the small button to select such a directory
Browser
- [Browser version]
The browser type the test environment should emulate. Keep in mind, this
is just an emulation.
- [Enable Javascript]
- [Ignore Javascript error]
Has only an effect, if javascript is enabled. This will also disable error
notifications for unconfigured confirm and prompt dialogs!
- [Enable redirect]
If a redirect status code is recived from the server, should the test follow it?
- [Authenticate server]
If you connect over https, the certificate of the server is not verified by default.
If you want the server identity to be verified, check this option. Additionally you then need to install
the needed certificates in your keystore and to start yawet with the appropriate
keystore configuration.
See http://htmlunit.sourceforge.net/jsse.html for hints.
Don't try this if you don't have to and arn't an experienced developer ;-)
- [Timeout]
If the server does not respond, set here the time, after which a page
load failure should be reported.
- [Proxy host]
If you need a proxy to access your test site, enter here the proxy configuration.
If you don't know it, check your browser settings.
- [Proxy port]
Soap
- [Soap header]
If a soap request does not contain a header, this header is used instead.
System
- [Browser display]
If you have an external browser configured, each time you click on a page, the
page is shown in the browser. This can happen by resending a request to the server
or by use a local copy of the retrieved page.
See also Browser Modes
- [External browser]
Configure the executable, that is used as an external HTML viewer. We recommend
Firefox :-).
- [Log level]
Configures which log messages are stored in the log directory log.txt.
- Debug: only for Yawet developers
- Info: detailed information about every test step
- Success: logs success and failure of test steps
- Action: Page fetchs, button clicks, etc.
- [Log directory]
In this directory, each from the server retrieved page is stored. And a simple
html overview page is created. Start index.htm in a browser or look at log.txt.
- [Free memory]
This will discard positive test results to preserve memory.
General
See General.
Log
Shows the log messages. The log is cleared each time, a new complete test run is started.
It is not cleared, when a single test step is executed. The log level determines, how
detailed the log messages are recorded.