即使比较的图像不匹配,Ranorex报告也会显示绿色饼图(成功)而不是红色

时间:2019-03-26 14:19:53

标签: ranorex

我添加了一个名为“ ValidateDecimal”的验证屏幕截图,并试图将该图像与现有图像进行比较。

我可以在报告中看到图像比较。但是,即使验证屏幕截图不匹配,也总是成功的。

按此方式保留ValidateDecimal屏幕快照,如果我尝试将值从56.123更改为0,则报告显示成功。

SetValueAndValidate(56.123, _repoCircularGauge.Values.Value_EditInfo, _repoCircularGauge.Values.Value_SliderInfo);
                Ranorex.Validate.CompareImage(_repoCircularGauge.RangeIndicatorPanelInfo,
                        _repoCircularGauge.RangeIndicatorPanelInfo.GetValidateDecimal(), new Imaging.FindOptions(0.85), 
                        "Show Difference", new Validate.Options() {ReportDifferenceImages = Ranorex.Validate.ResultOption.Always,
                            ReportSimilarity = Ranorex.Validate.ResultOption.Always} );

我期望有红色饼图,但我总是可以看到绿色。

0 个答案:

没有答案