Interconnection Test Framework :: GUI Implementation

This page describes the design and the handling of the Interconnection Test GUI

Design

Database

Tables

ITF-DB tables
Database tables

Table Description
IT_AVAILABLE_PARAMETER contains all parameters which are available for a certain IT_TYPE entry
IT_DEPENDENCY contains all parameters which are available for a certain IT_TYPE entry
IT_HISTORY contains all parameters which are available for a certain IT_TYPE entry
IT_OPERATION contains all parameters which are available for a certain IT_TYPE entry
IT_PARAMETER contains all parameters which are available for a certain IT_TYPE entry
IT_RESULT contains all parameters which are available for a certain IT_TYPE entry
IT_SUBTYPE contains all parameters which are available for a certain IT_TYPE entry
IT_TESTCASE contains all parameters which are available for a certain IT_TYPE entry
IT_TYPE contains all parameters which are available for a certain IT_TYPE entry
IT_TYPE_OPERATION contains all parameters which are available for a certain IT_TYPE entry

Views

ITF-DB views
Database vies

Trigger

Table Trigger name Type Description
IT_AVAILABLE_PARAMETER IT_AVAILABLE_PARAM_IS_DELETED AFTER INSERT OR UPDATE deletes the row if the column IS_DELETED is set to 1
IT_DEPENDENCY IT_DEPENDENCY_IS_DELETED AFTER INSERT OR UPDATE deletes the row if the column IS_DELETED is set to 1
IT_HISTORY IT_HISTORY_IS_DELETED AFTER INSERT OR UPDATE deletes the row if the column IS_DELETED is set to 1
IT_OPERATION IT_OPERATION_IS_DELETED AFTER INSERT OR UPDATE deletes the row if the column IS_DELETED is set to 1
IT_OPERATION IT_OPERATION_SEQ_TRG BEFORE INSERT sets operation_id
IT_PARAMETER IT_PARAMETER_IS_DELETED AFTER INSERT OR UPDATE deletes the row if the column IS_DELETED is set to 1
IT_RESULT IT_RESULT_IS_DELETED AFTER INSERT OR UPDATE deletes the row if the column IS_DELETED is set to 1
IT_SUBTYPE IT_SUBTYPE_IS_DELETED AFTER INSERT OR UPDATE deletes the row if the column IS_DELETED is set to 1
IT_TESTCASE IT_TESTCASE_IS_DELETED AFTER INSERT OR UPDATE deletes the row if the column IS_DELETED is set to 1
IT_TESTCASE IT_TESTCASE_SEQ_TRG BEFORE INSERT sets testcase_id
IT_TYPE IT_TYPE_IS_DELETED AFTER INSERT OR UPDATE deletes the row if the column IS_DELETED is set to 1
IT_TYPE IT_TYPE_SEQ_TRG BEFORE INSERT sets type_id
IT_TYPE_OP IT_TYPE_OP_IS_DELETED AFTER INSERT OR UPDATE deletes the row if the column IS_DELETED is set to 1

Panel

Manual

-- FranzMittermayr - 2009-09-16

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r4 - 2020-08-31 - TWikiAdminUser
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Sandbox/SandboxArchive All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback