Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
screenrecording [2016/12/18 20:28] admin created |
screenrecording [2021/01/05 03:00] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Screen Recording ===== | ===== Screen Recording ===== | ||
+ | Often times you may wish to record AUT as it's being tested. | ||
- | You may record AUT screens as it's being tested for documentation or review. | + | Be aware that screen recording |
- | Screen recording is a global setting. | + | ---- |
+ | ==== Playback ==== | ||
+ | |||
+ | Screen recordings can be played back through //File / Playback// (details see [[playback | Playback Screen Recording]]). | ||
+ | |||
+ | |||
+ | ==== Start / Stop Screen Recording ==== | ||
+ | Screen recording is a global setting. | ||
By default, screen recording is disabled. You can enable screen recording by calling MScript function [[http:// | By default, screen recording is disabled. You can enable screen recording by calling MScript function [[http:// | ||
Line 10: | Line 18: | ||
You will usually place // | You will usually place // | ||
+ | |||
+ | ==== Control Recording Interval ==== | ||
+ | |||
+ | By default, AUT snapshot is taken every 200 milliseconds. | ||
+ | |||
+ | This setting is global and will remain in effect until // | ||
+ | |||
+ | ==== File Location ==== | ||
+ | AUT screenshot image files are stored in a folder in //video// folder. | ||
+ | |||
+ | You may delete a specific video folder. But be sure to leave //Default// folder alone as it's used by the system. | ||
+ | |||
+ | |||