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
Anonymous
Macro implemented as follwos:
assertImage (i_script =
,i_expected =
,i_actual =
,i_expected_shell_rc =
,i_modifier =
,i_threshold =
,i_desc =
);