You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1317 lines
52 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!--<!DOCTYPE module SYSTEM "../../../conf/superx-module.dtd"> -->
<module name="qa" version="0.6" sachgebiet_id="260"
sachgebiet="Qualitätssicherung" systeminfo_id="260"
system="Qualitätssicherung" thema="Qualitätssicherung" thema_parent="Abfragen">
<database name="superx" version="3.0" system="superx">
<sachgebiete>
<sachgebiet id="261" name="Qualitätssicherung Administr."
rightname="CS_BIA_STANDARDREPORTS_ADMIN[QA]" />
</sachgebiete>
<!--<table name="qa_testcase" thema="Qualitätssicherung" typ="Datentabelle" >
<description>Testfall Metadaten </description>
<columns>
<column name="tid" type="SERIAL" size="255" default="" notnull="true" currentlyUsed="true" isKey="true" description="id">
<comment>ID</comment>
</column>
<column name="name" type="varchar" size="255" default="" notnull="true" description="Name">
<comment>Interner Name</comment>
</column>
<column name="userinfo_id" type="INTEGER" size="100" default="" notnull="false" description="Angelegt von">
<comment>Benutzer</comment>
</column>
<column name="testcase_type_id" type="INTEGER" size="100" default="" notnull="false" description="Art des Testfalls">
<comment>1=Maskentest,2=DB-Test</comment>
</column>
<column name="is_active" type="smallint" size="" default="1" description="Aktiv"
notnull="true">
<comment>Aktiv 0/1</comment>
</column>
<column name="systeminfo_id" type="INTEGER" size="100" default="" notnull="false" description="Komponente">
<comment></comment>
</column>
<column name="uniquename" type="VARCHAR" size="255" default="" description="Schlüssel"
notnull="false" >
<comment></comment>
</column>
<column name="mask_execution_id" type="INTEGER" size="255" default="" description="Maskentest"
notnull="false" >
<comment></comment>
</column>
<column name="dbtest_id" type="INTEGER" size="255" default="" description="DB-Test"
notnull="false" >
<comment></comment>
</column>
<column name="testcase_status_id" type="INTEGER" size="100" default="" notnull="false" description="Status des Testfalls">
<comment>1=Valide,2=Migration</comment>
</column>
</columns>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
<fld name='table_name'>qa_testcase</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_testcase</fld>
</row>
</rs></primaryKeys>
</table>
-->
<table name="qa_mask_execution" thema="Qualitätssicherung" typ="Datentabelle" >
<description>Berichtsausführung </description>
<columns>
<column name="tid" type="SERIAL" size="255" default="" notnull="true" currentlyUsed="true" isKey="true" description="id">
<comment>ID</comment>
</column>
<column name="name" type="varchar" size="255" default="" notnull="true" description="Name">
<comment>Interner Name</comment>
</column>
<column name="userinfo_id" type="INTEGER" size="100" default="" notnull="false" description="Angelegt von">
<comment>Benutzer</comment>
</column>
<column name="maskeninfo_id" type="INTEGER" size="100" default="" notnull="false" description="Maske">
<comment>die ausgeführt werden soll</comment>
</column>
<column name="is_active" type="smallint" size="" default="1" description="Aktiv"
notnull="true">
<comment>Aktiv 0/1</comment>
</column>
<column name="stylesheet_id" type="INTEGER" size="" default="1" description="Styleheet"
notnull="false">
<comment>XSL-Stylesheet bzw. JR</comment>
</column>
<column name="contenttype" type="VARCHAR" size="255" default="" description="Contenttype"
notnull="false" currentlyUsed="false">
<comment>XSL-Stylesheet bzw. JR</comment>
</column>
<column name="output_filename" type="VARCHAR" size="255" default="" description="Ausgabedatei"
notnull="false" currentlyUsed="false">
<comment>Ausgabedatei, wenn leer tmp.Datei</comment>
</column>
<column name="systeminfo_id" type="INTEGER" size="100" default="" notnull="false" description="Komponente">
<comment></comment>
</column>
<column name="uniquename" type="VARCHAR" size="255" default="" description="Schlüssel"
notnull="false" >
<comment></comment>
</column>
</columns>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
<fld name='table_name'>qa_mask_execution</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_mask_execution1</fld>
</row>
</rs></primaryKeys>
<!-- TODO indices-->
</table>
<table name="qa_mask_field_sel" thema="Qualitätssicherung" typ="Schlüsseltabelle" >
<description>Feldvorbelegung bei Berichtsausführung</description>
<columns>
<column name="tid" type="SERIAL" size="255" default="" notnull="true" currentlyUsed="true" isKey="true" description="id">
<comment>ID</comment>
</column>
<column name="mask_execution_id" type="INTEGER" size="100" default="" notnull="false" description="ID der Berichtsausführung" isKey="true">
<comment>Test-ID</comment>
</column>
<column name="felderinfo_id" type="INTEGER" size="100" default="" notnull="false" description="Feld">
<comment>Feld der Maske</comment>
</column>
<column name="field_value" type="VARCHAR" size="255" default="" notnull="false" description="Feldwert">
<comment>Wert des Feldes</comment>
</column>
<column name="is_active" type="smallint" size="" default="1"
notnull="true">
<comment>Aktiv 0/1</comment>
</column>
</columns>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
<fld name='table_name'>qa_mask_field_sel</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_mask_field_sel1</fld>
</row>
</rs></primaryKeys>
<!-- TODO indices-->
</table>
<table name="qa_mask_execution_assert" thema="Qualitätssicherung" typ="Schlüsseltabelle" >
<description>Erwartetes Ergebnis nach Berichtsausführung</description>
<columns>
<column name="tid" type="SERIAL" size="255" default="" notnull="true" currentlyUsed="true" isKey="true" description="id">
<comment>ID</comment>
</column>
<column name="mask_execution_id" type="INTEGER" size="100" default="" notnull="false" description="ID der Berichtsausführung" isKey="true">
<comment>Test-ID</comment>
</column>
<!--<column name="search_string" type="VARCHAR" size="255" default="" notnull="false" description="Suchstring">
<comment>Such-Anweisung</comment>
</column>-->
<column name="rownr" type="INTEGER" size="" default="" notnull="false">
<comment>Zeilennummer</comment>
</column>
<column name="colnr" type="INTEGER" size="" default="" notnull="false">
<comment>Spaltennummer</comment>
</column>
<column name="result_value_min" type="FLOAT" size="255" default="" notnull="false" description="Erwartes Ergebnis (min)">
<comment>Untergrenze Ergebniswert</comment>
</column>
<column name="result_value_max" type="FLOAT" size="255" default="" notnull="false" description="Erwartes Ergebnis (max)">
<comment>Obergrenze Ergebniswert</comment>
</column>
<column name="is_active" type="smallint" size="" default="1"
notnull="true">
<comment>Aktiv 0/1</comment>
</column>
<column name="caption" type="VARCHAR" size="255" default="" notnull="false" description="Name des erwarteten Ergebnis" isKey="false">
<comment></comment>
</column>
</columns>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
<fld name='table_name'>qa_mask_execution_assert</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_mask_execution_assert1</fld>
</row>
</rs></primaryKeys>
<!-- TODO indices-->
</table>
<table name="qa_mask_execution_result" thema="Qualitätssicherung" typ="Ladetabelle" >
<description>Protokoll der Berichtsausführung</description>
<columns>
<column name="tid" type="SERIAL" size="255" default="" notnull="true" currentlyUsed="true" isKey="true" description="id">
<comment>ID</comment>
</column>
<column name="mask_execution_id" type="INTEGER" size="100" default="" notnull="false" description="ID der Berichtsausführung">
<comment></comment>
</column>
<column name="execution_start" type="DATETIME" size="100" default="" notnull="false" description="Beginn der Ausführung">
<comment></comment>
</column>
<column name="execution_end" type="DATETIME" size="100" default="" notnull="false" description="Ende der Ausführung">
<comment></comment>
</column>
<column name="result_code" type="SMALLINT" size="" default="" description="Ausführung erfolgreich" notnull="false">
<comment>0=Erfolg</comment>
</column>
<column name="result_log" type="TEXT" size="" default="" description="Logdatei Ausführung" notnull="false">
<comment></comment>
</column>
<column name="result_xml" type="TEXT" size="255" default="" notnull="false" description="Ausgabe (XML)">
<comment>XML</comment>
</column>
<column name="result_html" type="TEXT" size="255" default="" notnull="false" description="Ausgabe (HTML)">
<comment>HTML</comment>
</column>
<!--
<column name="result_value" type="VARCHAR" size="255" default="" description="Rückgabewert" notnull="false">
<comment></comment>
</column>
<column name="result_rowcount" type="INTEGER" size="" default="" description="Anzahl Zeilen" notnull="false">
<comment></comment>
</column>
<column name="result_errdesc" type="TEXT" size="255" default="" notnull="false" description="Fehlermeldung">
<comment>Stacktrace</comment>
</column>
-->
</columns>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
<fld name='table_name'>qa_mask_execution_result</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_mask_execution_result</fld>
</row>
</rs></primaryKeys>
<!-- TODO indices-->
</table>
<!--vielleicht mal 'ne Hilfstabelle:
<table name="qa_testcase_result" thema="Qualitätssicherung" typ="Datentabelle" >
<description>Protokoll der Testfall-Ausführung</description>
<columns>
<column name="tid" type="SERIAL" size="255" default="" notnull="true" currentlyUsed="true" isKey="true" description="id">
<comment>ID</comment>
</column>
<column name="testcase_id" type="INTEGER" size="100" default="" notnull="false" description="ID des Testfalls">
<comment></comment>
</column>
<column name="assertion_def_col_caption" type="VARCHAR" size="255" default="" notnull="false" description="Erwartung">
<comment></comment>
</column>
<column name="mask_execution_result_id" type="INTEGER" size="100" default="" notnull="false" description="Maskentest Ergebnis Details">
<comment></comment>
</column>
<column name="dbtest_result_id" type="INTEGER" size="100" default="" notnull="false" description="DB-Test Ergebnis Details">
<comment></comment>
</column>
<column name="execution_start" type="DATETIME" size="100" default="" notnull="false" description="Beginn der Ausführung">
<comment></comment>
</column>
<column name="execution_end" type="DATETIME" size="100" default="" notnull="false" description="Ende der Ausführung">
<comment></comment>
</column>
<column name="result_value" type="VARCHAR" size="255" default="" description="Ergebnis" notnull="false">
<comment></comment>
</column>
<column name="result_code" type="SMALLINT" size="" default="" description="Ausführung erfolgreich" notnull="false">
<comment>0=Erfolg</comment>
</column>
<column name="result_log" type="TEXT" size="" default="" description="Logdatei Ausführung" notnull="false">
<comment></comment>
</column>
</columns>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
<fld name='table_name'>qa_testcase_result</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_testcase_result</fld>
</row>
</rs></primaryKeys>
</table>-->
<table name="qa_mask_execution_assert_result" thema="Qualitätssicherung" typ="Datentabelle" >
<description>Ergebnis nach Berichtsausführung</description>
<columns>
<column name="tid" type="SERIAL" size="255" default="" notnull="true" currentlyUsed="true" isKey="true" description="id">
<comment>ID</comment>
</column>
<column name="mask_execution_assert_id" type="INTEGER" size="100" default="" notnull="false" description="ID der Planung der Berichtsausführung-Assertion" isKey="false">
<comment>Test-ID</comment>
</column>
<column name="mask_execution_result_id" type="INTEGER" size="100" default="" notnull="false" description="ID der Berichtsausführung-Assertion" isKey="false">
<comment>Test-ID</comment>
</column>
<column name="assert_result_value_min" type="FLOAT" size="255" default="" notnull="false" description="Erwartes Ergebnis (min)">
<comment>Untergrenze erwarteter Ergebniswert</comment>
</column>
<column name="assert_result_value_max" type="FLOAT" size="255" default="" notnull="false" description="Erwartes Ergebnis (max)">
<comment>Obergrenze erwarteter Ergebniswert</comment>
</column>
<column name="result_value" type="VARCHAR" size="255" default="" description="Rückgabewert" notnull="false">
<comment></comment>
</column>
<column name="result_code" type ="SMALLINT" size ="5" default ="" notnull ="false" description="Ausführung Ergebniscode"><comment>0=Erfolg</comment></column>
</columns>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
<fld name='table_name'>qa_mask_execution_assert_result</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_mask_execution_assert_result</fld>
</row>
</rs></primaryKeys>
<!-- TODO indices-->
</table>
<table name="qa_mask_execution2project" caption="Testfall zu Projekt" thema="Qualitätssicherung" typ="Datentabelle">
<columns><column name="tid" type ="SERIAL" size ="10" default ="" notnull ="true" description=""/>
<column name="mask_execution_id" type ="INTEGER" size ="255" default ="" notnull ="true" isKey="true" description="DB-Test"/>
<column name="project_id" type ="INTEGER" size ="10" default ="" notnull ="true" description="Projekt"/>
<column name="issue_id" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Ticketnummer"><comment></comment></column>
</columns>
<indexes>
<index name="ix_qa_mask_execution2project" type="unique">
<index-column name="mask_execution_id"/>
<index-column name="project_id"/>
</index>
</indexes>
<primaryKeys><rs>
<row>
<fld name='table_cat'></fld>
<fld name='table_schem'></fld>
<fld name='table_name'>qa_mask_execution2project</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_mask_execution2project</fld>
</row>
</rs></primaryKeys>
<foreignKeys></foreignKeys>
<importedKeys></importedKeys>
<privileges><rs>
</rs></privileges>
</table>
<!--Tabellenvergleiche -->
<table name="qa_tablecomp_profile" thema="Qualitätssicherung" typ="Schlüsseltabelle" >
<description>Tabellenvergleich Name des Profils</description>
<columns>
<column name="tid" type="SERIAL" size="255" default="" notnull="true" currentlyUsed="true" isKey="true" description="id">
<comment>ID</comment>
</column>
<column name="name" type="varchar" size="255" default="" notnull="true" description="Name">
<comment>Interner Name</comment>
</column>
<column name="uniquename" type="VARCHAR" size="255" default="" description="Schlüssel"
notnull="false" >
<comment></comment>
</column>
<column name="table_1" type="VARCHAR" size="255" default="" description="Tabelle 1"
notnull="true" >
<comment></comment>
</column>
<column name="table_1_caption" type="VARCHAR" size="255" default="" description="Tabelle 1 Beschriftung"
notnull="true" >
<comment></comment>
</column>
<column name="table_2" type="VARCHAR" size="255" default="" description="Tabelle 2"
notnull="true" >
<comment></comment>
</column>
<column name="table_2_caption" type="VARCHAR" size="255" default="" description="Tabelle 2 Beschriftung"
notnull="true" >
<comment></comment>
</column>
<column name="is_active" type="smallint" size="" default="1" description="Aktiv"
notnull="true">
<comment>Aktiv 0/1</comment>
</column>
<column name="systeminfo_id" type="INTEGER" size="100" default="" notnull="false" description="Komponente">
<comment></comment>
</column>
</columns>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
<fld name='table_name'>qa_tablecomp_profile</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_tablecomp_profile</fld>
</row>
</rs></primaryKeys>
<!-- TODO indices-->
</table>
<table name="qa_tablecomp_aggregation" thema="Qualitätssicherung" typ="Schlüsseltabelle" >
<description>Tabellenvergleich Abgleiche Summen im Rahmen eines Profils</description>
<columns>
<column name="tid" type="SERIAL" size="255" default="" notnull="true" currentlyUsed="true" isKey="true" description="id">
<comment>ID</comment>
</column>
<column name="qa_tablecomp_profile_id" type="INTEGER" size="" default="" description="Profil"
notnull="false">
<comment></comment>
</column>
<column name="name" type="varchar" size="255" default="" notnull="true" description="Name">
<comment>Interner Name</comment>
</column>
<column name="whereclause" type="TEXT" size="255" default="" description="Bedingung"
notnull="false" >
<comment></comment>
</column>
<column name="aggregationfield" type="varchar" size="255" default="" notnull="true" description="Feld der Aggregation">
<comment></comment>
</column>
<column name="aggregationfunction" type="varchar" size="255" default="sum" notnull="true" description="Funktion der Aggregation">
<comment>z.B. sum</comment>
</column>
<column name="is_active" type="smallint" size="" default="1" description="Aktiv"
notnull="true">
<comment>Aktiv 0/1</comment>
</column>
<column name="priority" type="CHAR" size="10" default="" notnull="false" description="Priorität">
<comment></comment>
</column>
</columns>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
<fld name='table_name'>qa_tablecomp_aggregation</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_tablecomp_aggregation</fld>
</row>
</rs></primaryKeys>
<!-- TODO indices-->
</table>
<table name="qa_tablecomp_field" thema="Qualitätssicherung" typ="Schlüsseltabelle" >
<description>Tabellenvergleich Abgleiche Felder im Rahmen eines Profils</description>
<columns>
<column name="tid" type="SERIAL" size="255" default="" notnull="true" currentlyUsed="true" isKey="true" description="id">
<comment>ID</comment>
</column>
<column name="qa_tablecomp_profile_id" type="INTEGER" size="" default="" description="Profil"
notnull="false">
<comment></comment>
</column>
<column name="name" type="varchar" size="255" default="" notnull="true" description="Name">
<comment>Feldname</comment>
</column>
<column name="priority" type="CHAR" size="10" default="" notnull="false" description="Priorität">
<comment></comment>
</column>
<column name="sortnr" type="SMALLINT" size="10" default="" notnull="false" description="Sortiernummer">
<comment></comment>
</column>
</columns>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
<fld name='table_name'>qa_tablecomp_field</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_tablecomp_field</fld>
</row>
</rs></primaryKeys>
<!-- TODO indices-->
</table>
<table name="qa_tablecomp_groupby" thema="Qualitätssicherung" typ="Schlüsseltabelle" >
<description>Tabellenvergleich Gruppierungsspalten im Rahmen eines Profils</description>
<columns>
<column name="tid" type="SERIAL" size="255" default="" notnull="true" currentlyUsed="true" isKey="true" description="id">
<comment>ID</comment>
</column>
<column name="qa_tablecomp_profile_id" type="INTEGER" size="" default="" description="Profil"
notnull="false">
<comment></comment>
</column>
<column name="fieldname" type="varchar" size="255" default="" notnull="true" description="Name">
<comment>Interner Name</comment>
</column>
</columns>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
<fld name='table_name'>qa_tablecomp_groupby</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_tablecomp_groupby</fld>
</row>
</rs></primaryKeys>
<!-- TODO indices-->
</table>
<table name="qa_tablecomp_idcol" thema="Qualitätssicherung" typ="Schlüsseltabelle" >
<description>Tabellenvergleich Identitätsspalten im Rahmen eines Profils</description>
<columns>
<column name="tid" type="SERIAL" size="255" default="" notnull="true" currentlyUsed="true" isKey="true" description="id">
<comment>ID</comment>
</column>
<column name="qa_tablecomp_profile_id" type="INTEGER" size="" default="" description="Profil"
notnull="false">
<comment></comment>
</column>
<column name="fieldname" type="varchar" size="255" default="" notnull="true" description="Name">
<comment>Interner Name</comment>
</column>
</columns>
<primaryKeys>
<rs>
<row>
<fld name='table_cat'>superx</fld>
<fld name='table_schem'>superx</fld>
<fld name='table_name'>qa_tablecomp_idcol</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_tablecomp_idcol</fld>
</row>
</rs></primaryKeys>
<!-- TODO indices-->
</table>
<table name="qa_project" caption="Test-Projekt" thema="Qualitätssicherung" typ="Schlüsseltabelle">
<columns><column name="tid" type ="SERIAL" size ="10" default ="" notnull ="true" description=""/>
<column name="uniquename" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Schlüssel"/>
<column name="name" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Name"/>
<column name="systeminfo_id" type ="INTEGER" size ="10" default ="" notnull ="false" description="Komponente"/>
<column name="sachgebiete_id" type ="INTEGER" size ="10" default ="" notnull ="false" description="Sachgebiet"/>
<column name="active" type ="SMALLINT" size ="5" default ="" notnull ="false" description="Aktiv"/>
<column name="created_at" type ="DATE" size ="13" default ="" notnull ="false" description="Erzeugt am"/>
<column name="created_from" type ="INTEGER" size ="10" default ="" notnull ="false" description="Erzeugt von"/>
<column name="issue_link" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Link zum Ticketsystem"/>
</columns>
<indexes></indexes>
<primaryKeys><rs>
<row>
<fld name='table_cat'></fld>
<fld name='table_schem'></fld>
<fld name='table_name'>qa_project</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_project</fld>
</row>
</rs></primaryKeys>
<foreignKeys></foreignKeys>
<importedKeys></importedKeys>
<privileges><rs>
</rs></privileges>
</table>
<table name="qa_resultset" caption="Datenbanktest Ergebnistabelle" thema="Qualitätssicherung" typ="Schlüsseltabelle">
<columns><column name="tid" type ="SERIAL" size ="10" default ="" notnull ="true" description=""/>
<column name="uniquename" type ="VARCHAR" size ="255" default ="" notnull ="true" description="Schlüssel"/>
<column name="name" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Name"/>
<column name="systeminfo_id" type ="INTEGER" size ="10" default ="" notnull ="true" description="Komponente"/>
<column name="fromclause" type ="TEXT" size ="32255" default ="" notnull ="false" description="Quelltabellen"><comment>formuliert als SQL-from-Ausdruck</comment></column>
<column name="fieldclause" type ="TEXT" size ="255" default ="" notnull ="false" description="Felder"><comment>formuliert als SQL-select-Ausdruck</comment></column>
<column name="groupbyclause" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Gruppierung"><comment>formuliert als SQL-group by -Ausdruck</comment></column>
<column name="orderbyclause" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Sortierung"><comment>formuliert als SQL-order by-Ausdruck</comment></column>
</columns>
<indexes>
<index name="ix_qa_resultset_id" type="unique">
<index-column name="uniquename"/>
<index-column name="systeminfo_id"/>
</index>
</indexes>
<primaryKeys><rs>
<row>
<fld name='table_cat'></fld>
<fld name='table_schem'></fld>
<fld name='table_name'>qa_resultset</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_resultset</fld>
</row>
</rs></primaryKeys>
<foreignKeys></foreignKeys>
<importedKeys></importedKeys>
<privileges><rs>
</rs></privileges>
</table>
<!--
<table name="qa_resultset_field" caption="Datenbanktest Ergebnistabelle Felder" thema="Qualitätssicherung" typ="Schlüsseltabelle">
<columns><column name="tid" type ="SERIAL" size ="10" default ="" notnull ="true" description=""/>
<column name="uniquename" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Schlüssel"/>
<column name="name" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Name"/>
<column name="fieldclause" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Felder"><comment>formuliert als SQL-select-Ausdruck</comment></column>
<column name="resultset_id" type ="INTEGER" size ="10" default ="" notnull ="false" isKey="true" description="Ergebnistabelle"/>
</columns>
<indexes></indexes>
<primaryKeys><rs>
<row>
<fld name='table_cat'></fld>
<fld name='table_schem'></fld>
<fld name='table_name'>qa_resultset_field</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_resultset_field</fld>
</row>
</rs></primaryKeys>
<foreignKeys></foreignKeys>
<importedKeys></importedKeys>
<privileges><rs>
</rs></privileges>
</table>
-->
<table name="qa_dbtest" caption="Datenbank-Test" thema="Qualitätssicherung" typ="Schlüsseltabelle">
<columns><column name="tid" type ="SERIAL" size ="10" default ="" notnull ="true" description=""/>
<column name="uniquename" type ="VARCHAR" size ="255" default ="" notnull ="true" description="Schlüssel"/>
<column name="name" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Name"/>
<column name="systeminfo_id" type ="INTEGER" size ="10" default ="" notnull ="false" description="Komponente"/>
<column name="resultset_id" type ="INTEGER" size ="10" default ="" notnull ="true" description="Ergebnistabelle"/>
<column name="whereclause" type ="TEXT" size ="2147483647" default ="" notnull ="false" description="Bedingung"><comment>formuliert als SQL-where-Ausdruck</comment></column>
<column name="description" type ="TEXT" size ="2147483647" default ="" notnull ="false" description="Beschreibung"><comment></comment></column>
<column name="active" type ="SMALLINT" size ="5" default ="1" notnull ="false" description="Aktiv"/>
</columns>
<indexes>
<index name="ix_qa_dbtest_id" type="unique">
<index-column name="uniquename"/>
<index-column name="systeminfo_id"/>
</index>
</indexes>
<primaryKeys><rs>
<row>
<fld name='table_cat'></fld>
<fld name='table_schem'></fld>
<fld name='table_name'>qa_dbtest</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_dbtest</fld>
</row>
</rs></primaryKeys>
<foreignKeys></foreignKeys>
<importedKeys></importedKeys>
<privileges><rs>
</rs></privileges>
</table>
<table name="qa_dbtest2project" caption="Datenbank-Test zu Projekt" thema="Qualitätssicherung" typ="Schlüsseltabelle">
<columns><column name="tid" type ="SERIAL" size ="10" default ="" notnull ="true" description=""/>
<column name="dbtest_id" type ="INTEGER" size ="255" default ="" notnull ="true" isKey="true" description="DB-Test"/>
<column name="project_id" type ="INTEGER" size ="10" default ="" notnull ="true" description="Projekt"/>
<column name="issue_id" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Ticketnummer"><comment></comment></column>
</columns>
<indexes>
<index name="ix_qa_dbtest2project_id" type="unique">
<index-column name="dbtest_id"/>
<index-column name="project_id"/>
</index>
</indexes>
<primaryKeys><rs>
<row>
<fld name='table_cat'></fld>
<fld name='table_schem'></fld>
<fld name='table_name'>qa_dbtest2project</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_dbtest2project</fld>
</row>
</rs></primaryKeys>
<foreignKeys></foreignKeys>
<importedKeys></importedKeys>
<privileges><rs>
</rs></privileges>
</table>
<table name="qa_dbtest_assertion" caption="Datenbank Test Erwartung" thema="Qualitätssicherung" typ="Schlüsseltabelle">
<columns><column name="tid" type ="SERIAL" size ="10" default ="" notnull ="true" description=""/>
<column name="dbtest_id" type ="INTEGER" size ="10" default ="" notnull ="false" description="Datenbank-Test" isKey="true"/>
<column name="rownr" type ="INTEGER" size ="10" default ="" notnull ="false" description="Zeilennr."/>
<column name="def_col_caption" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Spalte Beschriftung"/>
<column name="def_col_name" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Spalte Name"/>
<column name="def_col_value" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Zellwert"><comment>Standardmäßig vom Typ STRING, wenn nicht füllen Sie "Funktion"</comment></column>
<column name="def_col_function" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Funktion (optional)"><comment>z.B. "decval", um Zahlen mit Nachkommastellen zu erhalten, oder "val", um INTEGER zu erhalten.</comment></column>
</columns>
<indexes></indexes>
<primaryKeys><rs>
<row>
<fld name='table_cat'></fld>
<fld name='table_schem'></fld>
<fld name='table_name'>qa_dbtest_assertion</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_dbtest_assertion</fld>
</row>
</rs></primaryKeys>
<foreignKeys></foreignKeys>
<importedKeys></importedKeys>
<privileges><rs>
</rs></privileges>
</table>
<table name="qa_dbtest_result" caption="Datenbank-Testergebnis" thema="Qualitätssicherung" typ="Datentabelle">
<columns>
<column name="tid" type ="SERIAL" size ="10" default ="" notnull ="true" description=""/>
<column name="dbtest_assertion_id" type ="INTEGER" size ="10" default ="" notnull ="false" description="Erwartetes Testergebnis"/>
<column name="execution_start" type ="DATETIME" size ="35" default ="" notnull ="false" description="Ausführung Start"/>
<column name="execution_end" type ="DATETIME" size ="35" default ="" notnull ="false" description="Ausführung Ende"/>
<column name="result_code" type ="SMALLINT" size ="5" default ="" notnull ="false" description="Ausführung Ergebniscode"><comment>0=Erfolg</comment></column>
<column name="result_value" type ="VARCHAR" size ="255" default ="" notnull ="false" description="Ergebnis"/>
</columns>
<indexes></indexes>
<primaryKeys><rs>
<row>
<fld name='table_cat'></fld>
<fld name='table_schem'></fld>
<fld name='table_name'>qa_dbtest_result</fld>
<fld name='column_name'>tid</fld>
<fld name='key_seq'>1</fld>
<fld name='pk_name'>pk_qa_dbtest_result</fld>
</row>
</rs></primaryKeys>
<foreignKeys></foreignKeys>
<importedKeys></importedKeys>
<privileges><rs>
</rs></privileges>
</table>
<views>
<view name="qa_k_priority" version="0.6">
<description>View PO-Version</description>
<columns><column name="apnr" type ="CHAR" size ="10" default ="" notnull ="true" />
<column name="kurz" type ="CHAR" size ="10" default ="" notnull ="false" />
<column name="druck" type ="CHAR" size ="150" default ="" notnull ="false" />
<column name="sortnr" type ="SMALLINT" size ="150" default ="" notnull ="false" />
</columns>
<sql dbsystem=""><![CDATA[SELECT 'A','A','Sehr wichtig',10 from xdummy
union
SELECT 'B','B','Wichtig',20 from xdummy
union
SELECT 'C','C','Unwichtig',30 from xdummy
union
SELECT 'P','P','Egal',40 from xdummy
]]></sql>
</view>
</views>
<functions>
</functions>
<themen>
<thema name="Administration Qualitätssicherung"
parent="Qualitätssicherung">Abfragen zur Administration</thema>
</themen>
<masken>
<maske tid="37000" name="Masken-Ausführung planen" thema="Administration Qualitätssicherung">
<description>Masken-Ausführung planen</description>
<src>
<path>$QA_PFAD/masken</path>
</src>
</maske>
<maske tid="37020" name="Testfall-Protokoll" thema="Qualitätssicherung">
<description>Masken-Ausführung</description>
<src>
<path>$QA_PFAD/masken</path>
</src>
</maske>
<maske tid="37040" name="Masken-Ausführung Protokoll (Detail)" thema="">
<description>Masken-Ausführung</description>
<src>
<path>$QA_PFAD/masken</path>
</src>
</maske>
<maske tid="37060" name="Tabellen-Abgleich" thema="Qualitätssicherung">
<description>Masken-Ausführung</description>
<src>
<path>$QA_PFAD/masken</path>
</src>
</maske>
<maske tid="37080" name="Testfälle hochladen" thema="Administration Qualitätssicherung">
<description>Testfälle hochladen</description>
<src>
<path>$QA_PFAD/masken</path>
</src>
</maske>
<maske tid="37120" name="Datenbank-Tests planen" thema="Administration Qualitätssicherung">
<description>Datenbank-Tests planen</description>
<src>
<path>$QA_PFAD/masken</path>
</src>
</maske>
<maske tid="37140" name="Datenbank-Test ausführen" thema="Administration Qualitätssicherung">
<description>Datenbank-Tests ausführen</description>
<src>
<path>$QA_PFAD/masken</path>
</src>
</maske>
</masken>
<data-integrity>
<!-- qa_mask_execution -->
<relation from="userinfo" to="qa_mask_execution"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="userinfo_id" />
</relation>
<relation from="maskeninfo" to="qa_mask_execution"
delete="FALSE" displayType="select" visibleFields="tid ||'-' || name"
format="%s">
<relation-column from="tid" to="maskeninfo_id" />
</relation>
<relation from="sx_stylesheets" to="qa_mask_execution"
delete="FALSE" displayType="select" visibleFields="filename"
format="%s">
<relation-column from="tid" to="stylesheet_id" />
</relation>
<relation from="systeminfo" to="qa_mask_execution"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="systeminfo_id" />
</relation>
<!--qa_mask_execution2project-->
<relation from="qa_project" to="qa_mask_execution2project"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="project_id" />
</relation>
<relation from="qa_mask_execution" to="qa_mask_execution2project"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="mask_execution_id" />
</relation>
<!-- qa_mask_field_sel -->
<relation from="qa_mask_execution" to="qa_mask_field_sel"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="mask_execution_id" />
</relation>
<relation from="felderinfo" to="qa_mask_field_sel"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="felderinfo_id" />
</relation>
<!-- qa_mask_execution_result -->
<relation from="qa_mask_execution" to="qa_mask_execution_result"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="mask_execution_id" />
</relation>
<!--qa_tablecomp_profile-->
<relation from="systeminfo" to="qa_tablecomp_profile"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="systeminfo_id" />
</relation>
<!-- qa_tablecomp_field -->
<relation from="qa_tablecomp_profile" to="qa_tablecomp_field"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="qa_tablecomp_profile_id" />
</relation>
<relation from="qa_k_priority" to="qa_tablecomp_field"
delete="FALSE" displayType="select" visibleFields="druck"
format="%s">
<relation-column from="apnr" to="priority" />
</relation>
<!-- qa_tablecomp_aggregation -->
<relation from="qa_tablecomp_profile" to="qa_tablecomp_aggregation"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="qa_tablecomp_profile_id" />
</relation>
<relation from="qa_k_priority" to="qa_tablecomp_aggregation"
delete="FALSE" displayType="select" visibleFields="druck"
format="%s">
<relation-column from="apnr" to="priority" />
</relation>
<!-- qa_tablecomp_groupby -->
<relation from="qa_tablecomp_profile" to="qa_tablecomp_groupby"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="qa_tablecomp_profile_id" />
</relation>
<!-- qa_tablecomp_idcol -->
<relation from="qa_tablecomp_profile" to="qa_tablecomp_idcol"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="qa_tablecomp_profile_id" />
</relation>
<!--qa_project-->
<relation from="systeminfo" to="qa_project"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="systeminfo_id" />
</relation>
<relation from="sachgebiete" to="qa_project"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="sachgebiete_id" />
</relation>
<relation from="userinfo" to="qa_project"
delete="FALSE" displayType="select" visibleFields="benutzer"
format="%s">
<relation-column from="tid" to="created_from" />
</relation>
<!--qa_resultset-->
<relation from="systeminfo" to="qa_resultset"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="systeminfo_id" />
</relation>
<!--qa_resultset_field-->
<relation from="qa_resultset" to="qa_resultset_field"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="resultset_id" />
</relation>
<!--qa_dbtest2project-->
<relation from="qa_project" to="qa_dbtest2project"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="project_id" />
</relation>
<relation from="qa_dbtest" to="qa_dbtest2project"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="dbtest_id" />
</relation>
<!--qa_dbtest-->
<relation from="qa_resultset" to="qa_dbtest"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="resultset_id" />
</relation>
<relation from="systeminfo" to="qa_dbtest"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="systeminfo_id" />
</relation>
<!--qa_dbtest_assertion-->
<relation from="qa_dbtest" to="qa_dbtest_assertion"
delete="FALSE" displayType="select" visibleFields="name"
format="%s">
<relation-column from="tid" to="dbtest_id" />
</relation>
<!--qa_dbtest_result-->
<relation from="qa_dbtest_assertion" to="qa_dbtest_result"
delete="FALSE" displayType="select" visibleFields="def_col_name"
format="%s">
<relation-column from="tid" to="dbtest_assertion_id" />
</relation>
</data-integrity>
</database>
<!-- ********************* Liste der ETL-Prozesse ************************** -->
<etl>
<etl-step name="Transformation" type="trans">
<action>
<nativeaction sql="" scriptfile="$QA_PFAD/schluesseltabellen/qa_mask_execution_update.sql"
database=""/>
<nativeaction sql="" scriptfile="$QA_PFAD/datentabellen/qa_mask_execution_assert_result_code_setzen.sql"
database=""/>
<nativeaction sql="" scriptfile="$QA_PFAD/datentabellen/qa_mask_execution_result_purge.sql"
database=""/>
<nativeaction sql="" scriptfile="$QA_PFAD/datentabellen/qa_dbtest_ausfuehren.sql"
database=""/>
<nativeaction sql="update systeminfo set datum=today() where tid in (260);" scriptfile="" database=""/>
</action>
<action error="stop">
<nativeaction sql="" scriptfile="$QA_PFAD/datentabellen/vacuum_pg.sql"
database="POSTGRES"/>
</action>
</etl-step>
</etl>
<install>
<install-step name="Füllen der Modul-Tabellen">
<action error="stop">
<nativeaction sql="" scriptfile="$QA_PFAD/schluesseltabellen/sx_jobs_fuellen.sql" database=""/>
<nativeaction sql="" scriptfile="$QA_PFAD/schluesseltabellen/sx_stylesheets_einfuegen.sql" database=""/>
<nativeaction sql="" scriptfile="$QA_PFAD/schluesseltabellen/sachgebiete_fuellen.sql" database=""/>
</action>
</install-step>
</install>
<upgrade>
<upgrade-step version="1.2">
<action error="stop">
<nativeaction sql="" scriptfile="$QA_PFAD/schluesseltabellen/sx_jobs_fuellen.sql" database=""/>
<nativeaction sql="" scriptfile="$QA_PFAD/schluesseltabellen/sx_stylesheets_einfuegen.sql" database=""/>
<nativeaction sql="" scriptfile="$QA_PFAD/schluesseltabellen/sachgebiete_fuellen.sql" database=""/>
<nativeaction sql="" scriptfile="$QA_PFAD/upgrade/qa_upgrade_man.sql" database=""/>
</action>
</upgrade-step>
</upgrade>
<uninstall-step name="Deinstalliere Schlüssel">
<action error="stop">
<nativeaction sql="" scriptfile="$QA_PFAD/schluesseltabellen/sachgebiete_loeschen.sql" database=""/>
</action>
</uninstall-step>
<!-- ********************* Liste der ETL-Prozesse ************************** -->
<dbforms>
<form name="qa_mask_execution_edit"
table="qa_mask_execution"
path="/edit/qa/qa_mask_execution_edit.jsp"
followUp=""
caption="Berichtsausführung verwalten"
orderBy="name"
gotoHt=""
helpfile=""
maxRows="1"
mode="update_insert_delete_copy">
<description>In diesem Formular können Sie Berichtsausführungen verwalten.</description>
<filters>
<filter mandatory="true" type="equals">tid</filter>
</filters>
<field-selection complete="false" />
<customfield name="tid" />
<customfield name="name" visibleSize="50" nullFieldValue="" />
<customfield name="uniquename" visibleSize="50" nullFieldValue="" />
<customfield name="userinfo_id" visibleSize="50" nullFieldValue="" />
<customfield name="maskeninfo_id" visibleSize="80" nullFieldValue="" />
<customfield name="Feld-Vorbelegung" type="include" path="/edit/qa/qa_mask_execution_felderinfo_edit.inc"/>
<customfield name="Erwartetes Ergebnis" type="include" path="/edit/qa/qa_mask_execution_assert_edit.inc"/>
<customfield name="is_active" visibleSize="10" nullFieldValue="" />
<!--<customfield name="stylesheet_id" visibleSize="50" nullFieldValue="" />
<customfield name="contenttype" visibleSize="50" nullFieldValue="" />
<customfield name="output_filename" visibleSize="50" nullFieldValue="" />
-->
<customfield name="systeminfo_id" visibleSize="50" nullFieldValue="" />
<customfield name="Projekt" type="subform" multipart="false" autoUpdate="false"
maxRows="*" table="qa_mask_execution2project" parentField="tid" childField="mask_execution_id"
orderBy="" allowNew="true"
mode="update_insert_delete">
<field-selection complete="false" />
<customfield name="mask_execution_id" type="hidden" overrideValue="tid" />
<customfield name="project_id" nullFieldValue="" visibleSize="5" />
<customfield name="issue_id" nullFieldValue="" visibleSize="5" />
</customfield>
</form>
<form name="qa_tablecomp_profile_list"
table="qa_tablecomp_profile"
path="/edit/qa/qa_tablecomp_profile_list.jsp"
followUp=""
caption="Profile verwalten"
orderBy="name"
gotoHt=""
helpfile=""
maxRows="*"
mode="full">
<description>In diesem Formular können Sie Profile verwalten. Im Details-Formular können Sie Tabellen und Felder zuordnen.</description>
<filters>
</filters>
<field-selection complete="false" />
<customfield name="tid" nullFieldValue="" />
<customfield name="name" nullFieldValue="" visibleSize="30" />
<customfield name="uniquename" nullFieldValue="" visibleSize="30" />
<customfield name="is_active" nullFieldValue="" pattern="" visibleSize="10" />
<customfield name="systeminfo_id" nullFieldValue="" pattern="" visibleSize="30" />
<customfield type="link" name="Details" path="/superx/edit/qa/qa_tablecomp_profile_edit.jsp" linkid="tid"/>
</form>
<form name="qa_tablecomp_profile_edit"
table="qa_tablecomp_profile"
path="/edit/qa/qa_tablecomp_profile_edit.jsp"
followUp=""
caption="Profil verwalten"
orderBy="name"
gotoHt=""
helpfile=""
maxRows="1"
mode="full">
<description>In diesem Formular können Sie Profile verwalten. Hier können Sie Tabellen und Felder zuordnen.</description>
<filters>
<filter mandatory="true" type="equals">tid</filter>
</filters>
<field-selection complete="false" />
<customfield name="tid" nullFieldValue="" />
<customfield name="name" nullFieldValue="" visibleSize="30" />
<customfield name="uniquename" nullFieldValue="" visibleSize="30" />
<customfield name="is_active" nullFieldValue="" pattern="" visibleSize="10" />
<customfield name="table_1" nullFieldValue="" pattern="" visibleSize="20" />
<customfield name="table_1_caption" nullFieldValue="" pattern="" visibleSize="30" />
<customfield name="table_2" nullFieldValue="" pattern="" visibleSize="20" />
<customfield name="table_2_caption" nullFieldValue="" pattern="" visibleSize="30" />
<customfield name="systeminfo_id" nullFieldValue="" pattern="" visibleSize="30" />
<customfield name="Gruppierung" type="subform" multipart="false" autoUpdate="false"
maxRows="*" table="qa_tablecomp_groupby" parentField="tid" childField="qa_tablecomp_profile_id"
orderBy="" allowNew="true"
mode="full">
<field-selection complete="false" />
<customfield name="qa_tablecomp_profile_id" type="hidden" overrideValue="tid" />
<customfield name="fieldname" nullFieldValue="" visibleSize="30" />
</customfield>
<customfield name="Eindeutige Datensatz-Erkennung" type="subform" multipart="false" autoUpdate="false"
maxRows="*" table="qa_tablecomp_idcol" parentField="tid" childField="qa_tablecomp_profile_id"
orderBy="" allowNew="true"
mode="full">
<field-selection complete="false" />
<customfield name="qa_tablecomp_profile_id" type="hidden" overrideValue="tid" />
<customfield name="fieldname" nullFieldValue="" visibleSize="30" />
</customfield>
<customfield name="Aggregation" type="subform" multipart="false" autoUpdate="false"
maxRows="*" table="qa_tablecomp_aggregation" parentField="tid" childField="qa_tablecomp_profile_id"
orderBy="" allowNew="true"
mode="full">
<field-selection complete="false" />
<customfield name="qa_tablecomp_profile_id" type="hidden" overrideValue="tid" />
<customfield name="name" nullFieldValue="" visibleSize="30" />
<customfield name="whereclause" nullFieldValue="" visibleSize="100" />
<customfield name="aggregationfield" nullFieldValue="" visibleSize="30" />
<customfield name="aggregationfunction" nullFieldValue="" visibleSize="30" />
<customfield name="is_active" nullFieldValue="" pattern="" visibleSize="10" />
<customfield name="priority" nullFieldValue="" pattern="" visibleSize="10" />
</customfield>
<customfield name="Feldvergleich" type="subform" multipart="false" autoUpdate="false"
maxRows="*" table="qa_tablecomp_field" parentField="tid" childField="qa_tablecomp_profile_id"
orderBy="" allowNew="true"
mode="full">
<field-selection complete="false" />
<customfield name="qa_tablecomp_profile_id" type="hidden" overrideValue="tid" />
<customfield name="name" nullFieldValue="" visibleSize="30" />
<customfield name="priority" nullFieldValue="" pattern="" visibleSize="10" />
<customfield name="sortnr" nullFieldValue="" pattern="" visibleSize="10" />
</customfield>
</form>
<form name="qa_dbtest_edit"
table="qa_dbtest"
path="/edit/qa/qa_dbtest_edit.jsp"
followUp=""
caption="DB-Tests verwalten"
orderBy="name"
gotoHt=""
helpfile=""
maxRows="1"
mode="full">
<description>In diesem Formular können Sie Datenbanktests verwalten.</description>
<filters>
<filter mandatory="true" type="equals">tid</filter>
</filters>
<field-selection complete="false" />
<customfield name="tid" />
<customfield name="systeminfo_id" visibleSize="50" nullFieldValue="" />
<customfield name="name" visibleSize="50" nullFieldValue="" />
<customfield name="uniquename" visibleSize="50" nullFieldValue="" />
<customfield name="resultset_id" visibleSize="50" nullFieldValue="" />
<customfield name="whereclause" visibleSize="80" nullFieldValue="" />
<customfield name="description" visibleSize="80" nullFieldValue="" />
<customfield name="Projekt" type="subform" multipart="false" autoUpdate="false"
maxRows="*" table="qa_dbtest2project" parentField="tid" childField="dbtest_id"
orderBy="" allowNew="true"
mode="update_insert_delete">
<field-selection complete="false" />
<customfield name="dbtest_id" type="hidden" overrideValue="tid" />
<customfield name="project_id" nullFieldValue="" visibleSize="5" />
<customfield name="issue_id" nullFieldValue="" visibleSize="5" />
</customfield>
<customfield name="Erwartetes Ergebnis" type="subform" multipart="false" autoUpdate="false"
maxRows="*" table="qa_dbtest_assertion" parentField="tid" childField="dbtest_id"
orderBy="" allowNew="true"
mode="full">
<field-selection complete="false" />
<customfield name="dbtest_id" type="hidden" overrideValue="tid" />
<customfield name="rownr" nullFieldValue="" visibleSize="5" />
<customfield name="def_col_name" nullFieldValue="" visibleSize="10" />
<customfield name="def_col_caption" nullFieldValue="" visibleSize="20" />
<customfield name="def_col_value" nullFieldValue="" visibleSize="5" />
<customfield name="def_col_function" nullFieldValue="" visibleSize="10" />
</customfield>
<customfield name="active" visibleSize="10" nullFieldValue="" />
<!--<customfield name="stylesheet_id" visibleSize="50" nullFieldValue="" />
<customfield name="contenttype" visibleSize="50" nullFieldValue="" />
<customfield name="output_filename" visibleSize="50" nullFieldValue="" />
<customfield name="systeminfo_id" visibleSize="50" nullFieldValue="" />-->
</form>
<form name="qa_resultset_list"
table="qa_resultset"
path="/edit/qa/qa_resultset_list.jsp"
followUp=""
caption="Ausgabetabellen verwalten"
orderBy="name"
gotoHt=""
helpfile=""
maxRows="*"
mode="full">
<description>In diesem Formular können Sie Ergebnistabellen verwalten. Im Details-Formular können Sie Tabellen und Felder zuordnen.</description>
<filters>
</filters>
<field-selection complete="false" />
<customfield name="tid" nullFieldValue="" />
<customfield name="name" nullFieldValue="" visibleSize="30" />
<customfield name="uniquename" nullFieldValue="" visibleSize="30" />
<customfield name="active" nullFieldValue="" pattern="" visibleSize="10" />
<customfield type="link" name="Details" path="/superx/edit/qa/qa_resultset_edit.jsp" linkid="tid"/>
</form>
<form name="qa_resultset_edit"
table="qa_resultset"
path="/edit/qa/qa_resultset_edit.jsp"
followUp=""
caption="Ausgabetabellen verwalten"
orderBy="name"
gotoHt=""
helpfile=""
maxRows="1"
mode="full">
<description>In diesem Formular können Sie Ergebnistabellen für Datenbanktests verwalten.</description>
<filters>
<filter mandatory="true" type="equals">tid</filter>
</filters>
<field-selection complete="false" />
<customfield name="tid" />
<customfield name="systeminfo_id" visibleSize="50" nullFieldValue="" />
<customfield name="name" visibleSize="50" nullFieldValue="" />
<customfield name="uniquename" visibleSize="50" nullFieldValue="" />
<customfield name="active" visibleSize="10" nullFieldValue="" />
<customfield name="fieldclause" visibleSize="80" nullFieldValue="" />
<customfield name="fromclause" visibleSize="10" nullFieldValue="" />
<customfield name="groupbyclause" visibleSize="80" nullFieldValue="" />
<customfield name="orderbyclause" visibleSize="80" nullFieldValue="" />
</form>
<form name="qa_project_list"
table="qa_project"
path="/edit/qa/qa_project_list.jsp"
followUp=""
caption="Projekte verwalten"
orderBy="name"
gotoHt=""
helpfile=""
maxRows="*"
mode="full">
<description>In diesem Formular können Sie Projekte verwalten.</description>
<filters>
</filters>
<field-selection complete="false" />
<customfield name="tid" nullFieldValue="" />
<customfield name="name" nullFieldValue="" visibleSize="30" />
<customfield name="uniquename" nullFieldValue="" visibleSize="20" />
<customfield name="systeminfo_id" nullFieldValue="" visibleSize="30" />
<customfield name="active" nullFieldValue="" pattern="" visibleSize="10" />
<customfield type="link" name="Details" path="/superx/edit/qa/qa_project_edit.jsp" linkid="tid"/>
</form>
<form name="qa_project_edit"
table="qa_project"
path="/edit/qa/qa_project_edit.jsp"
followUp=""
caption="Projekte verwalten"
orderBy="name"
gotoHt=""
helpfile=""
maxRows="1"
mode="full">
<description>In diesem Formular können Sie Projekte für Datenbanktests verwalten.</description>
<filters>
<filter mandatory="true" type="equals">tid</filter>
</filters>
<field-selection complete="false" />
<customfield name="tid" />
<customfield name="systeminfo_id" visibleSize="50" nullFieldValue="" />
<customfield name="sachgebiete_id" visibleSize="50" nullFieldValue="" />
<customfield name="name" visibleSize="50" nullFieldValue="" />
<customfield name="uniquename" visibleSize="50" nullFieldValue="" />
<customfield name="issue_link" visibleSize="50" nullFieldValue="" />
<customfield name="active" visibleSize="10" nullFieldValue="" />
<customfield name="created_at" visibleSize="10" nullFieldValue="" />
<customfield name="created_from" visibleSize="10" nullFieldValue="" />
</form>
</dbforms>
</module>