Skip to content

Manual Package Testing Protocol

Felipe Olmos edited this page Dec 1, 2023 · 9 revisions

The following checklists describe the manual tests for the Khiops packages to execute upon release. Each step has variants specified as sub-bullets.

The result of each step should be report as

  • KO
    • Give the maximum context information to the developers to reproduce the problem
  • Ok with warning
    • Strange behavior or popup
    • Think of a warning for the troubleshooting in the web's installation guide
  • OK

Windows

  • Check that the download link in https://khiops.org works correctly
    • With Chrome
    • With Edge
    • With Firefox
  • Execute the installer
    • by right clicking the installer and selecting "Execute as administrator"
    • by double clicking the installer exe (not equivalent when done with a normal user)
      • Check that it is signed by Orange and not "Unknown Publisher"/"Editeur Inconnu"
  • Select the installation directory
    • The default C:\Program Files\khiops
    • One within the user home directory (ex: C:\Users\<USERNAME>\khiops)
    • Another directory (ex: C:\Temp\khiops, C:\Applications\khiops)
  • Launch the Khiops applications
    • From the start menu
    • From the desktop icon
    • From the shortcut of the installation directory
  • Checks
    • "Open Dictionary File..." opens in C:\Users\Public\khiops_data\samples
    • Analyse Adult dataset
    • Open the resulting AllReports.khj with the visualization app
  • Uninstall the application
    • From the start menu
    • From the "Apps & Features" pane in the settings
  • Check that the files were removed
    • The installation dir
    • The C:\Users\Public\khiops_data directory
Clone this wiki locally