-
Notifications
You must be signed in to change notification settings - Fork 2
Madcow operations
timfarr edited this page Jul 10, 2011
·
8 revisions
...
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"]
#More Information Click one of the following to get more detailed information about a given Madcow operation!
- Check Value
- Check Value Contains
- Check Value Empty
- Check Value Not Empty
- Click Button
- Click Link
- Execute Event
- Execute Javascript
- Execute SQL
- Follow Frame
- Import Template
- Import Test
- Invoke Url
- Is Radio Button Selected
- Is Radio Button Unselected
- Madcow Skip
- Previous Response
- Select Checkbox
- Select Field
- Select Form
- Set Radio Button
- Show on Report
- Store
- Store Cookie
- Store Header
- Store Property
- Store RegEx
- Store XPath
- Submit Form
- Test Info
- Unselect Checkbox
- Value
- Verify Checkbox
- Verify Cookie
- Verify Element
- Verify Exists
- Verify Input Field
- Verify Links
- Verify Not Exists
- Verify Property
- Verify Select Field Options
- Verify Select Field Contains
- Verify Text Area
- Verify Text Is Not
- Verify Text
- Verify Title
- Verify XPath
- Wait For Element
- Wait For Radio Button Not Selected
- Wait For Radio Button Selected
- Wait For Text
- Wait Seconds
- Wait Until Exists
- 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