Database Design
The STTC Coverage Testing consists of groups with Tables, Views, Functions, etc. Each table has their own set of defined columns, which further hold columns. There would be columns common to more than one table that also provides connection between the various tables in the group.
For the ease of management of data and tables, each table consists of a unique identifier (primary key or pk) for a record. A field to track who did the entry and when did the entry took place is also listed, but in most tables are hidden from the user and could be accessed by the administrator for the troubleshooting purposes.
For the ease of reading this document, certain convention is followed herein:
All table names are in bold with italics font.
All column names are in italics font.
Last updated
Was this helpful?