Page 1 of 1

How to save my playback test results

PostPosted: Thu Dec 22, 2022 10:35 am
by CareyW
Greetings.

Does eValid have a way to save the file result page after my automated test script completes my playback?

Thank You.

Re: How to save my playback test results

PostPosted: Fri Dec 23, 2022 8:44 am
by eValid
CareyW wrote:Greetings.

Does eValid have a way to save the file result page after my automated test script completes my playback?

Thank You.


This is easy to do in eValid CareyW.

There are two commands that will be of interest: SaveWindow wid "uniqueID" and SaveWindowFace wid "uniqueID".

The first command saves the entire window, including the border.

The second command save just what is INSIDE the border.

The "uniqueID" that you're asked to specify forms part of the file name that's used: <testname>-R.<unique-id>.gif and you should also note that type of the saved material is as
a "gif" file.


-- eValid support