-
Notifications
You must be signed in to change notification settings - Fork 2
Madcow operations
timfarr edited this page Jul 21, 2011
·
8 revisions
Operations are what a user must specify in order to make Madcow interact with the site under test. A testcase is essentially made up of a sequential list of operations (with a scattering of comments and other things).
For detailed information about each operation available in Madcow, please see the List of Madcow Operations.
...
Any step can be used and passed multiple supported parameters by passing a "map" to the Madcow operation.
[Optional HTML Element Id].webTestOperation = [paramter1 : "value1", parameter2 : "value2"]
For example:
htmlLinkElementId.clickLink = [description : "clicking the html link"]
or
verifyText = [regex : "/^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/", description : "checking for the emails"]
- 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