-
Notifications
You must be signed in to change notification settings - Fork 2
Execute SQL
timfarr edited this page May 18, 2011
·
4 revisions
Executes some arbitrary SQL. Please note that a database configuration needs to be defined within the madcow.database.properties
file - see Configuration for more details on setting up this file.
executeSql = [some SQL]
executeSql = "update user set enabled = false where username = 'testUser'"
- 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