-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
johnnyRhino edited this page Jun 2, 2011
·
2 revisions
If the website being redirected to has a non-supported certificate then you'll need to import the certificate into your local Java JDK using keytool.
Linux:
keytool -importcert -alias "website-cert" -keystore "$JAVA_HOME/jre/lib/security/cacerts" -file website.cert{code}
Mac OSX:
sudo keytool -importcert -alias website -keystore `/usr/libexec/java_home`/lib/security/cacerts -file website.cert
The default keychain password is 'changeit'
To add single line comment to a test simply prepend a # to the front of the line.
# this is a useful test
- Home
- Setting Up
- Configuration
- Writing Madcow Tests
- Running Madcow Tests
- Data Parameters
- Templates
- Macros
- Disabling A Test
- Spreadsheet Scenario Testing
Madcow Operations
- Madcow Operations
- Madcow Operations - Table
- Madcow Operations - XPath Extras
- List of Madcow Operations
Extending and Customising Madcow
Reference
For Developers