Automating the Maintenance of Test Data

Previous Next

See Also

You can also automate the maintenance of your test data, by including one of the following actions as steps in a procedure.

USoft BenchMark Actions

USoft BenchMark Action

Description

top-test-drop-tables()

This action completely drops your application tables from the database.

top-test-create-tables()

This action rebuilds your application tables on the basis of the definitions in the repository.

top-test-clear-tables()

This action only removes the contents of your application tables.

top-test-export()

This action exports your application data to a TDF file in the working directory.

top-test-import()

This action imports your application data from a TDF file in the working directory.

top-test-constraint-violation-report()

This action produces a report listing any constraints that are violated.

top-test-relationship-violation-report()

This action produces a report listing data violating referential integrity in a relationship; namely minimum number of children and foreign key.