FileMenu: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 5: | Zeile 5: | ||
* "''Restore Unsaved Versions''"<br>To recover recent edits after a crash. |
* "''Restore Unsaved Versions''"<br>To recover recent edits after a crash. |
||
* "''New Testsuite''"<br>Creates a new test suite. As specified in the settings, the new suite is either empty or contains a template structure with some sample actions and tests. These are useless demo actions, so you may want to |
* "''New Testsuite''"<br>Creates a new test suite. As specified in the settings, the new suite is either empty or contains a template structure with some sample actions and tests. These are useless demo actions, so you may want to immediately click "''Undo''" to get rid of it, or disable the template suite generation alltogether in the "''Look & Feel''" settings. |
||
* "''Open...''"<br>To open suite |
* "''Open...''"<br>To open a suite or library from a ".ets" file. |
||
* "''Open Testsuite Browser On...''"<br>Opens a testsuite browser, which scans folders for existing suites and extracts some information (i.e. the documentation) from them. Allows for searching by various criteria (such as suites containing certain texts in the documentation or written by a particular author) |
* "''Open Testsuite Browser On...''"<br>Opens a testsuite browser, which scans folders for existing suites and extracts some information (i.e. the documentation) from them. Allows for searching by various criteria (such as suites containing certain texts in the documentation or written by a particular author) |
||
* "''Save...''"<br>To save the suite as ".ets" file. |
* "''Save...''"<br>To save the suite or library as ".ets" file. |
||
* "''Import...''"<br>To import another ".ets" file as a library into the suite. |
* "''Import...''"<br>To import another ".ets" file as a library into the suite. |
||
* "''Check for New Library Versions''"<br>To check if any imported library needs to be reimported. |
* "''Check for New Library Versions''"<br>To check if any imported library needs to be reimported (i.e. compares the versions imported in the suite against the versions in corresponding ".ets" files). |
||
* "''Load Parameter Set...''"<br>To load variable values from a separate CSV, JSON or XML file |
* "''Load Parameter Set...''"<br>To load variable values from a separate CSV, JSON or XML file |
Aktuelle Version vom 27. April 2024, 10:45 Uhr
The "File" menu functions are:
- "Restore Unsaved Versions"
To recover recent edits after a crash.
- "New Testsuite"
Creates a new test suite. As specified in the settings, the new suite is either empty or contains a template structure with some sample actions and tests. These are useless demo actions, so you may want to immediately click "Undo" to get rid of it, or disable the template suite generation alltogether in the "Look & Feel" settings.
- "Open..."
To open a suite or library from a ".ets" file.
- "Open Testsuite Browser On..."
Opens a testsuite browser, which scans folders for existing suites and extracts some information (i.e. the documentation) from them. Allows for searching by various criteria (such as suites containing certain texts in the documentation or written by a particular author)
- "Save..."
To save the suite or library as ".ets" file.
- "Import..."
To import another ".ets" file as a library into the suite.
- "Check for New Library Versions"
To check if any imported library needs to be reimported (i.e. compares the versions imported in the suite against the versions in corresponding ".ets" files).
- "Load Parameter Set..."
To load variable values from a separate CSV, JSON or XML file - "Save Parameter Set As..."
To save the current variable values into a CSV, JSON or XML file
- "Print"
Generate a report
- "Close"
Close the suite and return to the intro page - "Exit"
Terminate the expecco application
Next: "View" Menu