forked from SQLBulkQueryTool/SQLBulkQueryTool
-
Notifications
You must be signed in to change notification settings - Fork 0
3. Features
vhalbert edited this page Feb 1, 2013
·
2 revisions
- Regression testing
- validates actual results against expected results, include expected failures.
- query execution time deviation validation
- supports regression validation on Teiid query plans when using Teiid as the data source.
- Supports testing of logical group boundaries
- Define 'n' number of statements for a single "Query Test", and they will be treated as a group.
- Based on whether Default Transaction mode (autocommit=TRUE) or Local Transaction mode (autocommit=FALSE) is used, will determine how the expected group will behave.
- Supports INSERT, UPDATE and DELETE testing
- Supports using PreparedStatements
- Supports Batch execution, mainly useful when testing a logical group of statements
- Perform simple load testing, by executing a query repeatatively for "N" number of time