-
Notifications
You must be signed in to change notification settings - Fork 2
Spreadsheet Scenario Testing
johnnyRhino edited this page Oct 26, 2011
·
4 revisions
Madcow provides an intuitive method for providing multiple data sets to a single Madcow test scenario using spreadsheets.
Here are some notes about using Spreadsheets to execute tests with Madcow
- the first column in a spreadsheet defines the madcow test operations such as setting data parameters and importing templates.
- the second and all subsequent columns each become a seperate Madcow test with its own data set.
- the first row for all tests defines the test name, this must not contain spaces or special characters.
- after the first test (second column within the spreadsheet) only data that differs for subsequent tests needs to be defined, if not defined then this simply defaults to using the data values specified for the first test.
- Madcow will accept all cell formats in spreadsheets, and will even evaluate formulas!


- 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