exasol/test-db-builder-java

Use existing database objects

Closed this issue · 0 comments

Situation

Sometimes you need to manipulate database objects in test that already exist. For example if they were created by your implementation and you need to modify them for a white-box test. Or if they are imported from a SQL file.

In those cases the TDDB must let you attach to these existing database objects. For starters we are covering scripts, but the concept can be expanded to other types too.

Acceptance criteria

  • Users can get a control object for an existing script.