This is an old revision of the document!


Screen Recording

You may record AUT screens as it's being tested for documentation or review. Screen recordings can be played back through File / Playback (details see Playback Screen Recording.

Screen recording is a global setting. You must enable it to start the screen recording and the screen recording will continue until it is explicitly disabled/stopped.

By default, screen recording is disabled. You can enable screen recording by calling MScript function $startScreenRecording('name').

To stop screen recording, call MScript function $stopScreenRecording().

You will usually place $startScreenRecording('name') in MBT_Start trigger and $stopScreenRecording() in MBT_end trigger.