Deprecated: Since GeneXus 16 upgrade 8.
Indicates whether the application generates additional information required for running automated test cases.
Objects: Menu, Panel, Work With (Only Main Objects)
Generators: Apple
When Enable Test Mode= False, the application cannot be used for automated testing. This is the default value.
When Enable Test Mode is set to True, GeneXus generates Test resources to be used for test purpose in XCode (iOs Applications).
Consideration: When you release your application for production, this property must be set to False. Otherwise, the application's accessibility support will be broken.
When Enable Test Mode is set to True in the application's main object, a new test target is added to the generated Xcode project. This test target is configured to test the generated application.
To apply the corresponding changes when the property value is configured, Build the Main Object. |