Javatest Harness has several places where it repeatedly asks user for some confirmations. Example is the Tests Tree -> Right-click -> Execute functionality that each time opens the "Are you sure you want to execute these tests"? confirmation dialog.
This can be a bit annoying when user goes with the same usecase many times. In many programs this is solved by the "Don't ask me again" checkbox that remembers user's previous input to the same question. There's also usually "Reset all dialogs" button in the Preferences that brings all confirmations back.
This RFE asks Harness to introduce similar thing and implement it where applicable. At least for the "Execute these tests" usecase
This can be a bit annoying when user goes with the same usecase many times. In many programs this is solved by the "Don't ask me again" checkbox that remembers user's previous input to the same question. There's also usually "Reset all dialogs" button in the Preferences that brings all confirmations back.
This RFE asks Harness to introduce similar thing and implement it where applicable. At least for the "Execute these tests" usecase