Skip to content
vhalbert edited this page Feb 1, 2013 · 2 revisions
  • Regression testing
    1. validates actual results against expected results, include expected failures.
    2. query execution time deviation validation
    3. supports regression validation on Teiid query plans when using Teiid as the data source.
  • Supports testing of logical group boundaries
    1. Define 'n' number of statements for a single "Query Test", and they will be treated as a group.
    2. 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
Clone this wiki locally