Page 1 of 1

Data-Driven Image Validation

Posted: Mon May 08, 2017 1:46 pm
by uhmdown
I have started looking into Image Validation/Comprison, and from what I can read, Image Validation is done in Recording modules.

So far so good.
The SUT contains a list of patients, and each of those can be printed out to specialized Reports within the SUT; Naturally, I want this to be data-driven. That is, the patient info, the report types, and the screenshots(their file-paths) for each combination are all supplied via a DataSource.

But the recording module doesn't seem to have variables for the CompareImage Action, where I would databind.
Is there really no support for this?

Does Ranorex at least support this programmatically?

UPDATE:
Nevermind, it appears I can do it programatically in Code Modules with the "Imaging" class.