HKSAT supports two types of reports: a project report and a SW Test report.
Generated reports are saved in the project's Document directory.
The name of files are generated according to the type.
Generating a Project Report
To generate a project report
Select Generate Project Report menu item in Project menu, then an option window will appear.
Select modules and/or analyses.
Select Basic Info. options
Select a Report Format. HTML, PDF, MS Word, MS Excel, Markdown, Plain Text are supported.
Click Generate button, then a progress window appears and a report is generated.
When done, the generated report will be shown.
Microsoft Visual C++ 20xx Redistributable is required for the report
generation feature, and if it is not installed, the figures may not be displayed.
Generating a SW Test Report
To generate a SW Test report
Select Generate SW Test Report menu item in Project menu, then an option window will appear.
Select analyses.
Select Basic Info options
Select a Report Format. HTML and PDF are supported.
Click Generate button, then a progress window appears and a report is generated.
When done, the generated report will be shown.
"Microsoft Visual C++ 20xx Redistributable" is required for the report
generation feature, and if it is not installed, the picture may not be displayed.
Managing Reports
You can create, open, and delete reports in the report management window.
Select the Manage Report menu item in the Project menu.
To open a report, just double click the report.
To create a report, click Add button in the toolbar.
To delete reports, select reports and click Remove button in the toolbar.
If Preferences - GUI Setting - RootFrame - Report View is enabled, the window will be displayed as a
view.
The filter in the lower-left corner is applied, only reports of the selected type will be displayed.
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.
Select Export Project Analyses (CI/CD) from the Project menu.
In the first tab of the dialog box, select the analysis you want to perform
with the CI/CD tool.
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.
After specifying the file name to save the exported analysis information,
click the Export button.
Refer to the HKSAT-Jenkins Integration Tutorial (Help section "Command-Line
Interface", Chapter 3) for how to use the generated analysis
information file.