FileMenu
Zur Navigation springen
Zur Suche springen
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