Enhancement
It should be possible to access values that exist in the application configuration in scripted tests.
Implementation
An alias can be resolved via the "AliasNaming". E.G:
<action class="com.top_logic.layout.scripting.action.FormInput$Op"> <field config:interface="com.top_logic.layout.form.FuzzyFormMemberNaming$Name" label="MyField"> <component .../> <value config:interface="com.top_logic.layout.scripting.recorder.ref.value.AliasNaming$Name" value="%ALIAS% /> </action>
sets the value of the alias %ALIAS% in the "MyField" field.
Test
TestServerClient.script.xml is changed to maintain the Open API data in aliases.