Page 1 of 1

Can eValid always save a screenshot after a playback ends

PostPosted: Mon Sep 17, 2018 1:06 pm
by VictorV
Afternoon.

Do you guys have a way to always save a screenshot at the end of a test script playback?

Thanks

Re: Can eValid always save a screenshot after a playback end

PostPosted: Tue Sep 18, 2018 7:00 am
by eValid
VictorV wrote:Afternoon.

Do you guys have a way to always save a screenshot at the end of a test script playback?

Thanks


Indeed, eValid has this capability VictorV..

Actually, you can do this anywhere in the script using either of these commands:

SaveWindow wid "uniqueID"

SaveWindowFace wid "uniqueID"

The SaveWindow save the whole window, including the border(s).

The SaveWindowFace saves just the stuff inside the border(s).

In either case the created file is named <script>-R.<uniqueID>.bmp

Hope this helps!


-- eValid Support