Disable manual test execution time (Rich Client)

Disable manual test execution time (Rich Client)

The manual test execution time can be configured in aquaWeb.config. Here, you can insert the line
 
<add key="EnableStopWatchForManualExecutions" value="false" />
 
which deactivates the manual execution time. All manual executions are set to 0.
    • Related Articles

    • Test Execution (Rich Client)

      If a test is specified with test steps and test conditions, you have the option to execute the test case manually. Open a test case and click on Run. A new window is opened, where you can enter the tested version and choose the value set. The value ...
    • Web Client vs Rich Client

      Feature Additional Info WebClient Rich Client Homescreen   x x   Configurable Only on premise x User administration   x x   Roles x x   Creation x x   Project x x   Usage statistics   x   SAML 2.0 x   Project configuration   x x   Fields x x   ...
    • Test Automation

      aqua allows to execute automated tests. The procedure to start an automated test is the same as for a manual test. You just click the Run button in a given test case. The following dialogue is supplemented with a section for Agent selection. The ...
    • Running Tests - Manual Execution

      If a test is specified with test steps and/or test conditions, you are able to manually execute the test case. Open a test case and click on Run. Clicking Run opens a configuration window where you can enter the tested version and choose the value ...
    • Test Scenarios (Rich Client)

      Test scenarios are a defined set of test cases which can be defined as to execute test cases sequentially or concurrently with different parameters on defined agents. It helps users to organize regression tests and allows them to replay them for ...