Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sanity check list for new releases. #1386

Closed
crutkas opened this issue Feb 27, 2020 · 2 comments
Closed

Sanity check list for new releases. #1386

crutkas opened this issue Feb 27, 2020 · 2 comments
Labels
Area-Build Issues pertaining to the build system, CI, infrastructure, meta Area-Quality Stability, Performance, Etc. Area-Setup/Install Refers to installation mechanism Area-Tests issues that relate to tests

Comments

@crutkas
Copy link
Member

crutkas commented Feb 27, 2020

As we roll out more features and new, complex tools as well as fixes, we should come up with a testing sanity check to be sure everything works.

Upgrade paths, new users, does shell stuff work, ...

This will be a living document and list new things for a build we should verify as well as the end to end.

This will not replace unit and UI testing.

@crutkas crutkas added Area-Setup/Install Refers to installation mechanism Area-Tests issues that relate to tests Area-Quality Stability, Performance, Etc. Area-Build Issues pertaining to the build system, CI, infrastructure, meta labels Feb 27, 2020
@enricogior
Copy link
Contributor

enricogior commented Feb 28, 2020

Install tests (run these tests once for the MSI version and then again for the MSIX version) :

  • install on a clean machine (a clean machine doesn't have the SuperFancyZones regkey and the AppData\Local\Microsoft\PowerToys folder
  • run all funcional tests on the clean machine
  • uninstall PT
  • install previous version (if available) on a clean machine
    • apply FZ custom layout
    • use PowerRename with history ON
    • install the new PT version and verify the version number in the General Settings
    • verify the FZ custom layout is still active
    • use PowerRename and verify history is consistent
    • run all funcional tests
    • uninstall PT

Mix MSI and MSIX install tests:

  • install the MSI version
  • run PowerToys
  • install MSIX version and cancel uninstall dialog warning (MSIX version should prompt that another instance of PT is already running)
  • run again the MSIX version (from the Start Menu) and accept to uninstall the MSI version (verify it's properly uninstalled and that the MSIX version is running)

Functional tests:
Regressions:

@crutkas
Copy link
Member Author

crutkas commented Mar 12, 2020

@crutkas crutkas closed this as completed Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Build Issues pertaining to the build system, CI, infrastructure, meta Area-Quality Stability, Performance, Etc. Area-Setup/Install Refers to installation mechanism Area-Tests issues that relate to tests
Projects
None yet
Development

No branches or pull requests

2 participants