Is there a way to set settings for a test list settings so that they apply to all test lists? I'd like to know if I'm missing something and if there is a preferred way to accomplish this.
Even being able to select multiple tests and change the settings for them at the same time would be a lot easier than configuring each one individually. I've seen references to testing templates, but they seem to be specific to Visual Studio. Is this something I can accomplish with the Settings class (https://docs.telerik.com/teststudio/testing-framework/write-tests-in-code/intermediate-topics-wtc/settings-and-configuration-wtc/settings-class#initializing-the-settings-object-without-using-a-telerik-test-template)? If so where would the settings be set so that they apply to test lists (or even just all tests in general)? Could I create a custom class that inherits from BaseWebAiiTest and then initialize and apply the settings there and specify it in the general settings? I also came across "Execution Extensions" and that looks like another possibility (https://docs.telerik.com/teststudio/advanced-topics/coded-samples/general/execution-extensions).