Menu

#160 New Assert: assertImage

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

assertImage:
%MACRO assertImage (i_script=
,i_expected=
,i_actual=
,i_desc=Comparison of images
,i_threshold
);
%MEND;
• i_script: Path of shell script
• i_actual: Path of actual Image
• i_expected: Path of expected Image
• i_desc: Description
• i_threshold: Threshold for identity of the images

Ticket is related to 153

Related

Tickets: #153

Discussion

  • B.Braun

    B.Braun - 2015-05-18

    Macro implemented as follwos:

    assertImage (i_script =
    ,i_expected =
    ,i_actual =
    ,i_expected_shell_rc =
    ,i_modifier =
    ,i_threshold =
    ,i_desc =
    );

     
  • B.Braun

    B.Braun - 2015-05-18
    • status: accepted --> closed
     
  • Klaus Landwich

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

Anonymous
Anonymous

Add attachments
Cancel