Wednesday, 25 March 2026

How can I record test executions and save them in MP4 format ? / What is the process to record test executions and export them as MP4 files?

This feature records the entire test run as an MP4 video, which is helpful for debugging unattended or distributed executions.

Enabling video recording in TOSCA. 

  • Navigate to Project Settings in Tosca Commander.
  • Go to TBox -> Execution Recorder
  • Set the Enable Execution Recorder option to True. You can also choose to record all executions or only failed test cases.
  • The output path and file name (defaulting to a "Recordings" folder) can also be customized in these settings.
Once enabled, any test execution (from scratchbook or an execution list) will be recorded and saved to the specified path. 

NOTE: 

You can prevent specific test cases from being recorded by setting a test configuration parameter named AvoidExecutionRecording to True at the folder or test case level.