diff --git a/Tst/tst/app_menu.xml b/Tst/tst/app_menu.xml
index a556a16c0b359a0d1dd301b492b0408e88cefa66..08ea8b222590c77b77d7c593f89aeea5bc5c679c 100644
--- a/Tst/tst/app_menu.xml
+++ b/Tst/tst/app_menu.xml
@@ -21,6 +21,10 @@
                     <attribute name="label" translatable="yes">Save as</attribute>
                     <attribute name="action">win.save_as</attribute>
                 </item>
+                <item>
+                    <attribute name="label" translatable="yes">CSV to Json</attribute>
+                    <attribute name="action">win.csv_to_json</attribute>
+                </item>
                 <item>
                     <attribute name="label" translatable="yes">Close</attribute>
                     <attribute name="action">win.close</attribute>
@@ -66,6 +70,23 @@
                     <attribute name="action">app.start_log_viewer</attribute>
                 </item>
             </section>
+        </submenu>
+                <submenu>
+            <attribute name="label">Generate</attribute>
+            <section>
+                <item>
+                    <attribute name="label" translatable="yes">Generate Scripts</attribute>
+                    <attribute name="action">win.generate_scripts</attribute>
+                </item>
+                <item>
+                    <attribute name="label" translatable="yes">Generate Small Script</attribute>
+                    <attribute name="action">win.generate_barescript</attribute>
+                </item>
+                <item>
+                    <attribute name="label" translatable="yes">Generate CSV File</attribute>
+                    <attribute name="action">win.generate_csv</attribute>
+                </item>
+            </section>
         </submenu>
         <submenu>
             <attribute name="label">View</attribute>