Testing Tools

Previous  Top  Next

While developing your database application, you need to be able to test your application and stored database code.

 

You can generator hundreds of thousands of rows with meaningful test-data in your database if you use the very powerful and flexible Test Data Generator (Database Workbench Pro only). If you need to import from legacy or other systems, use the Data Pump or Data Import tools.

 

To run ad-hoc queries or analyse the statement-execution plans, use the very flexible SQL Editor - also used to run scripts and parameterized statements and of course, you can use the BLOB Editor to view and edit your binary data.

 

If you're using InterBase, Firebird or Oracle then you can use the build in Debugger in order to test your Stored Procedure, Stored Function or Package code:

Stored Code Debugger
InterBase Stored Procedure Debugger
Firebird Stored Procedure Debugger
Oracle Stored Procedure/Function and Package Debugger