Disable manual test execution time

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 then are set to 0.

Last updated