Database Tests
WinRunner

 

You can either test database content via ODBC and db_functions or via a database checkpoint. There is also a neat little function that allows you to import from a database into a data table.

 

QA Run

 

Provides most database functions. You can accomplish most things either by the functions or by creating the correct SQL statement. The dbEOF is very useful for looping result sets.

 

Silk Test

 

Provides very good database support.

 

Visual Test

 

Does not support database out of the box. You need to use DLL to accomplish this.

 

Robot

 

Database tests are supported via ODBC using following functions:SQLOpen, SQLClose, SQLError, SQLRetrieve, SQLRetrieveToFile, SQLExecQuery etc.

 

QA Wizard

 

Provides support for most database functions.