How to Disable Terminal Beeps

How to Disable Terminal Beeps

Depending on your system under test, you may hear terminal beeps (or bells) while executing terminal tests in Cycle. This article describes a solution for silencing terminal beeps.

The Cycle application does not have a sound setting itself, however, terminal beeps can be muted through Windows settings.

You can follow the steps below to mute the terminal beeps.

1. Start a Cycle terminal test. 

2. Open the Volume Mixer while Cycle is executing the test and making the sound.
Preview
3. You should be able to find the application that is making the sound. In my example below, I identified "Console Window Host" as the terminal application. Mute the application once you find it. 
Preview
4. The muting of the terminal is persistent, even after closing and re-opening Cycle.
    • Related Articles

    • Terminal Hangs or Does Not Open

      Problem My terminal appears to hang or returns unexpected results when using the Cycle step to open a terminal connection. Potential Issues and Solutions There are several common issues that can cause failures when opening a terminal in your Cycle ...
    • Aligning terminal Steps with Operator behavior

      Problem My terminal-based Cycle Steps don't always perfectly coincide with the actions a human operator performs on their device. Solution There are 3 terminal Steps that can provide a clear picture of the business process and end user operation. ...
    • My SSH terminal connections are failing in Cycle with error adding to known hosts file.

      Problem My SSH terminal connections are failing in Cycle with error adding to known hosts file. Solution SSH terminal connections use a known_hosts file stored in the user’s home directory to store server information when you establish an SSH ...
    • How To Disable Chrome Auto-Update for Test Environments

      Problem Google Chrome will auto-update when a new version becomes available.  When this occurs, the Chrome Webdriver being used by Cycle will no longer match the version of Chrome and may become unstable. Solution To prevent unexpected issues, Chrome ...
    • How to use a Custom Key Mapping File in Cycle

      Cycle has the ability to use a custom key mapping file for its terminal interactions. Some applications that Cycle interacts with require key presses beyond what can be done from the standard key mapping. Examples of this might include F keys higher ...