handsontable / quality

QA tasks and tools
0 stars 1 forks source link

[9.0.0] Tesing Handsontable with HyperFormula #95

Closed aninde closed 3 years ago

aninde commented 3 years ago

Description

Testing checklist

Reference

Chores

Integration test

Smoke tests

HF engine test

Retests

Documentation tests

Breaking changes:

Code freeze:

After release

Environments: Firefox, Chrome, Internet Explorer, Edge, Safari, Opera macOS, Windows 10

AMBudnik commented 3 years ago

I've checked all the examples at https://dev.handsontable.com/docs/next/examples/#miscellaneous and they all work as expected (as in the previous version)

aninde commented 3 years ago

Code freeze 25.05

Official RN:

https://gist.github.com/jansiegel/80ba8aab608e4e73ef006b324cc3c211 suplement https://github.com/handsontable/handsontable/blob/develop/.changelogs/8095.json

Issues found during the first testing iteration and not fixed yet:

(Current, reported bugs)

    • [ ] [9.0.0] Nested rows don't work well while HyperFormula is enabled as formulas engine #8048
    • [ ] [9.0.0] column width is not updated when formula result needs more space (number of chars is greater than on the init) #8061 ?
    • [ ] [9.0.0] Validation is broken when cell data being changed. #8066
    • [ ] [9.0.0] Enabling HF prevents default cell initialization #8069
    • [ ] [9.0.0] When the new formula engine is defined undo does not bring back data in the previously removed columns #8076
    • [ ] [9.0.0] When we cause the formula to throw a #REF! error with an action undoing it doesn't clear the error #8078

Issues found and fixed:

Testing chores

As supplement:

aninde commented 3 years ago

Results after second test iteration

Reported regressions:

    • [ ] [9.0.0] Validation on dropdown cell is broken in specific case when dataset is number passed as strings #8115
    • [ ] Moving a column with a formula in a cell changes the formula to its value #8114
    • [ ] [9.0.0] Dataset isn't restored after undoing column removal on these column #8113
    • [ ] [9.0.0] Enabling formulas change working of autofill: no new rows are added #8112
    • [ ] [9.0.0] Spare rows and columns are not visible if formulas as enabled #8110
    • [ ] [9.0.0] We are not able to alter the number of rows by pasting data #8109
    • [x] ~Missing TS for new Formulas plugin~ #8108
    • [ ] [9.0.0] We are not able to block autofill when formulas are defined #8107
    • [ ] [9.0.0] One e2e fails on Safari and FF #8106
    • [ ] The MIN formula does not support column range notation #8104
aninde commented 3 years ago

Issues found during the first testing iteration and not fixed yet:

(Current, reported bugs)

    • [ ] [9.0.0] Nested rows don't work well while HyperFormula is enabled as formulas engine #8048
    • [x] [9.0.0] column width is not updated when formula result needs more space (number of chars is greater than on the init) #8061 ?
    • [x] [9.0.0] Validation is broken when cell data being changed. #8066
    • [x] [9.0.0] Enabling HF prevents default cell initialization #8069
    • [ ] [9.0.0] When the new formula engine is defined undo does not bring back data in the previously removed columns #8076
    • [ ] [9.0.0] When we cause the formula to throw a #REF! error with an action undoing it doesn't clear the error #8078