|
|
|
Feature List
AnyDbTest offers many advanced features, beyond here mentioned.
- 1.Writing test case with XML, not Java/C++/C#/VB code. Not need those expensive programming tools.
- 2.Supports all popular databases, such as Oracle/SQL Server/My SQL
- 3.So many kinds of assertion supported, such as StrictEqual, SetEqual, IsSupersetOf, Overlaps, and RecordCountEqual etc. Plus, most of assertions can prefix logic not operator.
- 4.Allows using an Excel spreadsheet/XML as the source of the data for the tests. As you know, Excel spreadsheet is to easily create/edit and maintain the test data.
- 5.Supports sandbox test model, if one test will be done in sandbox, all database operations on each DB will be rolled back meaning any changes will be undone.
- 6.Allows performing data pump from one database/Excel into target database in testing initialization and finalization phase. This is easy way to prepare the test data for testing.
- 7.Unique cross-different-type-database testing, which means target and reference result set can come from two databases, even one is SQL Server, another is Oracle.
- 8.Set style comparison for recordset. AnyDbTest will tell you what is the intersection, or surplus or absence between the two record sets.
- 9.Sequential style comparison for recordset or scalar values. It means the two result set will be compared in their original sequence.
- 10.Allow to export result set of SQL statement into XML/Excel file.
|
|
|
|