Browse Source

Suchfeld Testfall Schlüssel

qa_0.6_Release
Daniel Quathamer 2 years ago
parent
commit
2191b88ab5
  1. 4
      src-modules/module/qa/masken/37000_felderinfo.unl
  2. 3
      src-modules/module/qa/masken/37000_maskeninfo.unl
  3. 1
      src-modules/module/qa/masken/37020_felderinfo.unl
  4. 1
      src-modules/module/qa/masken/37020_masken_felder_bez.unl
  5. 8
      src-modules/module/qa/masken/37020_maskeninfo.unl

4
src-modules/module/qa/masken/37000_felderinfo.unl

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
37000^Benutzer/in^50^0^0^150^200^1^integer^200^0^1^<<SQL>> select tid,nvl(name,benutzer) from userinfo order by 2;^^^
37001^Maske^0^0^0^150^80^1^integer^200^0^1^<<SQL>> select tid,name from maskeninfo order by 2;^^^
37001^Testfall-Schlüssel^10^0^0^150^150^1^sql^50^0^0^^^^
37003^Name^20^0^0^150^150^1^sql^50^0^0^^^^
37004^Komponente^30^0^0^150^200^1^integer^200^0^1^<<SQL>> select tid,name from systeminfo order by 2;^^^
37004^Komponente^1^0^0^150^200^1^integer^200^0^1^<<SQL>> select tid,name from systeminfo order by 2;^^^

3
src-modules/module/qa/masken/37000_maskeninfo.unl

@ -48,7 +48,8 @@ FROM maskeninfo M, qa_mask_execution E left outer join userinfo U\ @@ -48,7 +48,8 @@ FROM maskeninfo M, qa_mask_execution E left outer join userinfo U\
on (U.tid=E.userinfo_id)\
where M.tid=E.maskeninfo_id\
/* and E.userinfo_id=<<Benutzer/in>> */\
/* and E.name like '%<<Name>>%' */\
/* and E.name ilike '%<<Name>>%' */\
/* and E.uniquename ilike '%<<Testfall-Schlüssel>>%' */\
/* and E.systeminfo_id=<<Komponente>> */\
/* and E.maskeninfo_id=<<Maske>> */\
;\

1
src-modules/module/qa/masken/37020_felderinfo.unl

@ -5,3 +5,4 @@ @@ -5,3 +5,4 @@
37024^Komponente^10^0^0^150^200^1^integer^200^0^1^<<SQL>> select tid,name from systeminfo order by 2;^^^
37025^Nur aktive^30^0^0^150^80^1^integer^200^0^1^<<SQL>> select 1,'Ja' from xdummy union select 0,'nein' from xdummy order by 1 desc;^^<<SQL>>select 1,'Ja' from xdummy^
37026^Ab Datum^40^0^0^150^80^1^date^200^0^0^ ^^<<SQL>> select today()-3 from xdummy^
37027^Testfall-Schlüssel^55^0^0^150^150^1^sql^50^0^0^^^^

1
src-modules/module/qa/masken/37020_masken_felder_bez.unl

@ -5,3 +5,4 @@ @@ -5,3 +5,4 @@
37020^37024^
37020^37025^
37020^37026^
37020^37027^

8
src-modules/module/qa/masken/37020_maskeninfo.unl

@ -21,6 +21,7 @@ null::integer as result_status,\ @@ -21,6 +21,7 @@ null::integer as result_status,\
''::char(255) as result_status_str,\
A.result_value,\
E.name as execution_name,\
E.uniquename,\
E.systeminfo_id,\
''::char(255) as systeminfo_id_str,\
E.maskeninfo_id,\
@ -39,7 +40,8 @@ target="tmp_qa_mask_execution">\ @@ -39,7 +40,8 @@ target="tmp_qa_mask_execution">\
/* and E.maskeninfo_id=<<Maske>> */\
/* and E.userinfo_id=<<Benutzer/in>> */\
/* and E.systeminfo_id=<<Komponente>> */\
/* and name ilike '%<<Testfall-Name (Stichwort)>>%' */\
/* and E.name ilike '%<<Testfall-Name (Stichwort)>>%' */\
/* and E.uniquename ilike '%<<Testfall-Schlüssel>>%' */\
/* and date(R.execution_start) >= date_val(<<Ab Datum>>) */\
</@selectintotmp>\
<@informixnolog/>;\
@ -97,6 +99,7 @@ where M.tid=tmp_qa_mask_execution.maskeninfo_id);\ @@ -97,6 +99,7 @@ where M.tid=tmp_qa_mask_execution.maskeninfo_id);\
\
select systeminfo_id_str,\
execution_name,\
uniquename,\
maskeninfo_id_str,\
execution_start,\
<#if SQLdialect='Postgres'>\
@ -121,6 +124,9 @@ Column CID=0 heading_text="Komponente" center_heading\ @@ -121,6 +124,9 @@ Column CID=0 heading_text="Komponente" center_heading\
Column CID=1 heading_text="Testfall" center_heading\
row_selectable col_selectable heading_platform readonly\
width=20 text_size=200\
Column CID=1 heading_text="Testfall\\nSchlüssel" center_heading\
row_selectable col_selectable heading_platform readonly\
width=20 text_size=200\
Column CID=1 heading_text="Maske" center_heading\
row_selectable col_selectable heading_platform readonly\
width=40 text_size=200\

Loading…
Cancel
Save