Project Management

  1. Creating a Project
  2. Importing an Mobilgene/ODIN Project
  3. Saving a Project
  4. Opening a Project
  5. Browsing Project Information
  6. Generating Reports
  7. Exporting Analyses in the Project

Creating a Project

To create a new project

  1. Click File menu and then click New Project menu, or click New Project button in the toolbar.
  2. Check the project name in Basic Setting and change it if necessary.
    Project Settings Window
  3. Check the author and change it if necessary.
  4. Check the project directory and change it if necessary.
  5. Select a compiler.
  6. Click Create button to finish.

Importing an Mobilgene/ODIN Project

  1. On Project menu, select Import Mobilgene/ODIN Information.
  2. If you select an Mobilgene/ODIN Project folder in the dialog box, a progress window appears and the import is performed.
  3. When done, Completion Message window appears on the screen.
  4. Click OK button to close it.

Saving a Project

To save the current project

  1. Select Save Project item from File menu, or click Save Project button in the toolbar.

Opening a Project

To open a project

  1. Select Open Project item on File menu, or click Open Project button in the toolbar.
  2. In Open window, select a project folder or select contents.tb2 file inside.
  3. Click Open button.

Browsing Project Information

Project view

Displays project configuration, module information, and analysis information in a tree format.

The Project view

Project graph

Displays a project as a graph with the modules, the analyses, and the analysis results as nodes and their relations as edges.

A Project graph

Generating Reports

HKSAT supports two types of reports: a project report and a SW Test report.

Generating a Project Report

To generate a project report

  1. Select Generate Project Report menu item in Project menu, then an option window will appear.
    The Project Report Window
  2. Select modules and/or analyses.
  3. Select Basic Info. options
  4. Select a Report Format. HTML, PDF, MS Word, MS Excel, Markdown, Plain Text are supported.
  5. Click Generate button, then a progress window appears and a report is generated.
  6. When done, the generated report will be shown.

Generating a SW Test Report

To generate a SW Test report

  1. Select Generate SW Test Report menu item in Project menu, then an option window will appear.
    The SW Test Report Window
  2. Select analyses.
  3. Select Basic Info options
  4. Select a Report Format. HTML and PDF are supported.
  5. Click Generate button, then a progress window appears and a report is generated.
  6. When done, the generated report will be shown.

Managing Reports

You can create, open, and delete reports in the report management window.

  1. Select the Manage Report menu item in the Project menu.
    The Manage Report Window
  2. To open a report, just double click the report.
  3. To create a report, click Add button in the toolbar.
  4. To delete reports, select reports and click Remove button in the toolbar.

Exporting Analyses in the Project

The analyses export feature is related to the integration of the HKSAT and CI/CD tools. It is used when you want to automatically perform the desired analysis from an already created HKSAT project using the CI/CD tool.

  1. Select Export Project Analyses (CI/CD) from the Project menu.
  2. In the first tab of the dialog box, select the analysis you want to perform with the CI/CD tool.
  3. Export Project Analyses Dialog
  4. If you want to include the software change impact analysis in the export, in the second tab of the dialog box, specify the desired module and the branch name of the code repository where the past version of that module is stored.
  5. Adding Software Change Impact Analysis Dialog
  6. After specifying the file name to save the exported analysis information, click the Export button.