company logo

Database model

The database model is quite simple as shown in the picture below:

The database provides several entries (extends) for accessing the database. Detailed description for the data types is provided in chapter "Complex data types". Extents are global database variables, the provide immediately access to data:

  • TopEntries - Provides all main suites defined in the test system
  • DirEntry - Provides all directory entries for test suites and test cases
  • TestRun - Provides all test runs
  • RunEntry - Provides run entries for all test runs

In order to access database instances, one starts with one of these entries following the traversal paths defined by the object model.