-
Notifications
You must be signed in to change notification settings - Fork 2
Setting Up
gavinbunney edited this page Feb 15, 2011
·
2 revisions
- Java v1.5+ - http://java.com
- unzip the madcow-x-install.zip (where x is the version of Madcow you are installing) into your new madcow project directory
mkdir new-madcow-test-project
cd new-madcow-test-project
unzip madcow-x-install.zip
Run the either the runMadcow.sh or runMadcow.bat scripts from the command line in the root directory of this project directory structure
user@host:~/new-madcow-test-project$ ls -a
. .. .madcow build conf lib runMadcow.sh runMadcow.bat test
user@host:~/new-madcow-test-project$ chmod u+x runMadcow.sh
user@host:~/new-madcow-test-project$ ./runMadcow.sh
C:\new-madcow-test-project> runMadcow.bat
- Remove the Madcow directory (.madcow) from within your Madcow test project
user@host:~/new-madcow-test-project$ rm -rf .madcow
- Unzip the Madcow upgrade zip file within your Madcow test project
unzip madcow-x.x.x-upgrade.zip
- 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