-
Notifications
You must be signed in to change notification settings - Fork 2
Verify XPath
Gavin Bunney edited this page Mar 3, 2011
·
1 revision
This operation verifies that an XPath expression is true or has a certain value.
verifyXPath = [xpath : "xpath expression to evaluate", text : "The expected text value" ]
verifyXPath = [xpath : "//*[MADCOW:@id='Id']", text = "100", description : "checks the id is 100"]
- 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