|
Tedex is a database application utility for extracting test data.
You select a table and optional where clause, and it will navigate through all the foreign key constraints that apply to the starting data.
Primarily designed to access Oracle databases, it will also let you connect to MySql databases. JDBC is used to connect to the database.
Extraction projects can be saved, opened and edited.
You can save the extracted data to a sql file as insert statements.
You could also compare before and after data extract files as a way of checking test results.
|