-
Notifications
You must be signed in to change notification settings - Fork 2
Store Property
Gavin Bunney edited this page Mar 3, 2011
·
2 revisions
Provides the ability to store a given value into a property. It supports both dynamic properties and traditional ant properties.
storeProperty = [property : 'nameOfThePropertyToStoreTheValue', value : 'valueToStore' ]
storeProperty = [property : 'userName', value : 'admin']
- 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