Database Testing

Database testing support is currently under development and only available in the development code releases. And, all of this may change before it is released.

Additional Prerequisites

Configuring

You will need to specify various parameters:

	Service DB {
		dsn:		dbi:mysql:database=mydatabase;host=dbhost
		user:		argus
		pass:		password
		sql:		SELECT COUNT(*) FROM mytable
	}

The results of the select statement may be tested using any of the normal tests described in extended testing, such as 'expect', or 'minvalue'.