Menu

#161 New Assert: assertText

v1.6
closed
B.Braun
None
other
not_relevant
Task_Assignment
Assertions
3-moderate
2015-06-29
2015-05-06
B.Braun
No

assertText:
%MACRO assertText (i_script=
,i_expected=
,i_actual=
,i_desc=Comparison of texts
,i_threshold=1
,i_modifier=
);
%MEND;
- i_script: Name des Shellskripts
- i_actual: Name des tatsächlichen Texts
- i_expected: Name des erwarteten Texts
- i_threshold: Schwellwert für die Gleichheit des Texts

Ticket is related to 153

Related

Tickets: #153

Discussion

  • B.Braun

    B.Braun - 2015-05-18

    Macro implemented with the following signature:

    assertText (i_script =
    ,i_expected =
    ,i_actual =
    ,i_expected_shell_rc =0
    ,i_modifier =
    ,i_desc =Comparison of texts
    ,i_threshold =1
    );

     
  • B.Braun

    B.Braun - 2015-05-18
    • status: accepted --> closed
    • Milestone: default --> v2.0
     
  • Klaus Landwich

    Klaus Landwich - 2015-06-29
    • Milestone: v2.0 --> v1.6
     

Anonymous
Anonymous

Add attachments
Cancel