| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 | | Quintiq file version 2.0 |  | #parent: lstTestScript |  | Response OnClick ( |  |   structured[LibPTF_TestScript] selection |  | ) id:Response_lstTestScript_MenuExecuteTestScript_OnClick |  | { |  |   #keys: '[105226.0.115906622]' |  |   Body: |  |   [* |  |     // Execute TestScripts |  |     PanelTestController.PTF_ExecuteTest( selection ); |  |   *] |  |   CanBindMultiple: false |  |   DefinitionID => /lstTestScript/Responsedef_lstTestScript_Menu_OnClick |  |   Initiator: 'MenuExecuteTestScript' |  |   Precondition: |  |   [* |  |     return Form.PTF_IsScriptExecutable( selection, true, feedback ); |  |   *] |  | } | 
 |